cURL
curl --request POST \ --url https://api.trillet.ai/v1/api/agents/{agentId}/bind/{phoneNumberId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --header 'x-workspace-id: <x-workspace-id>' \ --data '{ "name": "<string>" }'
{ "status": "success", "message": "Call flow bound to phone number successfully" }
Bind a specific call flow to a phone number.