Skip to main content

Create sequence state

POST 

/sequence_states

Add a contact to a sequence. If the contact is already in the sequence, it will return the id of the existing sequence state.

Request

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Body

required
    record objectrequired
    contact_id stringrequired
    mailbox_id string

    The ID of the mailbox to use for the sequence. Required for Apollo and Outreach. Unused for Salesloft.

    sequence_id stringrequired
    user_id string

    The ID of the user who is performing the action. Required for Salesloft, optional for Apollo, unused for Outreach.

Responses

Sequence state created

Schema
    record object
    id stringrequired
    warnings object[]
  • Array [
  • detail string
    problem_type string
    title string
  • ]
Loading...