you can create an outbound call with this simple r...
# general-english
u
you can create an outbound call with this simple request :
Copy code
{
  "assistantId": "assistant_id",
  "customer": {
    "number": "+1..."
  },
  "phoneNumberId": "phone_number_id"
}
2 Views