Zip Attachment with Password using script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2022 11:58 PM
Is there a way to zip all attachment with password before sending the email notification.
any useful script can use to achieve this requirement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2022 12:10 AM
Hi,
no Out of the box way.
You can try to search for any custom solution if you find it in community or any other blogs.
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
‎08-15-2022 09:19 PM
I'm exploring if can use the custom jar files to achieve this requirement. I'm using the below link as reference
http://www.john-james-andersen.com/blog/service-now/video-use-custom-jar-files-on-a-mid-server.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2022 09:37 PM
Hi,
That's correct. OOB it's not possible.
You might have to use Mid Server and JAR which is very much customized and leads to overhead of maintaining the mid server from the client/customer.
If my response helped please close the thread by marking appropriate response as correct so that it benefits future readers.
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
‎08-17-2022 02:26 AM
Do check out the Integration Hub - Utility Actions Spoke (https://docs.servicenow.com/bundle/sandiego-application-development/page/administer/integrationhub-store-spokes/concept/utilityact-spoke.html) and associated product documentation on how to use those actions (https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/administer/integrationhub-store-spokes/task/sample-flow-utility-action.html) within a flow.