Receiving
Attachments
Process and download attachments extracted from incoming emails.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Process and download attachments extracted from incoming emails.
const attachment = payload.data.attachments[0];
console.log(attachment.filename); // e.g. "contract.pdf"
console.log(attachment.content_type);// e.g. "application/pdf"
console.log(attachment.size); // bytes
console.log(attachment.download_url);// Temporary presigned S3 download link