curl --request PUT \
--url https://api.boostgpt.co/v1/bot/email/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"bot_id": "<string>",
"email_enabled": true,
"email_auto_reply": true,
"email_notifications": true
}
'{
"success": true,
"email_address": "<string>",
"updated_at": "<string>"
}Update email configuration for an agent
curl --request PUT \
--url https://api.boostgpt.co/v1/bot/email/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"bot_id": "<string>",
"email_enabled": true,
"email_auto_reply": true,
"email_notifications": true
}
'{
"success": true,
"email_address": "<string>",
"updated_at": "<string>"
}Enter your API key
Was this page helpful?