I'm trying to include attachments while sending an email, however I'm able to out a way to include attachments.
{ "body":"Content of the email message", "subject":"Subject of the email", "fromEmail":"from@recipient.com", "fromName" :"From name", "important" :false, "recipients": [ { "email":"recipient@recipient.com", "recipientName":"Recipient email", "type":"to" } ], "attachments":null }
However in request payload they have included attachments field.
Answer by dat.nguyen · Dec 08, 2017 at 02:48 PM
Hi
Attachments are not supported in beta. @sarah.khalife@ge.com might be able to give you more details on the GA service and if this feature will make it for that.