How to upload an attachment from Postman to ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 10:48 PM
Hello,
Can some help me to upload files from postman to ServiceNow via Attachment API.
The files is not stored in the local system. I tried passing URL of file but its giving me an error

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 10:52 PM - edited 11-21-2022 10:52 PM
Hi @Mahesh23 ,
Please follow below link to achieve the same:
https://www.servicenow.com/community/developer-forum/how-to-apply-attachment-api-post/m-p/1746904
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 11:00 PM
Hello,
We are working on integration between ServiceNow and 3rd party tool. they are sending the attachment from there system to ServiceNow via Attachment api the attachment is also attached to ServiceNow record. but when we open attachment is showing base64 but not actual image.
Can you help me how to send an POST call to Attachment API from 3rd party tool ?