Skip to main content
GET
Get sequencer settings
Team-level defaults: the shared mailbox pool, the default sending schedule, warmup defaults, unsubscribe wording, reply classifications and the buying-committee map. Provider secrets are never returned.

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.

Response

Success.

Team-level sequencer defaults. An allowlist: provider secrets are never returned, and a field added to the underlying record does not appear until it is named here, so this is the whole response rather than a sample of it.

default_email_account_ids
integer[]

Mailboxes in the shared team pool. Assigning a mailbox to a rep removes it from this list, so the pool is exactly the mailboxes nobody owns.

mailbox_assignments
object

Mailbox id to the rep it belongs to.

default_schedule
object | null

Default sending schedule applied to new sequences.

default_warmup
object

Warmup applied to a mailbox when it is connected. Absent means the built-in default.

auto_send
object

Automatic sending of drafted emails. Absent means off.

default_message_per_day
integer

Daily sending cap applied to a newly connected mailbox.

unsubscribe_text
string

Link text of the unsubscribe footer appended to every email of a non-transactional sequence.

reply_classifications
object[]

The team’s own reply labels. Empty for most teams, which means the shipped classifications are used.

buying_committee
object

How this team reads a job title into a seat at the buying table. Empty means the shipped defaults.

smartlead_client_id
integer

The team’s sending sub-account. Present once provisioning has completed — useful when an email step will not enable.

smartlead_provisioned_at
string<date-time>

When the sending sub-account finished provisioning.

smartlead_provisioning_at
string<date-time> | null

Set while provisioning is in flight and cleared when it finishes. A value here with no smartlead_provisioned_at means provisioning is still running.

created_at
string<date-time>
updated_at
string<date-time>