Introduction
Integration
PrerequisitesEnsure you have access to your Mtalkz Dashboard and have the API key for your account. |
Configure Mtalkz as a Custom SMS Connector
Log in to the MoEngage dashboard
-
-
- Navigate to Settings > Channel > SMS & Connectors.
- Click the SMS Connector Config tab.
- Under Custom Connecters, click +CREATE.
-
Add the following details:
-
-
Sender Type- Select Transactional or Promotional as per your requirements -
Promotional: Choose the Sender Type as Promotional when you would be using the Sender for sending information about your brand, promoting deals, or engaging with users.
Transactional: Choose the Sender Type as Transactional when you would be using the Sender for sending alerts about transactions, OTPs, security information, or any information that can be classified as transactional in nature.
-
Connector Name - This field identifies the Custom Connector you are configuring on the MoEngage Dashboard and has to be unique. Type the name of the connector here - MTALKZ
-
Sender Name - This field identifies the Sender or header. Type the name of the sender here.
-
Is Default Sender - User Choice(Select yes or No)
-
API URL - This is the base URL of the SMS service provider, along with all the query parameters that can be used to call API to send SMS:
http://msg.mtalkz.com/V2/http-api-post.php?campaign_name=moengage&messa
ge=Moesms_message&number=Moesms_destination&template_id=Moesms_dltTemplateId
Dropdown Button: Select GET -
URL Parameters:
Campaign_name - moengage
Message - Moesms_message
Number - Moesms_destination
Template_id -Moesms_dltTemplateId -
Headers: Content-Type - application/json
-
Body: Select RAW and enter the following payload:
{
"apikey": "apikey",
"senderid": "MTALKZ",
"number": "Moesms_destination",
"message":"Moesms_message",
"campaign_name":"moengage DLR",
"format":"json"
}
-
-
- Click Save. Settings have been configured
- Navigate to Settings > Channel > SMS & Connectors.
-