register_event
Create custom events in ServiceNow's event registry to trigger automated workflows when specific table actions occur.
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") | |
| description | No | Description of when this event fires | |
| table | Yes | Table that fires this event (e.g. "incident") |