Skip to main content
Steps screenshot from the lemlist app interface

Steps screenshot from the lemlist app interface

A single action in a sequence (email, LinkedIn message, delay, task, etc.).

_id
string

Unique step identifier

sequenceId
string

Parent sequence ID

type
enum<string>

Action type

Available options:
email,
linkedinInvite,
linkedinMessage,
linkedinVisit,
delay,
task,
api
order
integer

Position in sequence

delay
integer

Wait days before execution

subject
string

Email subject line

body
string

Message content

createdAt
string<date-time>

Creation timestamp

abTest

A/B test state for this step. true while the test runs (leads are split between variant A and B); "A" or "B" once a winner is selected (all remaining leads receive the winning template); absent/false when there is no A/B test.

emailTemplateId
string

Email template ID of variant A

emailTemplateBId
string

Email template ID of variant B (present when an A/B test exists on the step)

sendToAnotherCampaignId
string

Applies to sendToAnotherCampaign steps only. Target campaign the lead is moved to.

leadAction
enum<string>

Applies to sendToAnotherCampaign steps only. What happens to the lead in the source campaign once it has been moved. Absent when the step carries no value, which behaves as continue.

Available options:
continue,
pause,
stop