Closed
Description
We have an example in USE_CASES.md on how to handle attachments.
We need to update the Attachment
object such that it can also take in a raw file, rather than a base64 encoded file, and perform the base64 encoding behind the scenes.
Note that the total size of your email, including attachments, must be less than 30MB. The total size is calculated from the entire JSON payload. Note that you will need to handle the case where UTF-8 characters are included.