For the complete documentation index, see llms.txt. This page is also available as Markdown.

Conversational Components

Endpoints for conversational automation

Get Conversational Automation

get

Retrieve conversational automation fields and configuration for a phone number.

Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Responses
200

Conversational automation retrieved successfully

application/json

Response payload containing conversational automation configuration for a phone number

idstringOptionalExample: 123456789
get/conversational_automation

Configure Conversational Automation

post

Configure conversational automation settings for a phone number.

Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Body
objectOptional
or
Responses
200

Conversational automation configured successfully

application/json

Response payload for successful conversational automation configuration

successbooleanOptionalExample: true
post/conversational_automation

Last updated

Was this helpful?