Skip to content

Mustache

Getting Started with Mustache

Prerequisites

A source of variables that will be used for creating result text using the Mustache template.

We can use Google Sheets for this purpose.

To work with Google Sheets, you have to have a Google account. If you do not have one, you can create a Google account at https://accounts.google.com.

Mustache

For more details about the Mustache template system, please visit the Mustache official website.

Adding a Mustache Module to your Scenario

1. Click on the blue button, Create a new scenario in the top-right corner of Ibexa Connect’s Dashboard page or Scenarios page

61f273ce5d716.png

2. Search for the Mustache module using the search field

3. Select Mustache by clicking on the module's icon

4. Click on the Continue button61f273cf74395.gif

5. Your scenario is now open

6. Start by clicking on the white question mark icon in the center of your scenario

7. Select Mustache from the menu

Transformers

Compile a Template

Mustache is a simple template system allowing you to generate output content from the provided template with variables.

To demonstrate what the module does, we will generate a short party invitation sent by email.

61f273d37aec7.png

Template Create the desired Mustache template in this field. Use variables as required and close them into double curly braces {{}}. These braces are called mustaches.
Variables Now you have to define the variables used in your text above. We have used four variables in mustaches in our sample template. These variables are name, date, time and place.

Setting Up Variables in the Mustache Module

1. Click on the Add item button in the Variables section

61f273d47f553.png

2. There are two fields in the Add item dialog – Key and Value.

Key Enter a variable used in your template. Do not use curly braces.
Value Specify the source of the variable. We have used the Google Sheets module, Watch a Worksheet trigger and have chosen the Events table from where to load the variables.

61f273d55e037.png

When someone enters values into the table, these values will be used as variables for our Mustache template.

61f273d65be3a.gif

Setting up a variable in the Mustache module

61f273d84570e.gif

Now, when the source of variables (using the Google Sheets module) and all needed variables in the Mustache module are set, we should decide what to do with the resulting text we get as output from the Mustache module.

As an example, we will send an email with our invitation.

Setting up a Target for the Mustache Template

Mustache, as a transformer module, cannot be the last in the scenario.

1. Add another module after the Mustache module

2. It can be the Email module, for example

61f273da9d2cc.png

3. Select the Send an email action

61f273dbb11e7.png

Send an email action settings

1. Ensure that a connection to your email is established (to establish a connection to the email module follow instructions in the Email documentation)

2. Add recipients of the invitation in the To field

3. Enter the subject of the email into the Subject field

4. Add the Mustache module Compile a template action to the Content field

61f273dc80381.png

The result of our sample Mustache scenario:

61f273dd877f7.png

Activating a scenario

Once your Mustache scenario is tested and ready to use, you have to activate it.

Activate your scenario by following Step 4 in the Creating a scenario article.