Skip to Content
Security

Security

How the Plugin Works

Marka Email Generator operates as a plugin within the Figma application, approved and reviewed by the Figma team. No additional software installation is required — Figma plugins are a native part of Figma’s functionality and can be run instantly from any Figma file or through the Figma Community.

Marka Email Generator assists users in designing and exporting production-ready HTML directly from Figma. With a focus on privacy and security, all core operations stay within your Figma file unless you opt into features that connect to external services — such as email marketing platform integrations, image hosting, or test email sending.

All code generation occurs client-side within the Figma plugin, leveraging the Figma Plugins API. No processing occurs outside of Figma unless you explicitly use one of the optional external features described below.


What Marka Email Generator Does

Marka Email Generator enables users to:

  • Design emails in Figma using plugin tools.
  • Export Figma designs to HTML and download them directly to their device.
  • Optionally upload exported HTML emails to their email marketing platform via official APIs (e.g., Mailchimp, Klaviyo, HubSpot).
  • Optionally host images using the built-in image hosting feature, which stores images on Cloudflare R2.
  • Optionally send test emails directly to an inbox via a connected email service provider.

What Marka Email Generator Does Not Do

Unless you explicitly use the optional integrations listed above, Marka Email Generator does not:

  • Upload any Figma data, HTML, or images to external servers.
  • Store any Figma data, HTML, or images.
  • Use cloud storage for any assets.
  • Collect or store any personal information. Figma plugins cannot access private information about Figma projects, teams, or users.

Optional External Features

When you choose to use the following optional features, data leaves the local Figma environment:

Image Hosting: Images are uploaded to and stored on Cloudflare R2, a cloud storage service operated by Cloudflare, Inc. Images are retained for as long as the Services remain active. You can request deletion of your hosted images at any time by contacting us by email.

Email Marketing Platform Integrations: When connecting to an ESP (e.g., Mailchimp, Klaviyo, HubSpot), your exported HTML is transmitted directly to that platform via their official API. Marka Plugin does not store or log this content. Your use of those platforms is governed by their own terms and privacy policies.

Test Emails: When sending a test email, the email content is transmitted directly to your chosen ESP. Marka Plugin does not store, log, or retain any test email content.


How Figma Plugins Work

Figma plugins are built using HTML, CSS, and JavaScript, and operate within a controlled sandbox environment inside the Figma application.

Figma plugins can:

  • Run only through explicit user actions.
  • Display UI in a single plugin-specific dialog.
  • Read and modify data within the Figma document they are running in.
  • Communicate with external servers over the internet.

Figma plugins cannot:

  • Run independently or in the background.
  • Access information about the project or team owning the file.
  • Access data when not actively running.
  • Access data from files other than the one they were run in.
  • Modify Figma’s UI outside of the plugin dialog.
Last updated on