Skip to main content
POST
Send Call using Pathways (Simple)

Headers

string
required
Your API key for authentication.

Body

string
required
The phone number to call. Country code defaults to +1 (US) if not specified.Formatting is flexible, however for the most predictable results use the E.164 format.
Expected/Ideal Format:
  • “+12223334444”
  • “+91223334444”
  • “+61223334444”
Valid, but not recommended:
  • “2223334444”
  • “+1 (222) 333-4444”
  • “+1 222 333 4444”
  • “222-333-4444”
Invalid:
  • “12223334444”
  • “552223334444”
  • “non-numeric characters”
  • “2223334444 ext. 123”
string
required
Follows the conversational pathway you created to guide the conversation.You can access your pathway_id by clicking on the ‘Copy ID’ button on your pathways here. If you don’t have any pathways, click the ‘Create Pathway’ button to create one!

Response

string
Can be success or error.
string
A unique identifier for the call (present only if status is success).

Docs for agents: llms.txt