Last updated
Last updated
GET
https://api.tiledesk.com/v3/:project_id/bots
Allows an account to list all the bots of the project.
Example
GET
https://api.tiledesk.com/v3/:project_id/bots/:id
Allows an account to get a bot of the project.
Example
GET
https://api.tiledesk.com/v3/:project_id/bots/exportjson/:id
Allows an accont to export the bot in json format
Example
POST
https://api.tiledesk.com/v3/:project_id/bots
Allows to add more bots.
Example:
POST
https://api.tiledesk.com/v3/:project_id/bots/fork/:id
Allows to fork an existing bot.
Example:
POST
https://api.tiledesk.com/v3/:project_id/bots/importjson/:id
Allows to import the bot informations and intents from a JSON file.
Example:
PUT
https://api.tiledesk.com/v3/:project_id/bots/:id
Allows to update a bot.
Example:
DELETE
https://api.tiledesk.com/v3/:project_id/bots/:id
Allows to delete a bot.
Example: