Authorizations
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
Path Parameters
The numeric ID of the account
Body
The name of the agent bot
"My Agent Bot"
The description of the agent bot
"This is a sample agent bot"
The webhook URL for the bot
"https://example.com/webhook"
Send the form data with the avatar image binary or use the avatar_url
The url to a jpeg, png file for the agent bot avatar
"https://example.com/avatar.png"
The type of the bot (0 for webhook)
0
The configuration for the bot
{}
Response
Success
ID of the agent bot
The name of the agent bot
The description about the agent bot
The thumbnail of the agent bot
The webhook URL for the bot
The type of the bot
The configuration of the bot
Account ID if it's an account specific bot
The access token for the bot
Whether the bot is a system bot