Skip to main content
PUT
/
v1
/
bot
/
email
/
settings
Update Email Settings
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>"
}

Authorizations

Authorization
string
header
required

Enter your API key

Body

application/json
project_id
string
required

Project ID

bot_id
string
required

Agent ID

email_enabled
boolean

Enable/disable email

email_auto_reply
boolean

Enable/disable auto-reply

email_notifications
boolean

Enable/disable notifications

Response

200 - application/json

Settings updated

success
boolean
email_address
string
updated_at
string