You can only set a Webhook URL in a Messaging API Channel.
In case you want to set multiple webhook urls you can build the main webhook url as a proxy API and then bind it in Messaging API Channel.
So, all webhook events will go through your proxy API and you can add your conditions to decide where they should be forwarded to.
- 0