ServiceNow web trigger
- Updated: 2025/04/09
The ServiceNow web triggers monitor events on a ServiceNow instance. Once the event occurs, the trigger is activated and starts the automation workflow..
Map your trigger to a ServiceNow URL and configure the trigger to run the automation by receiving real time notifications from the event table that is available on the ServiceNow instance. The bot listens to the event changes in the ServiceNow instance. When an event occurs, the web trigger is activated and initiates the automation action that is configured in the bot editor.
Prerequisites
- You must have a Bot Creator or Citizen Developer license.
- You must have View my bots permission.
- You must have all the EVENT TRIGGERS permission for the role.
- You must have Check in and Check out permission on the folders of where the automation resides.
- You must be logged in to your Control Room.
- You must establish an OAuth connection before using them to build an automation. For more information, see Create OAuth connection.