Post external event result
External providers POST results back to the Agent runtime. PolyAI extracts the external event ID according to the query parameters, binds the data to the active conversation, and (optionally) feeds it to the LLM.
Documentation Index
Fetch the complete documentation index at: https://polyai-mintlify-6ed25dba.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for the External Events webhook. Contact your PolyAI representative to obtain credentials.
Query Parameters
Where the external event ID is located in the incoming request.
headers, querystring, payload Name or dotted path to the external event ID within the chosen location (for example cid or path.to.object.property).
PolyAI account ID.
PolyAI project ID.
Body
The body is of type object.
Response
Accepted – the external event has been received and queued for processing.

