Help Center

Getting Started

1
  • Getting Started with cmercury

Dashboard

1
  • Dashboard

Campaigns

3
  • Campaign Overview
  • Campaign Creation
  • Custom HTML Upload Requirements

Audience

7
  • Overview
  • List
  • Segments
  • Fields
  • Audience Insights
  • Deep Segments
  • List Upload File Guide

Verify

1
  • Verify

Asset Library

1
  • Asset Library

Account Settings

6
  • Account Settings
  • Profile
  • Domains
  • API Key
  • Payment History
  • Deep Segments

Summary

1
  • Account Summary

cmercury API

8
  • cmercury API
  • API Key Management
  • Integrations Made Easy
  • Understanding the API Structure
  • Where to Find Required IDs
  • Using cmercury API with Postman
  • Sample API Response
  • Building Smarter Journeys with Webhooks

Email Automation

3
  • Welcome Mailer
  • Transactional Mailer
  • Dynamic Content Mailer

FAQs

14
  • General FAQs
  • FAQs – cmercury Dashboard
  • FAQs – Campaigns
  • FAQs – Campaign Creation
  • FAQs – Audience Selection
  • FAQs – List Management
  • FAQ – Audience Segmentation
  • FAQ – Fields Management
  • FAQ – Audience Insights
  • FAQ – Deep Segments
  • FAQ – cmercury Verify
  • FAQ – cmercury Asset Library
  • FAQ –Account Settings
  • FAQ – cmercury API
View Categories

Dynamic Content Mailer

Overview:
This mailer sends templated emails with content customized dynamically through API requests. Perfect for personalized communication, form acknowledgments, or internal team alerts.

Use Cases:

  • Personalized invoices
  • Form submission acknowledgment
  • Internal lead alerts

How to Create a Dynamic Content Mailer:

  1. Go to Campaigns and click Create Campaign.
  2. Select Automations.
  3. Choose Dynamic Content Mailer and click Next.
  4. Choose a subscriber list.
  5. Name your campaign and confirm sender details.
  6. Set subject line, preheader, and UTM settings.
  7. Create or select a template. Template creation is mandatory.
  8. Insert dynamic codes like {first_name}, {order_details} etc in the template where they should be replaced by the content passed through API. Include these codes along with content to replace them in the API.
  1. Click Next to reach the review page.
  2. Review and Save Automation.

Integration:

  • The Trigger APIs are available in cmercury’s API documentation.
  • A trigger ID is generated for each automation mailer.
  • Trigger ID can be seen in the campaign dashboard and should be included in API.
  • Use the Dynamic Template Trigger API.
  • Pass dynamic values using HtmlMergeFields in API:

“HtmlMergeFields”: [

  {“code”: “first_name”, “value”: “John”},

  {“code”: “last_name”, “value”: “Doe”},

  {“code”: “order_details”, “value”: “Order #1234 placed on May 20”} ]

Examples:

  • Sending personalized invoice with itemized breakdown
  • Thank-you mailers with customer name and product bought
  • Dynamic product recommendation emails suitable for each customer.
  • Alerts to sales team with lead form contents

API Documentation is available on final step or at https://cmercuryapi.readme.io/

Share This Article :
  • Facebook
  • X
  • LinkedIn
  • Pinterest
Still stuck? How can we help?

How can we help?

Table of Contents
  • Dynamic Content Mailer

© 2025 cmercury. All rights reserved. Privacy | Terms & Conditions