register_event
Create a custom event in ServiceNow's event registry. Specify a unique event name and the table that triggers it, with an optional description.
Instructions
Register a new custom event in the event registry (requires SCRIPTING_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique event name (e.g. "my_app.record_created") | |
| table | Yes | Table that fires this event (e.g. "incident") | |
| description | No | Description of when this event fires |