Skip to main content
POST
/
api
/
leads
/
{id}
/
schedule-outbound
Schedule an Outbound Call
curl --request POST \
  --url https://api.trysela.com/api/leads/{id}/schedule-outbound/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "next_outbound_datetime": "<string>"
}
'

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
integer
required

A unique integer value identifying this lead.

Body

next_outbound_datetime
string | null

Datetime in the future with '%Y-%m-%dT%H:%M:%S%z' format. If not provided, the next available time will be scheduled.

Response

Outbound scheduled successfully