Event Handlers
Configure automated responses to events — email notifications, scripts, set-point actions, and more.
See also: Event Handlers documentation | Full API Reference for interactive testing and complete schemas.
Endpoints
| Method | Path | Description | Reference |
|---|---|---|---|
| GET | /event-handlers | Query Event Handlers | API Reference → |
| POST | /event-handlers | Create an Event Handler | API Reference → |
| DELETE | /event-handlers/{xid} | Delete an EventHandler | API Reference → |
| GET | /event-handlers/{xid} | Get an Event Handler | API Reference → |
| PATCH | /event-handlers/{xid} | Partially update an Event Handler | API Reference → |
| PUT | /event-handlers/{xid} | Update an Event Handler | API Reference → |
| POST | /event-handlers/validate | Validate an Event Handler without saving it | API Reference → |
| POST | /event-handlers/validate-email-handler-script | Validate an email event handler script | API Reference → |
| POST | /event-handlers/validate-set-point-handler-script | Validate a set point event handler script | API Reference → |