Authorizations
API key passed in the X-API-Key header
Path Parameters
Sequence ID
Body
Either provide an existing contactId to add to the sequence, or provide a contact object. If a contact object is provided and the contact doesn't exist in the system, a new contact will be created before being added to the sequence.
Existing contact ID
Contact object. If provided instead of contactId and contact doesn't exist, it will be created
{
"id": 12345,
"email": "john.doe@company.com",
"firstName": "John",
"lastName": "Doe",
"fullName": "John Doe",
"title": "Senior Product Manager",
"company": "Tech Solutions Inc",
"domain": "company.com",
"city": "San Francisco",
"state": "CA",
"country": "United States",
"timeZoneId": "America/Los_Angeles",
"phone": "+1-415-555-0123",
"phoneStatus": "verified",
"linkedInProfile": "https://www.linkedin.com/in/johndoe",
"linkedInSalesNavigator": "https://www.linkedin.com/sales/profile/123456",
"linkedInRecruiter": "https://www.linkedin.com/recruiter/profile/789012",
"companySize": "501-1000",
"industry": "Software & Technology",
"notes": "Met at SaaS Conference 2024",
"addingDate": "2024-03-08T10:00:00Z",
"customFields": [
{
"key": "leadSource",
"value": "Conference"
},
{ "key": "budget", "value": "100k-250k" }
]
}
If true, the contact will be moved from their current sequence to this sequence. If false, the contact will remain in their current sequence and won't be added to this sequence.
Optional step ID to start from
Response
Contact added to sequence
Primary email address
Unique ID
First name
Last name
Phone number
Job title
Organization name
Organization employee count
Business sector
LinkedIn profile URL
Sales Navigator URL
Recruiter URL
City of residence
State/province
Country
Timezone identifier
Email domain
Phone validation status
Additional information
Creation timestamp
User-defined fields