automation_dry_run_event_type_mismatch
The dry run was asked with an event type other than the trigger of the rule being rehearsed, and a rule only ever receives events of its own trigger. The prediction would describe a delivery that is never going to happen.
| Code | Type | HTTP | Category |
|---|---|---|---|
automation_dry_run_event_type_mismatch | invalid_request_error | 422 | Automations |
Cause
The dry run was asked with an event type other than the trigger of the rule being rehearsed, and a rule only ever receives events of its own trigger. The prediction would describe a delivery that is never going to happen.
What to do
Send an event of the trigger_type the rule declares; to rehearse another trigger, rehearse the rule that listens to it.
Related
All Automations error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.