Attachment helper for base64 encoding #491
Labels
difficulty: medium
fix is medium in difficulty
status: work in progress
Twilio or the community is in the process of implementing
type: twilio enhancement
feature request on Twilio's roadmap
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.
The text was updated successfully, but these errors were encountered: