Type: POST
Route: /start
Headers
{
"token": "jwt"
}Body
{
"nodes": [
{
"id": "0",
"type": "Start",
"name": "Bot is triggered if...",
"trigger": "NewChat",
"next": "1"
},
{
"id": "1",
"type": "SendMessage",
"name": "Send message 1",
"text": "Hi there! My name is...",
"attachments": []
}
],
"variables": []
}Response 204
Type: POST
Route: /stop
Headers
{
"token": "jwt"
}Response 204