octohk / feedback

A place to give feedback and raise issues about octohook.com
2 stars 0 forks source link

[Feature request] Configure a response body to use when receiving webhooks #10

Open lorisleiva opened 3 years ago

lorisleiva commented 3 years ago

We've received this feature request by email.

Currently Octohook replies the same response for every single webhook received: a 200 with an empty body.

Some webhook providers might have different expectations and it would be nice to allow users to configure their response body using a JSON editor. It might also be helpful to allow them to configure the successful response status.

Note that I don't think this is something we could or should allow to configure within the workflow since the initial webhook response should be as fast as possible to avoid unnecessary retries.