An object containing data
, an object describing the agent answer request.
The caller's ANI. If multiple calls registered with Mindful exist in the Connecting
phase with the same ANI, only the most recent call attempt will receive the answer event.
An object describing contact center metadata related to the call. When present, at least one object property is required.
The agent answer request was successfully accepted for processing
curl --request POST \--url https://api.getmindful.com/v2/callback/agentAnswer \--header 'Authorization: Bearer 123' \--header 'Content-Type: application/json' \--data '{"data": {"ani": "string","metadata": {"agentId": "string","queueId": "string"}}}'