Skip to main content
POST
Skip tasks in bulk
Skipping still advances the cadence — the contact moves to the next step rather than stalling. There is no bulk complete, deliberately. Completing a manual_email task queues a real send, so a bulk complete would fire unreviewed drafts at strangers. Complete them one at a time.

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.

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"

ids
string[]
required

At most 500 ids.

reason
string

Response

Success.

The outcome of an action. Shape varies by endpoint — for example enable returns the sequence and how many enrollments it activated, and a bulk verb returns how many rows it moved.