cURL
curl --request POST \ --url https://prod.featherhq.com/api/v1/agent/{agentId}/dispatch \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "versionId": "<string>", "outboundPhoneNumberId": "<string>", "leadId": "<string>", "toPhoneNumber": "<string>", "firstName": "<string>", "metadata": {}, "mode": "audio", "zipcode": "<string>", "customer": { "firstName": "<string>", "lastName": "<string>" }, "variables": {}, "forwardingNumber": "<string>" }'
{ "id": "<string>", "status": "queued", "connectionDetails": { "serverUrl": "<string>", "roomName": "<string>", "participantName": "<string>", "participantToken": "<string>" } }
Create a new explicit dispatch for a specific agent
Show child attributes
audio
web
Explicit dispatch created successfully
queued