Webhook integrations

Webhooks can be set up to integrate with or without using code scripts.

No-code integrations

You can use webhooks to integrate with 3rd party no-code web applications such as Zapier, IFTTT, or Automate.io.

No-code applications help you to integrate with applications that do not themselves contain webhook integrations and help you share event data between them, with the application functioning as the facilitator of the data exchange.

For example, when an event is triggered, webhooks can be set up to:

  • Send an SMS message to one or more recipients
  • Send a message in Microsoft Teams to one or more recipients
  • Flash a control light in a control room
  • Open a support ticket
  • Add a row to a spreadsheet
  • and many more...

Code integrations

You can also use webhooks to execute specific scripts on an endpoint of a web server when the event data is received.

For example, you can use webhooks to do the following when the event is triggered:

  • Run Python code in a Flask server
  • Run Node code in a Next.js server
  • Trigger an Amazon Lambda function
  • and many more...