Skip to main content
POST
Schedule a new call

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
leadId
number
required
Example:

123

leadName
string
required
Example:

"John Doe"

scheduledTime
string
required
Example:

"2026-05-04T10:00:00Z"

phone
string
Example:

"+1234567890"

callerType
enum<string>
Available options:
Human Agent,
AI Agent
Example:

"AI Agent"

Response

201 - undefined