Webhook#
A Webhook is an easy way to trigger the start of a Flow in Mobile2b when an event occurs in another system.
To create a Webhook, go to System Configuration > Webhooks and create a new Webhook by selecting the Flow that should be triggered. After that, you can copy the automatically generated URL from the list to your clipboard. This URL will look something like this:
https://api.mobile2b.cloud/webhooks/e/63ce81b76633e517c190e4ad
Other systems that have support for Webhooks will allow you to put in this URL and specify on which event this Webhook should be executed i.e. when the Flow in Mobile2b should be started.
As is the standard for Webhooks in general, Mobile2b Webhooks need to be called using the POST
HTTP method.
See Bot Designer