Attachment URLs in full email JSON
Many of our users offload inbound email processing to serverless functions like AWS Lambda, Google Cloud Functions or Azure Functions using our cloud storage providers to store the full message.
Previously you'd need to rely on the webhook POST of the email for the attachment details and URLs. If you were processing emails from full message storage JSON the attachment URLs weren't available.
With this feature enabled, attachments are uploaded to your cloud storage first and then the full message JSON is stored with the attachment URLs already included. Everything you need to process an email is in one place.
See our cloud storage documentation for more details on setting up storage providers. This feature is currently in alpha — if you'd like to try it out contact us and we'll enable it for your account.