Developer
Developer - Outbound Calls

Trigger Outbound Call

Manually trigger an outbound VAPI call.

Developer-only endpoint for testing. Takes contact info directly rather than referencing an outbound lead.

post/developer/trigger-outbound-call

Request body

first_namestring required

Contact first name

last_namestring

Contact last name

customer_numberstring required

Phone number to dial (E.164)

case_idstring uuid nullable

Case to associate with the call. Optional -- some outbound lines have no cases at all.

phone_number_idstring uuid required

Internal phone number ID to dial from

trigger_metadataobject nullable

Resolved trigger-supplied values, keyed by the customer's configured trigger field keys (e.g. {"lead_source": "instagram_ad"})

Response

Successful Response

call_idstring uuid required
vapi_call_idstring required
phone_numberstring required
statusstring required

Changes