The Email Body

Setting up Email Body

The add-on allows you to personalize your email body using dynamic markers, enabling customized and automated content.

Example:

Customizing the Body

You can structure your email body using a combination of static text and dynamic markers.

1. Choosing an Editor

You can compose your email using one of two editors:

This guide focuses on the WYSIWYG Editor, with notes on differences in HTML mode.

Note:


2. WYSIWYG Editor UI Elements

Toolbar: The toolbar appears above the main editing area and provides various formatting options:


3. Markers 

Markers allow you to insert real-time content (e.g., dates, spreadsheet values, charts).

Marker Categories

Example: "Report for {{Date}}" → Automatically inserts the current date.

Date & Time Markers

Spreadsheet Information

Random Values

Cell & Range References: Retrieve spreadsheet values dynamically.

Charts: Use these markers to insert a chart from your Google Sheet.

Example: {{Chart:'Payment Methods Chart',147487688,800,600}}

Images: Insert an image from a range of cells in your Google Sheet.

Example: {{Image:Monthly!A1:C13}} – Renders an image of the specified range.

Timelines: Insert timeline charts as images.

Example: {{Timeline:'Targets Timeline',800,600}}

Named Range Markers: Use these markers to insert data from a named range in your Google Sheet.


4. HTML Editor

The HTML editor offers a code-based alternative to the WYSIWYG editor.

5. Best Practices