curl --request POST \
--url https://api.boostgpt.co/v1/bot/trigger \
--header 'Content-Type: application/json' \
--data '
{
"bot_id": "<string>",
"event": "<string>",
"context": {},
"source_url": "<string>",
"user": {
"name": "<string>",
"email": "<string>",
"id": "<string>"
},
"screenshot": "<string>"
}
'{
"success": true,
"chat_id": "<string>",
"chat_url": "<string>",
"event": "<string>"
}Fire a proactive trigger event for an agent (public, no auth required, rate limited to 60 req/min)
curl --request POST \
--url https://api.boostgpt.co/v1/bot/trigger \
--header 'Content-Type: application/json' \
--data '
{
"bot_id": "<string>",
"event": "<string>",
"context": {},
"source_url": "<string>",
"user": {
"name": "<string>",
"email": "<string>",
"id": "<string>"
},
"screenshot": "<string>"
}
'{
"success": true,
"chat_id": "<string>",
"chat_url": "<string>",
"event": "<string>"
}Was this page helpful?