Base path:
/call-requestsTypes
Type Definitions
Type Definitions
Request an ad-hoc call
Immediate execution:Cancel a queued call
Notes:- No-op if call is already executing or completed
- Only cancels calls in
waitingordelayedstate
Notes
organizationIdis automatically injected from the authenticated user’s organization- Phone number is fetched from
contact.primaryPhone. Caller ID is resolved from the DID UUID viaGET /dids/available jobIdis a UUID that can be used to query reports via/call-report/:jobId- Priority is fixed at
3for ad-hoc calls (configurable for program calls) - Program calls vs ad-hoc calls: This API is for ad-hoc (manual) calls. Program calls are initiated by the Program Orchestrator internally with
retry: { type: 'none' }- the orchestrator manages retries externally viaexecution_contactstable to respect capacity limits and pause windows.