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

Run an agent test

Send a test message to the AI agent and receive a response. Messages are processed through the full agent pipeline without requiring a consumer phone number.

post
Authorizations
D360-API-KEYstringRequired

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

Header parameters
X-API-Versionstring · enumOptional

Meta Business Agent API version

Possible values:
Body

Test message to send

conversation_idstringOptional
user_msgstringRequired
Responses
200

Response containing the AI agent response and test conversation metadata

application/json

The AI agent response and test conversation metadata

agent_responsestringRequired
conversation_idstringRequired
handoff_reasonstringOptional
message_idstringRequired
no_response_reasonstringOptional
product_variant_idsstring[]Optional
quick_repliesstring[]Optional
timestampintegerOptional
post/agent_test

Last updated

Was this helpful?