register_event
Register a custom event for a table in ServiceNow to trigger automated workflows and event-driven actions.
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 |