Start Bot
This section documents the start_bot action.
Example Request
This example enables a bot.
{
"action": "start_bot",
"bot_id": BOT_ID,
"api_key": "API_KEY"
}delay
This parameter indicates a number of seconds to wait before triggering the action
A value of
5is equal to a5 secondsdelayMax. allowed delay is
10 seconds
"delay": 5Last updated
Was this helpful?