Skip to main content
PATCH
Update a sequence

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string
Example:

"Relance nouveaux contacts"

trigger
enum<string>
default:conversation_started

story_reply enrols the contact when they reply to one of the account stories — the story lead magnet ("reply BETA and I send you the link"). Narrow it with keywords.

Available options:
conversation_started,
comment_automation,
story_reply,
manual
automationId
string

Comment-to-DM automation that enrols people, when trigger is comment_automation.

keywords
string[]

Keywords that filter entry, when trigger is story_reply. Empty means every story reply enrols. Case- and accent-insensitive.

Example:
matchType
enum<string>
default:contains

How keywords are matched against the reply.

Available options:
contains,
exact,
any
stopOnReply
boolean
default:true

Stop the follow-ups as soon as the contact replies.

steps
object[]
status
enum<string>
Available options:
active,
paused

Response

200 - undefined