-
Notifications
You must be signed in to change notification settings - Fork 784
Closed
Labels
difficulty: mediumfix is medium in difficultyfix is medium in difficultystatus: work in progressTwilio or the community is in the process of implementingTwilio or the community is in the process of implementingtype: twilio enhancementfeature request on Twilio's roadmapfeature request on Twilio's roadmap
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.
Metadata
Metadata
Assignees
Labels
difficulty: mediumfix is medium in difficultyfix is medium in difficultystatus: work in progressTwilio or the community is in the process of implementingTwilio or the community is in the process of implementingtype: twilio enhancementfeature request on Twilio's roadmapfeature request on Twilio's roadmap