top of page

Send Gmail Email with Embedded Image

An n8n workflow using Gmail API, HTTP Request, and base64 encoding to send an email with embedded images. Fetches an image from a URL, converts it to base64, composes MIME email with inline image, and sends via Gmail OAuth2.

bottom of page