PUT
/
v1
/
Outbound
/
{outboundId}
/
Lead

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 to which the lead will be added.

Body

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.

externalId
string | null

An optional external identifier for the lead.

Response

200 - text/plain
leadId
string | null

The unique identifier of the lead that was added.