Skip to main content

Batch create sequence states

POST 

/sequence_states/_batch

Add multiple contacts to a sequence atomically. You must pass in the same sequenceId, userId and mailboxId for all the contact records.

Support:

ProviderSupported
ApolloYes
OutreachNo
SalesloftNo

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
    records object[]required

    Will use the batch endpoints when possible (e.g. Apollo)

  • Array [
  • 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 states created

Schema
    records object[]

    Created records, in order passed in

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