Create Phone Call In Thread
Create a phone call for the specified thread. The callee number is parsed and validated, and the call is initiated or scheduled based on the input.
Headers
Path Parameters
Body
The phone number to call. Ideally in E.164 format, otherwise parsed as a number containing a country code.
The UUID of the Puppeteer project.
ISO 8601 datetime to schedule the call for a future time. If omitted, the call starts immediately.
Verification code from Twilio Verify
Appointment opening ID
The UUID of the Retell account to use. Required when the project has multiple phone numbers.
Response
Successful Response
Unique identifier for the call.
Type of call (e.g., "phone_call", "web_call").
Current status of the call (e.g., "queued", "ongoing", "ended", "scheduled").
The phone number being called (phone calls only).
The originating phone number (phone calls only).
ISO 8601 datetime if the call is scheduled.
Unix timestamp when the call started.
Unix timestamp when the call ended.
Duration of the call in milliseconds.