Skip to main content
POST
Create a follow-up sequence

Authorizations

Authorization
string
header
required

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

Body

application/json
accountId
string
required
name
string
required
Example:

"Relance nouveaux contacts"

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

Response

201 - undefined