Skip to main content
Activities screenshot from the lemlist app interface

Activities screenshot from the lemlist app interface

A recorded action or event in a campaign sequence (email sent, opened, clicked, etc.).

_id
string

Unique activity identifier

type
string

Activity type (emailOpened, emailClicked, emailReplied, etc.)

leadId
string

Associated lead ID

campaignId
string

Campaign ID

sequenceId
string

Sequence ID

stepId
string

Stable identifier of the sequence step that produced this activity. Present on every activity created from now on; older activities gain it progressively as historical records are backfilled, so treat it as optional when reading history.

sequenceStep
number

0-based position of the step within the sequence. Still emitted on every activity, unchanged. Prefer stepId for a reference that survives steps being reordered.

totalSequenceStep
number

0-based count of the sequence steps already delivered to this lead.

createdAt
string<date-time>

When the activity occurred