Webhook limitation to one scenario

Hello
new to make, I want to know how to workaround the limitation on webhooks

" Note
Each scenario must use its own webhook. You can not use one webhook in multiple scenarios."

I have an external app that cannot push data to different endpoints, different JSON payloads goes to the same make endpoint. Any easy or already documented way to workaround this limitation ?

Thanks

Welcome to the Make community!

You simply need to use a router and different filters to route the incoming webhook request to its own path depending on the payload data.

Usually the external service will provide an event “type”, which you can then set up those filters for.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

1 Like