You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use case, I have a service that looks something like: POST /resource/:id
and I want to direct my webhook to that service based on the POST request body sent into the webhook. So if the POST to /my-webhook is { id: 'xyz' }, it directs to /resource/xyz.
In my use case, I have a service that looks something like: POST /resource/:id
and I want to direct my webhook to that service based on the POST request body sent into the webhook. So if the POST to /my-webhook is { id: 'xyz' }, it directs to /resource/xyz.
See PR here: #22
The text was updated successfully, but these errors were encountered: