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

Send an agent event

Trigger an agent action asynchronously. The event is enqueued for processing and the endpoint returns immediately with status "accepted".

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

Agent event to send

tostringRequiredExample: +15551234567
Responses
200

Acknowledgment that the event was accepted for processing

application/json

Acknowledgment that the event was accepted for processing

agent_event_idstringOptional
statusstringRequired
post/agent_event

Last updated

Was this helpful?