- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2022 05:48 AM
InstanceA is my source Instance and InstanceB is target instance if I add any any attachment to the incident at my target instance it should get reflected to my source instance. with this I also want to maintain a loop that no attachment should be get double if we we update another attachent. How can I achieve this using REST API
Solved! Go to Solution.
- Labels:
-
Integrations
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2022 05:57 AM
Hi. You can. You have to convert the attachment to binary and then convert it back to attachment when recieved. please refer to the following articles:
- https://community.servicenow.com/community?id=community_question&sys_id=abe67b981b7300107a5933f2cd4bcbca
- https://community.servicenow.com/community?id=community_question&sys_id=a48f7db11beeb090ada243f6fe4bcb7d
- https://community.servicenow.com/community?id=community_question&sys_id=6cabff34db666780fb115583ca9619ab
Mark Correct and Helpful if appropriate. Thanks!
Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2022 05:57 AM
Hi. You can. You have to convert the attachment to binary and then convert it back to attachment when recieved. please refer to the following articles:
- https://community.servicenow.com/community?id=community_question&sys_id=abe67b981b7300107a5933f2cd4bcbca
- https://community.servicenow.com/community?id=community_question&sys_id=a48f7db11beeb090ada243f6fe4bcb7d
- https://community.servicenow.com/community?id=community_question&sys_id=6cabff34db666780fb115583ca9619ab
Mark Correct and Helpful if appropriate. Thanks!
Please mark Correct and click the Thumb up if my answer helps you resolve your issue. Thanks!
Martin Ivanov
ServiceNow MVP 2023, 2024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2022 05:57 AM
Hi,
check these links for solution
Video: How to Make REST Attachment API Requests
Copying attachment from one instance to another
Sending an attachment to ServiceNow via Web Services
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 02:07 AM
Hello Ankur,
Can you please help me with the Rest message. How I can define Rest message query parameters for the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2022 02:29 AM
Can you please suggest how can we write an soap message for this?