How to set up Webhooks
less than a minute
Webhooks allows you to trigger your
Secure
Your webhooks are secured by TLS. Therefore, you will be using HTTPS and they can only be used with an auth token.
Advantages
Unlike other providers, if your workflow (
Features Not Supported
Webhooks do not support HTTP redirects i.e. 3XX status codes.
Endpoint URL
The Webhook endpoint URL is formatted as follows:
https://ics.rapidomize.com/api/v1/icapp/<ICApp ID>?token=YOUR_API_TOKEN
where
- ICApp ID : is your workflow (
) ID - YOUR_API_TOKEN : You can get your API token by following these steps:
- Navigate to “My Apps/Devices” on the left hand side menu.
- Select/double click on your app/device card from the list.
- On the App/Device definition page, select the “API Authorizations” tab.
- If a token has not been generated yet, you can create one by clicking on the lock button.
- Now copy the token and use it in place of YOUR_API_TOKEN in the above url.