How to Send Data From Bot Builder to Automation Builder to trigger an Automations Between the Bot ?

  1. In Automation Builder, click on "Webhook" and then "Custom Webhook".

  2. Enter a title for the webhook and click on "Generate Hook".

  3. Copy the generated URL and save it.

  4. In Bot Builder, add the Automation app and select "External API Call".

  5. Choose the "POST" method and paste the webhook URL.

  6. Select the body type as JSON and enter the body in the format shown in the tutorial.

  7. In Automation Builder, click on "Capture Incoming Web Hook".

  8. In Bot Builder, click on "Run" and save.

  9. The data will be received in Automation Builder.

Last updated

Was this helpful?