Agent Builder
Get whatsapp settings
Returns whatsapp channel settings for an agent.
get/public/v1/agents/{agentId}/settings/whatsapp
Path parameters
agentIdstring required
Example:uuid-xxxx-xxxx
Response
Channel settings
Example response
{
"splitCharacterLimit": 1,
"closeAfter": 1,
"timeUnit": "MINUTES",
"conversationClose": "NEVER",
"idleSettings": {
"id": 1,
"after": 1,
"timeUnit": "MINUTES",
"resetsLimit": 1
},
"conversationInterruptTimeUnit": "MINUTES",
"closeMessageType": "STATIC",
"closeMessage": "example",
"closeInstruction": "example"
}