Integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2025 06:43 AM
Hi Team,
Requirement is: There is 3rd party Tool 'ABC'. They want to create a ticket in ServiceNow and once created ServiceNow should send the notification to 'ABC' tool.
What steps should be followed here?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2025 02:15 PM
Hi @BharatiK
The requirements are simple, but the prerequisites are more extensive.
- Have you completed the integration? If not, here's what you need to do:
- Obtain the endpoint URL.
- Set up authentication.
- Perform table-to-table mapping.
- Do the field-to-field mapping.
- Create an API, or check if there’s an existing spoke you can use.
- Create an incident.
For notifications, make sure to set the email ID of the ABC tool so it can be activated. Not sure how much you've completed so far.
Here is my video to integrate with SN
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2025 04:00 PM - edited 02-02-2025 04:02 PM
Use a REST message? You can use the REST API Explorer to help you build it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2025 03:54 AM - edited 02-21-2025 12:21 AM
To integrate 'ABC' with ServiceNow, create an API in ServiceNow for ticket creation, configure 'ABC' to send requests to this API, and set up notifications to 'ABC' after ticket creation. This integration requires careful API setup and proper authentication handling.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 06:55 AM
Hi @BharatiK,
Is ABC homegrown tool or like is on on-prem or cloud? as solution will be quite different it its on-prem.
Before you get into the solution, you might want to consider the below points:
- Is there a requirement for two-way sync (i.e., if ABC updates the issue, should ServiceNow also get the update)?
- Does the ticket need to appear in ServiceNow immediately, and what fields should be populated (e.g., category, priority)?
- Should only a notification be sent, or does ABC require comment synchronization as part of acknowledgement of ticket creation in ServiceNow?
Here, look at OpsHub[ A ServiceNow partner]. It will also allow to plugin homegrown tool or any tool from its 60+ connector portfolio for bidirectional sync, simple GUI, no technical cost. You can also look atServiceNow Integration sync for more information.
Hope this helps!