Copy All the Worknotes and Comments during ticket creation from third Party application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 08:50 PM
Hi,
When creating a ticket from a third-party application, how can we update all the work notes and comments from their activity log to our ServiceNow instance? This is important because they may have added work notes or comments during ticket creation, and I need to replicate those comments here.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2023 11:27 PM
Have you tried the below API?
Method: PUT
URI: https://<instance_name>/api/now/table/{tableName}/{sys_id}
Body:
{
"comments": <comments from third-party app>,
"work_notes: <notes/activity log from the third-party app>
}
And, make sure to use the right user with corresponding roles for the authentication.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 07:48 AM
Hello Vamshi
Which 3th party application are you refering to?
If it is one of the applications that Exalate supports, I suggest you have a look at that decentralized integration solution.
It will give granular control over all data that you wish to send and wish to keep.
Hope you have a good day