Send Transactional Messages

Send Transactional Messages

SendTemplate API sends transactional messages (by merging the parameters and selected template to content) to recipients.

Sending a template requires multiple steps:

  1. A template is created on Admin Panel or through REST API. There may be some parameters placed on a template. Please see Template Personalization section to understand the personalization of a template. Template public id given on Admin Panel/REST API is used to call this template.
  2. SendTemplate API is called with parameters to customize. The API merges the template with parameters and creates the final content and relay this content to its final recipients.
  3. ReportByMessageId function is used to report a message in detail. Please see Advanced Logging/Reporting section to understand which report details can be gathered from this API.

A simple function to call the SendTemplate API is available on this page

    • Related Articles

    • Send Batches

      SendBatch API is used to send batch(bulk) messages. The main inputs of a batch is Template + Data to be merged with this template. Please check SendBatch API documentation under Batch Send > SendBatch. Here is a simple function to call SendBatch API. ...
    • Integration Methods

      MMP Enterprise supports REST API's. Sending/Reporting Transactional Messages In MMP Enterprise, the type of the message (transactional vs batch) changes the way of sending and reporting. Transactional messages are kept in MMP Enterprise database and ...
    • Platform Limits

      The document explains the key parameters and limits of the Dengage Platform. Expiration Period in User Invitations: 7 days To add more users to your accounts, you must invite them to the platform using their email addresses. The invitation expires in ...
    • Integration Methods

      MMP Core is an enterprise-grade Message Transfer Agent (MTA) for sending high-volume and mission critical messages. The platform provides unsurpassed reliability in message delivery in a stable SMTP environment with granular connection controls like ...
    • MMP SMS Interface

      This page explains an SMS Integration Interface when integrating your mobile operator with the Dengage MMP Engine. C# using System; using System.Collections.Generic; namespace MMP.MTA.SmsInterface { public interface ISmsMessage { // SecretKey is a ...