What is the maximum size limit of Attachment for outbound REST API call?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2024 10:40 AM
We need to do ebonding where need to send attachments from one servicenow to another servicenow instance using REST API.
What is the maximum size limit of Attachment for outbound REST API call?
PS - I tested by sending a file of 100 mb and it did sent. But need to know the size limit.
Note - Its OOB instance. No changes done to anything in my instance till now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2024 02:47 PM
Hi @Suggy ,
ServiceNow doesn't explicitly says the limit of attachment for Outbound REST API.
But there is a limit of 1024 MB to store the attachment OOTB.
So we can assume the same as you cannot send any data which is more than that.
https://devxxxxxx.service-now.com/sys_properties.do?sys_id=2e89e7edc0a80027000beaeebb29707a
Please check the above property.
If my response has resolved your query, please consider giving it a thumbs up ‌‌ and marking it as the correct answer‌‌!
Thanks & Regards,
Sanjay Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2024 08:44 PM
@Community Alums its surprising to hear that. While for inbound when ServiceNow is defining a limit, why not for outbound 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-13-2024 09:30 AM
Anyone has any feedback or comments?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2024 12:25 AM
Anyone?