GET
/
v1
/
Outbound
/
{outboundId}
/
Lead
/
Extrenal
/
{externalId}

Authorizations

Authorization
string
headerrequired

Specify the authorization token.

For more information, check out the Authorization Guide.

Path Parameters

outboundId
string
required

The unique identifier of the outbound campaign.

externalId
string
required

The external identifier of the lead within the outbound campaign.

Response

200 - text/plain
id
string | null

The unique identifier of the lead, represented as an ObjectId.

externalId
string | null

The identifier for the lead from an external system, such as a CRM.

firstName
string | null

The first name of the lead.

lastName
string | null

The last name of the lead.

email
string | null

The email address of the lead.

phoneNumber
string | null

The phone number of the lead.

timeZone
string | null

The time zone of the lead, represented as a float (e.g., -5.0 for EST).

status
integer

1 - New

10 - NeedRetry

40 - OnCall

100 - Success

110 - NotSuccessfull

130 - Complete

500 - Error

created
string

The date and time when the lead was created.

callsId
string[] | null

The list of the ID's of all the calls this lead has received.