Plugin details
This plugin allows you to easily and securely decode raw emails received via a webhook (such as Cloudflare Email Routing, SendGrid, or Postmark).
Running server-side for maximum security and performance, it takes the unreadable source code of an email and cleanly extracts all the information ready to be saved in your Bubble database.
Main features:
Full extraction: Retrieves the Subject, Sender (Name + Email), Recipient (Name + Email), and message body (HTML and Plain Text).
Embedded image handling: Automatically converts images hidden within the text (Content-ID / cid:) to a readable format (Base64) so your HTML displays perfectly.
Attachment extraction: Isolates the actual attachments (PDF, Word, images) and returns them as a list easily usable in Bubble.
Anti-Crash: Includes security features to prevent your workflows from ever crashing, even if the received email is empty or poorly formatted.