How to trigger the event based email notification from an api ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2023 09:40 PM
Hi
I have created an email notification, it is triggered when an event is fired.
I need to trigger the event through API. Is there any API available for this?
TIA

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2023 10:07 PM
Hi,
Can you please explain your use case?
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2023 10:21 PM
Hi Tera
I need to trigger the event from outside of ServiceNow. Due to some reasons our platform team not allowing us to write new business rules. Is there any other alternative way or APIs available to trigger the event other gs.eventqueue method.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2023 10:47 PM
Hi,
You can use scripted rest API and make a REST call to SrerviceNow from your 3rd party application.
you can call gs.eventQueue from your scripted rest API script. Again you need to get approval for the same from your platform team. Or you can ask for alternate solution to your platform team.
Thanks
Anil Lande