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

# Netcore

# Introduction

Netcore offers artificial intelligence-powered marketing automation and customer engagement platform to help marketers listen, analyze, and build conversations with consumers.

<Info>
  **Prerequisites** Ensure you have access to your Netcore dashboard.
</Info>

# Configure Netcore as a Custom SMS Connector (Service Provider)

This article will help you set Netcore as a Custom Connector on the MoEngage dashboard. You can then simply choose Netcore Custom Connector to send SMS.

Before creating the campaign, ensure that you have ***FeedId, username,*** and ***Password*** for Netcore Account. If you cannot find these, reach out to your contact in Netcore.

Log in to the MoEngage Dashboard and follow these steps:

1. Navigate to **Settings** -> **Channel** -> **SMS** -> **Sender Configuration**.
2. Click **+Add Service Provider** at the top right corner.
3. Add the following details in the **Sender Details** screen.

| Field                     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Mark as default**       | Turn on this toggle to mark the sender as the default sender for the service provider being configured. If marked as default, this sender would be used for sending all SMS campaigns from MoEngage unless you select a different sender while creating the campaign.                                                                                                                                                                               |
| **Service provider name** | This field identifies the service provider you are configuring on the MoEngage Dashboard and has to be unique. Type the name of the service provider here.                                                                                                                                                                                                                                                                                          |
| **Sender name**           | This field identifies the readable sender name that can be used while creating a campaign or alert.                                                                                                                                                                                                                                                                                                                                                 |
| **Sender type**           | The Sender type can either be **Promotional** or **Transactional**. 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. 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. |

4. Configure the Webhook by adding the following details:

| Field       | Description                                                                                                                                                                                                                                                                                                                                                                                            |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **API URL** | This field contains information about the URL that should be used to send an API request to the Sender. You can get this information from the API Documentation of the Sender. Type the API Endpoint of the sender here. <br />The API URL for Netcore is: `http://bulkpush.mytoday.com/BulkSms/SingleMsgApi?feedid=123456&username=9876543210&password=abcde&To=[[Mobile Number]]&Text=SampleMessage` |
| **Method**  | Select **GET** as the HTTP method.                                                                                                                                                                                                                                                                                                                                                                     |

5. Since this is a GET request, the URL parameters will get populated from the API URL, as shown in the following image. <img src="https://mintcdn.com/moengage/syqICryKE0qygh49/images/partner_21971372339092.png?fit=max&auto=format&n=syqICryKE0qygh49&q=85&s=672ff87e08bf0dc9742536199b43e8a6" alt="NetCore_NewUI_PG_DT.png" width="1214" height="1074" data-path="images/partner_21971372339092.png" />
6. Change the value for the following keys:
   1. **Feedid**, **username** and **password** - Set as per your account credentials
   2. **To** - Add *Moesms\_destination* to pass the mobile number of the user.
   3. **Text** - Add *Moesms\_message*
   4. If you are sending a transaction message, add an additional URL Param (**senderId**) for the sender ID, which contains the Sender ID allocated for your account by Netcore.
7. **Send a test SMS** to verify your configuration.
8. Click **Save** to save the Sender Configuration.
9. You can configure delivery tracking after creating the sender in the MoEngage Dashboard. For information about Delivery Tracking, refer to [Delivery Tracking for Custom Connectors](/docs/user-guide/campaigns-and-channels/sms-mms-and-rcs/sms/getting-started-with-sms/configure-an-sms-sender).
10. You can map the attributes of the delivery tracking response manually or automatically.

# Next Steps

* Create an SMS campaign using the [Getting Started for creating SMS campaign](/docs/user-guide/campaigns-and-channels/sms-mms-and-rcs/sms/create-an-sms-campaign).
* Set the [Frequency Capping for SMS](/docs/user-guide/settings/channels/delivery-controls/frequency-capping).
* Set the [Current Service Provider](/docs/user-guide/campaigns-and-channels/sms-mms-and-rcs/sms/getting-started-with-sms/configure-an-sms-sender).
* [Read more about campaign analytics.](/docs/user-guide/campaigns-and-channels/connectors/analyze/connector-campaign-analytics)
