โ02-03-2021 02:41 PM
Hi everybody, we have a use case where we want to update servicenow tickets via workato. The problem we have is that the comment or work note is always marked as updated by the integration account user. We want this to be an individual user instead. E.g. Pass a users sys id to the ticket update. Is it possible?
โ02-03-2021 02:54 PM
Hi Craig, we had similar issue with Zendesk and I figured it out. In Zendesk payload you can pass the user email in one of the fields and it either pulls the existing user or creates a new one. Never used Servicenow, but I hope they have something similar.
โ02-03-2021 02:55 PM
ServiceNow's API does not allow you to pass a user sys_id to the ticket update. You would have to create a custom scripted REST on ServiceNow to do that.
โ02-03-2021 03:20 PM
Hi Craig!
Below may help you. There is no direct way to do it though. You have to do it via custom script:
https://community.servicenow.com/community?id=community_question&sys_id=ec5fd1a9dbf21f40200f0b55ca961938
โ02-03-2021 07:53 PM
Thanks for the replies! Shame it doesn't work out of the box but at least the scripted API is an option.