How to set up Webhooks

Webhooks allows you to trigger your via API for certain events coming from a event source. Event source could be a Web/Mobile/Devices App, Cloud/Server or Back Office System …etc. Webhooks push event’s data near realtime and allows you to execute your functionality defined in a .

Advantages

Unlike other providers, you can define logic to handle you webhook using No-Code / Low-code workflows.

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 with a Webhook as trigger in your .

webhook

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 ID. So the URI endpoint pattern is:

https://ics.rapidomize.com/api/v1/icapp/{icappId}?token=YOUR_API_TOKEN

e.g. if your ID is 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

Last modified June 10, 2025