Sending emails with aampe

When Aampe connects with your CRM tool, you can personalize your emails by leveraging Aampe's dynamic keys. These keys allow you to make specific fields in your email templates editable directly within Aampe.

Email Dynamic Keys


Steps to Integrate Dynamic Keys

  1. Copy Your Existing Template
    Duplicate the email template you want to use with Aampee
  2. Assign it a simple, recognizable name (e.g., aampe_onboarding_email).

Insert Dynamic Keys

  1. Open your copied template.
    Replace the existing text with the following dynamic keys to make the fields editable within Aampe:
ElementDynamic Key
Headline{{headline--field}}
Body Copy{{body--multiline}}
Button Text{{button--field}}
Button URL{{button_url--link}}
Image URL{{image_url--link}}
Image Source{{image_url--image}}

Handling Multiple Elements
If your template includes multiple instances of the same element (e.g., multiple headlines or body copies), append an underscore and a number to the dynamic key. For example:

ElementDynamic Key
Headline{{headline_2--field}}
Body Copy{{body_2--multiline}}
Button Text{{button_2--field}}
Button URL{{button_url_2--link}}

Example Usage
Here's an example of how to update your template:

Original Template:

<h1>Welcome to our service!</h1>
<p>We are excited to have you with us. Click the button below to get started.</p>
<a href="https://example.com/get-started" class="button">Get Started</a>

Updated Template with Dynamic Keys:

<h1>{{headline--field}}</h1>
<p>{{body--multiline}}</p>
<a href="{{button_url--link}}" class="button">{{button--field}}</a>

You are using braze content blocks

Braze content blocks can be part of your email. We won’t render their content. For example, you can use a content block for your header and footer. You can leave it in the aampe email template. It will appear as {{content_blocks.${your_block_name}}} but won’t be changeable.