- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 09:51 AM
Dear Team,
I am using custom application, from the Update Business Rule I am trying to send attachment to another ServiceNow instance but I am getting this error :
{"error":{"message":"Invalid file type: application/json","detail":null},"status":"failure"}
Here is my BR code, Experts please help how can i fix this issue 😞
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 10:34 PM
I am able to send attachment now.
On the Rest Message Send Attachment Endpoint I have to add : https://instance.service-now.com/api/now/attachment/file?table_name=${table_name}&table_sys_id=${tab...
This did the magic!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 10:34 PM
I am able to send attachment now.
On the Rest Message Send Attachment Endpoint I have to add : https://instance.service-now.com/api/now/attachment/file?table_name=${table_name}&table_sys_id=${tab...
This did the magic!