Automations
POST
Simulate Automation
POST /v1/automations/{automationId}/simulateDry-run simulation showing the path a contact would take. No side effects.
Path parameters
automationIdstringrequiredAutomation ID to simulate
Bodyrequired
contactIdstringExisting contact ID to simulate with
contactobjectInline contact data for simulation
seedintegerRandom seed for deterministic simulation
Min: -9007199254740991Max: 9007199254740991
Response
200Simulation completed successfully. Returns the simulated path.
objectstringrequiredautomationIdstringrequiredID of the simulated automation
automationNamestringrequiredName of the simulated automation
contactIdstringrequiredID of the contact used in simulation
contactEmailstringrequiredEmail of the contact used in simulation
status"completed" | "error"requiredSimulation outcome status
totalStepsnumberrequiredTotal number of steps in the simulated path
stepsobject[]required