Skip to main content

Introduction

Trustsignal Ventures Private Limited offers enterprise communication services including SMS, Email, RCS, and WhatsApp Business Messaging. With the MoEngage and Trustsignal SMS integration, you can communicate with your end users for the following:
  • Bulk SMS communication of different categories, such as Promotional, Service Implicit, and Service Explicit
  • Real-Time Delivery updates

Integration

Prerequisites
  • You must have an SMS account with the respective SMS Push API details from Trustsignal.
  • You must have DLT-approved details. For example, if the region of your account is in India, you must have DLT-approved templates.

Configure Trustsignal as a Custom SMS Connector

  1. Log in to the MoEngage dashboard.
  2. Navigate to Settings > Channels > SMS. trust1.png
  3. Click the Sender Configuration tab and then click the SMS tab. trust2.png
  4. In the upper-right corner, click + Add SMS Sender.
  5. Click + Add custom service provider.\ trustsignal.png
Add the following details:
FieldDescription
Sender TypeBased on your SMS account at Trustsignal, select the sender type. The Sender type can be:
  • Promotional: Choose this option when you want to use the sender to send information about your brand, promote deals, or engage with users.
  • Transactional : Choose this option when you want to use the sender to send alerts about transactions, OTPs, security information, or any information that can be classified as transactional in nature.
Connector NameEnter the connector name for the SMS connector to uniquely identify it. Example: “Trustsignal”
Sender NameEnter the sender name (DLT Approved Header).
API URLSelect the POST option. POST API:
Parameter DetailsKey value pair / JSON parameter details:
  • apikey=****** [Trustsignal user account APIKEY]
  • sender_id= [DLT approved Header]
  • to=Moesms_destination [Mobile number on which SMS to be sent with 91]
  • message=Moesms_message [DLT approved message text]
  • template_id=Moesms_dltTemplateId [DLT Template ID for message text]
  • route=[transcational/promotional]
HeadersFor the POST endpoint, enter the following key-value pairs:
  • Key: Content-Type | Value: application/json
  • Key: Authorization | Value: Bearer <apikey>
Delivery trackingFor Delivery tracking, after saving the custom connector, edit it. Select the Map fields manually option and do the following mapping:
  • Unique sent ID field: results[0].transaction_id
  • Unique delivery ID field *: transaction_id
  • Delivery status field *: status
  • Success values for delivery status *: delivered
  • Failure reason field *: error
Share the SMS delivery tracking URL with Trustsignal for configuration.
  1. Body Type (Only for POST), select Raw and enter the entire JSON payload structure:
    {
        "to": [
            "Moesms_destination"
        ],
        "route": "transactional",
        "message": "Moesms_message",
        "tempate_id": "Moesms_dltTemplateId",
        "sender_id": "SENDERID"
    }
    
  2. Click Save. The settings have been added.

Troubleshooting

If any issue occurs while sending a test message or saving the configuration, perform the following steps: