Automations

email_preview_automation

Dry-run the sequence: render every send step with a sample contact (its example props ⊕ any props you pass) and return subject + text (+ html on request), plus the humanized timeline.

read email_preview_automation

Dry-run the sequence: render every send step with a sample contact (its example props ⊕ any props you pass) and return subject + text (+ html on request), plus the humanized timeline. No side effects, nothing sent — this is how you show a human what a sequence will actually look like before enabling it.

Parameters

ParameterTypeRequiredDescription
automationstringYes
includeHtmlbooleanNoInclude rendered HTML per step (larger output); subject+text otherwise.
propsobjectNoSample props merged over each step's example props.
projectIdstringNoTarget company (project id). Org-scoped tokens only; call email_list_projects first.

On this page