Skip to main content
POST
Duplicate a sequence
Copies the sequence and its steps. The copy starts disabled and carries no enrollments.

Authorizations

x-api-key
string
header
required

Team-scoped API key generated in the Salesfinity dashboard under Settings -> Connections & API. A missing or invalid key returns HTTP 403.

Path Parameters

id
string
required

24-character sequence id.

Body

application/json
user_id
string
required

The team member this call acts as. Must be an active member of the team the API key belongs to.

Example:

"507f1f77bcf86cd799439011"

name
string

Name for the copy. Defaults to the original with a suffix.

Response

Success.

A Sequencer cadence.

_id
string

24-character hexadecimal id.

Example:

"507f1f77bcf86cd799439011"

name
string
description
string | null
tags
string[]
enabled
boolean

Whether the cadence is running.

sequence_type
enum<string>
Available options:
interval,
date
user
string

Author (team member id).

policy
string | null

Rules-of-engagement policy, or null to use the team default.

transactional
boolean

Bypasses the suppression list at enrolment.

throttle_capacity
integer | null
throttle_max_adds_per_day
integer | null
throttle_paused
boolean
track_opens
boolean
sequence_step_count
integer
duration_in_days
integer
num_contacted_prospects
integer
num_replied_prospects
integer
open_count
integer
click_count
integer
reply_count
integer
bounce_count
integer
opt_out_count
integer
deliver_count
integer
can_manage
boolean

Whether the acting member may change this sequence.

created_at
string<date-time>

When the sequence was created.

updated_at
string<date-time>

When it last changed.