Skip to main content
POST
Preview one contact's agent-written message, streaming the research

Authorizations

Authorization
string
header
required

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

Path Parameters

sequence_id
string<uuid>
required

Body

application/json

Which message to preview, for which contact.

record_id
string<uuid>
required

The contact: a row of the sequence's audience table.

step_id
string<uuid>
required

An agent-written step of this sequence.

Response

A stream of Server-Sent Events; the final result frame's data is the preview message.

One message the agent wrote for one contact as a preview.

Nobody receives it. Sender variables such as {{Sender first name}} are left in place: they are filled in for whichever mailbox sends the real message.