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 '
{
"leadId": "<string>",
"firstName": "<string>",
"versionId": "<string>",
"outboundPhoneNumberId": "<string>",
"toPhoneNumber": "<string>",
"metadata": {},
"mode": "audio",
"zipcode": "<string>",
"variables": {},
"forwardingNumber": "<string>"
}
'{
"id": "<string>",
"status": "queued"
}Create a new explicit dispatch for a specific agent
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 '
{
"leadId": "<string>",
"firstName": "<string>",
"versionId": "<string>",
"outboundPhoneNumberId": "<string>",
"toPhoneNumber": "<string>",
"metadata": {},
"mode": "audio",
"zipcode": "<string>",
"variables": {},
"forwardingNumber": "<string>"
}
'{
"id": "<string>",
"status": "queued"
}^\+1(\d{10}|\d{3}-\d{3}-\d{4})|^\+[1-9]\d{1,14}$Show child attributes
audio, web ^\d{5}(-?\d{4})?$Show child attributes
Show child attributes
^\+1(\d{10}|\d{3}-\d{3}-\d{4})|^\+[1-9]\d{1,14}$