POST
/
sequences
/
{id}
/
leads

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string
required

Path Parameters

id
string
required

Sequence id

Body

application/vnd.amp+json
leads
object[]
required

Leads to be added to the sequence

settings
object

Response

200 - application/vnd.amp+json
already_in_sequence_and_skipped
object[]

List of leads skipped because they are already in this sequence.

duplicate_emails
string[]
duplicate_linkedin_urls
string[]
in_exclusion_list_and_skipped
object[]

List of leads skipped due to exclusion list.

in_other_active_sequences_and_skipped
object[]

List of leads skipped because they are present in another live or paused sequence.

in_other_draft_sequences_and_skipped
object[]

List of leads skipped because they are present in another draft sequence.

recently_contacted_and_skipped
object[]

List of leads skipped because they were recently contacted.

total
integer

Total number of leads processed in the request.

total_added_to_sequence
integer

Total number of leads successfully added to the sequence.