- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2024 01:16 AM
Hi, I have a Scoped Application where I use Script Include to create some custom attachments.
The attachments are to be sent via email to an external email recipient.
I tested the GlideEmailOutbound API for this purpose, but I have come to understand that this is not the way to go since it is not possible to set a SendTo parameter, and the API cannot handle attachments either.
Please advice a proper solution for this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2024 03:05 AM
If the email recipient is in the field 'epost' you can add that to your 'who will receive' tab in the 'user/groups in field' field. It will then get the email address in the 'epost' field.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2024 06:33 AM
Is that a user or an email address?
If you go to the 'who will receive' tab, you can select 'users/groups in fields'. If the Epost field contains the email address, you can put that field in there.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2024 11:21 PM
The receiver is not a user, but an external email recipient, i.e. egil.kjoerstad@gmail.com.
The "Who will receive" tab contains only functionality for adding fixed users (as far as I can see).
I need to send each triggered record to a different email address (found in the triggered record).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2024 03:05 AM
If the email recipient is in the field 'epost' you can add that to your 'who will receive' tab in the 'user/groups in field' field. It will then get the email address in the 'epost' field.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2024 03:36 AM
Juhuu! Thank you so much for your help, and patience with me 🙂