Skip to content

Email Marketing

React Bricks v5 adds email marketing support, so teams can create email campaigns with the same visual editing model used for website pages.

Email marketing pages are identified by a dedicated page type and can be connected to an Email Sending Provider from the dashboard.

React Bricks Email Marketing provider configuration

Supported Email Sending Providers include:

  • MailChimp
  • Brevo
  • Mailerlite
  • GetResponse
  • SendGrid
  • Resend
  • ConvertKit

Email campaigns are created from page types marked as email marketing page types.

The page type fields for email marketing are documented in Page Types. For the code-focused setup path, see Implement Email Marketing.

Pages with isEmailMarketing: true include campaign-specific options in the editor.

React Bricks email marketing editor interface

Editors can select:

  • an Email Sending Provider
  • a list
  • a sender
  • a campaign name

They can also send a test, send the campaign, or schedule it.

The starter projects include optional email marketing bricks based on react-email.

These bricks can be installed by the CLI and used as a starting point for your own email design system.

Developers configure email marketing page types and email-specific bricks in code.

See Implement Email Marketing for the implementation path and IPageType for the type reference.