Password Encryption of attachment to be sent through email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 07:22 AM
Hi everyone,
Please help me regarding this -
1. How to get attachment from a record
2. Send that attachment through an email to target audience
3. The attachment needs to be made password protected
4. To do this through email
Help would be appreciated
Best Regards
ServiceNow Enthusiast
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 08:16 AM
Hi @jkhanddh , ServiceNow doesn't support attachment encryption for external attachments and custom option may be tricky like using MID server to load your attachment and retrieve it from server by embedding password encryption, alternative you can try below and see if that works.
1) Encrypt the attachment of record using OOTB option(see below link)
2) Create flow designer and use "Get Attachment" action to get attachment from record and attach it to email.