Skip to content

Update Chat AI automation config for a site​

PUT
/product/sites/{siteId}/automation/chat-ai

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

siteId*
Type
string
Required

Request Body​

application/json
JSON
{
  
"enabled": true,
  
"name": "string",
  
"personality_instructions": "string",
  
"customer_chat_instructions": "string",
  
"email_identity": "string",
  
"inactivity_minutes": 0,
  
"followup_delay_hours": 0,
  
"max_followups": 0,
  
"escalation": "string"
}

Responses​

OK

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI