API Reference
Trigger Bot
Invoke your bot from any external platform by calling this API endpoint. The execution is asynchronous - the bot will be executed in the background.
POST
Authorizations
The key associated with the trigger. This key is displayed when you view the trigger in the UI.
Path Parameters
The ID of the trigger
Body
application/json · object
Any data that you want to send to your bot as inputs
The body is of type object
.
Response
200
application/json
Bot execution triggered successfully
The response is of type object
.