Skip to content

zxcdesu/chatbots-container

Repository files navigation

Chatbots

Turning on the chatbot

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

Turning off the chatbot

Type: POST
Route: /stop

Headers

{
  "token": "jwt"
}

Response 204

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published