Create a key to copy examples filled with your team.
Receiving attachments
Bytes on webhook and on message show.
Each attachment hash has filename, content_type, and size. Bytes are not on the list endpoint.
Where the bytes are
- JSON receiving webhook. Each attachment includes
content_base64. GET /api/v1/inboxes/:id/inbound_messages/:id. Samecontent_base64field, plusrawfor the MIME.sendgrid_parsewebhook. Parts areattachment1,attachment2, and so on.attachment-infoholds filename and type.emailis the raw MIME.
Index rows stop at metadata. Use show or the webhook when you need the file.