Events

Simulate event matching (dry run)

Simulate an event against all configured flows. Returns which flows would match and what actions would run, without storing the event or enqueuing jobs.

post/events/dry-run

Request body

eventTypestring required
deviceIdstring uuid
payloadobject

Response

Dry-run result

dataDryRunResult required— unresolved $ref

Changes