> ## Documentation Index
> Fetch the complete documentation index at: https://moengage.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Mtalkz

# Introduction

[Mtalkz](https://mtalkz.com/) Is A Platform Based, Digital Engagement And Communication Service Company That Provides High Volume Messaging Services Along With Marketing Automation, Workflow Automation And Predictive Insights Using AI/ML.

# Integration

<Warning>
  **Prerequisites**

  Ensure you have access to your Mtalkz Dashboard and have the API key for your account.
</Warning>

## Configure Mtalkz as a Custom SMS Connector

Log in to the MoEngage dashboard:

1. Click the *SMS Connector Config tab*.
2. Under *Custom Connecters* , click *+CREATE.* <img src="https://lh4.googleusercontent.com/zh1yjNfHUs8T5aZFpLpZwNUVKZkxyMMNaVXaiXLLGshfNPDTfbRLCf4fDyOqfEepSSaR9XRSKK20V1rw790tQk0fDfcY_kEzrRnaKFVGPsEmZGcv4BwFGqAH3W1IT3-sGnkRtl7VfckkzISQj6zGkSU" />
3. 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 readable sender name that can be used while creating a campaign or alert.
   * **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:
     ```text wrap theme={null}
     [http://msg.mtalkz.com/V2/http-api-post.php?campaign_name=moengage&message=Moesms_message&number=Moesms_destination&template_id=Moesms_dltTemplateId](http://msg.mtalkz.com/V2/http-api-post.php?campaign_name=moengage&message=Moesms_message&number=Moesms_destination&template_id=Moesms_dltTemplateId)
     ```
     <img src="https://mintcdn.com/moengage/W4UIG2ZYu1ajYKNS/images/partner_17119783701140.png?fit=max&auto=format&n=W4UIG2ZYu1ajYKNS&q=85&s=4181be8ba4e8fb57dea31455ac879657" alt="Screenshot" width="692" height="212" data-path="images/partner_17119783701140.png" />\
     Dropdown Button: Select *GET*
   * **URL Parameters:** Campaign\_name - moengage\
     Message - Moesms\_message\
     Number - Moesms\_destination\
     Template\_id -Moesms\_dltTemplateId\\
     <img src="https://mintcdn.com/moengage/W4UIG2ZYu1ajYKNS/images/partner_17119791138580.png?fit=max&auto=format&n=W4UIG2ZYu1ajYKNS&q=85&s=c585223769fa3df23654bbe5c00b9f9e" alt="Screenshot" width="682" height="236" data-path="images/partner_17119791138580.png" />
   * **Headers:** Content-Type - application/json
   * **Body:** Select  *RAW* and enter the following payload:
     ```json theme={null}
     {  
       "apikey": "apikey",  
       "senderid": "MTALKZ",  
       "number": "Moesms_destination",  
       "message":"Moesms_message",  
       "campaign_name":"moengage DLR",  
       "format":"json"  
     }
     ```
     <img src="https://mintcdn.com/moengage/W4UIG2ZYu1ajYKNS/images/partner_17119776516372.png?fit=max&auto=format&n=W4UIG2ZYu1ajYKNS&q=85&s=e07fb341ffbbe155a8a007a73ce88128" alt="Screenshot" width="670" height="224" data-path="images/partner_17119776516372.png" />
4. Click Save. Settings have been configured.
