Skip to main content
POST
Add a follow-up step to a broadcast sequence

Authorizations

Authorization
string
header
required

API key authentication. Use your API key as the bearer token.

Path Parameters

broadcastId
string<uuid>
required

Body

application/json
delay_hours
integer
required

Hours to wait before sending this step.

Required range: x >= 0
Example:

72

step_number
integer

Position in the sequence. If omitted, appended to the end.

Required range: x >= 1
subject
string | null
Maximum string length: 998
html_content
string | null
text_content
string | null
template_id
string<uuid> | null

Response

Step created

id
string<uuid>
required
broadcast_id
string<uuid>
required
step_number
integer
required

Position of this step in the sequence (1-indexed).

Required range: x >= 1
Example:

1

delay_hours
integer
required

Hours to wait before sending this step (after the previous step or initial send).

Required range: x >= 0
Example:

72

subject
string | null
required

Optional subject override. When null, the follow-up uses 'Re: ' so it threads as a reply.

html_content
string | null
required
text_content
string | null
required
template_id
string<uuid> | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required