REST API: send email with attachments (E-MAIL API)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2025 05:19 AM
Hello All,
I would like to send email with attachments using REST API.
Here's what's working:
- Adding attachment and getting its sys_id
- Sending email associated with specific record.
But how to send e-mail with attachment, Currently I don't see option to specify attachment sys_id in E-MAIL API request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2025 07:37 AM
Have you considered triggering a notification after the attachment is attached to the record?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 04:52 AM
Yes, I did this through the case status. But in this case, it would be different, because the message is completely different for each client who would receive this other type of attachment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 11:24 AM
Is there a reason you can't use a mail script for the conditional messaging?