REST API send mail with attachments
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2022 01:47 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 mail with attachment, Currently I don't see option to specify attachment sys_id in EMAIL API request.
This is what I have right now:
{
"to": [
"exammple@gmail.com"
],
"subject": "API Message",
"text": "Test Message",
"html": "<b>Test Message</b>",
"table_name": "incident",
"table_record_id": "db8875d6db9a7850411893c8f4961951"
}
Is there any other way to achieve this, if not possible through available REST API ?
Labels:
- Labels:
-
Integrations
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2022 02:18 AM
Hi,
I see no way to send attachments in email using REST API.
Please check below question they had same requirement.
Thanks,
Anil Lande
Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande
Thanks
Anil Lande