Trustsignal

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

library_add_check

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
  6. Add the following details:
    Field Description
    Sender Type

    Based 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 Name

    Enter the connector name for the SMS connector to uniquely identify it. Example: "Trustsignal"

    Sender Name

    Enter the sender name (DLT Approved Header).

    API URL

    Select the POST option.

    POST API:

    Parameter Details

    Key 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]
    Headers

    For the POST endpoint, enter the following key-value pairs:

    • Key: Content-Type | Value: application/json
    • Key: Authorization | Value: Bearer <apikey>
    Body Type (Only for POST)

    For the POST endpoint, select Raw and enter the entire JSON payload structure:

    JSON
    {
    "to": [
    "Moesms_destination"
    ],
    "route": "transactional",
    "message": "Moesms_message",
    "tempate_id": "Moesms_dltTemplateId",
    "sender_id": "SENDERID"
    }

    .

    Delivery tracking

    For 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.

  7. 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:

Previous

Next

Was this article helpful?
0 out of 0 found this helpful

How can we improve this article?