Home / All Integrations / Integromat

free

Connect Integromat to your chatbot

Trigger Integromat scenarios from your CSML Chatbot


Automate tasks by connecting Integromat webhooks with your CSML flows.

To trigger an Integromat scenario, you will need to create a custom webhook, by following this guide: https://www.integromat.com/en/help/app/webhooks. You can send any payload as long as it is correctly formatted as JSON.

do App(
  "integromat",
  webhook = "WEBHOOK_URL",
  payload = {"some": "data"},
)

This will perform a HTTP call to the Integromat webhook that is very similar to this CSML code:

do HTTP("WEBHOOK_URL").post({"some":"data"}).send()
Discover similar integrations:
IFTTT
Zapier

Join the Community
on Slack Slack

Come and learn all about CSML with other chatbot enthusiasts on the CSML Community Slack! 🤗