How to set up Webhooks
less than a minute
Webhooks allows you to trigger your
Advantages
Unlike other providers, you can define logic to handle you webhook using No-Code / Low-code
Features Not Supported
Webhooks do not support HTTP redirects i.e. 3XX status codes.
Authentication and Authorization
Your webhooks are secured by TLS >= 1.2. Therefore, you will be using HTTPS and they can only be used with an auth token.
Refer Authentication and Authorization page to see how to create a API Token for your Webhook.
Creating Webhook
To create a Webhook, you simply create Webhook as trigger in your

See more details regarding How To Create ICApp based API
Endpoint URL
URI for the Webhook starts with https://ics.rapidomize.com/api/v1/icapp and uses your
https://ics.rapidomize.com/api/v1/icapp/{icappId}?token=YOUR_API_TOKEN
e.g. if your cfba0c2c-5f61-4866-a3ed-4c2e56f745e7 then the URI endpoint is: https://ics.rapidomize.com/api/v1/icapp/cfba0c2c-5f61-4866-a3ed-4c2e56f745e7?token=YOUR_API_TOKEN