fire_event
Triggers custom ServiceNow events on specific records to initiate automated workflows and integrations, requiring event registration and write permissions.
Instructions
Fire a custom ServiceNow event for a specific record (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_name | Yes | Event name to fire (must be registered) | |
| table | Yes | Table name of the target record | |
| record_sys_id | Yes | sys_id of the record to fire the event on | |
| parm1 | No | Optional first parameter passed to event handlers | |
| parm2 | No | Optional second parameter passed to event handlers |