Sequences
Simulate sequence
Dry-runs a sequence without sending mail or enrolling anyone. Activating does not auto-enroll anyone. Without a subscriber this reports who currently matches and activation readiness errors. Pass subscriberId or email to also walk that stored contact's branch path. Always requires both sequences:read and subscribers:read because results include contact samples.
get/sequences/{sequenceId}/simulate
Path parameters
sequenceIdstring required
Sequence ID
Query parameters
subscriberIdstring
Optional stored subscriber to walk through the graph. Do not pass with email.
emailstring email
Optional stored subscriber email to walk through the graph. Do not pass with subscriberId.
limitinteger
How many currently matching contacts to include in the sample. Defaults to 10, maximum 25.
Response
Sequence simulation
Example response
{
"success": true
}