Whether you’re working on sending SMS, WhatsApp messages, or push notifications, our APIs offer seamless integration with comprehensive features and support. Explore each API to understand how you can use Monty Communication Platform to enhance your communication capabilities.
{
"name":"campaign name",
"title": "campaign title",
"content": "campaign content",
"AppGuid": "53ab52ccwef-e3bb-480d-b9ef-20d8a04d8d23",
"ApiId": "6a16f9a1wew2-99f5-49b3-8d27-dfba23830aa8"
}
curl --location 'https://omni-apis.montymobile.com/notification/v2/PushCampaignApi/all' \
--header 'Tenant: 3d936a5d-1d56-450b-a04c-f1a7b5c2d5d4' \
--header 'api-key: c81f80103sdfda721667aab62b3798d7dff2b38d25bb39c9368db8984734c443574' \
--header 'Content-Type: application/json' \
--data '{
"name":"campaign name",
"title": "campaign title",
"content": "campaign content",
"AppGuid": "53ab52ccwef-e3bb-480d-b9ef-20d8a04d8d23",
"ApiId": "6a16f9a1wew2-99f5-49b3-8d27-dfba23830aa8"
}'
{
“CampaignId” : “sdfredf-5558-44a0-8fsdfe97-91a50edf2274”,
"ApiId": "6a16f9a1wew2-99f5-49b3-8d27-dfba23830aa8"
}
curl --location --request PUT 'https://notification-qa.montylocal.net/api/apikey/v2/PushCampaignApi/campaign-launch' \
--header 'Tenant: 3d936a5d-1d56-450b-a04c-f1a7b5c2d5d4' \
--header 'api-key: c81f80103da721667aab62b3798d7dff2b38d25bb39c9368db8984734c443574' \
--header 'Content-Type: application/json' \
--data '{"CampaignId":"sdfredf-5558-44a0-8fsdfe97-91a50edf2274","ApiId":"6a16f9a1wew2-99f5-49b3-8d27-dfba23830aa8"}'
{
"title": "send",
"content": "send",
"AppGuid": "53ab52gfdcc-e3bb-480d-b9ef-20d8a04d8d23",
"ApiId": "df271070wert-3c6a-4f21-9c51-8834f41d5d4e",
"DeviceId": "30743wedf6432f2a708ae5"
}
curl --location ' https://omni-apis.montymobile.com/notification/api/v2/Push/device' \
--header 'Tenant: 3d936a5d-1d56-450b-a04c-f1a7b5c2d5d4' \
--header 'api-key: c81rfgbgff80103da721667aab62b3798d7dff2b38d25bb39c9368db8984734c443574' \
--header 'Content-Type: application/json' \
--data '{
"title": "send",
"content": "send",
"AppGuid": "53ab52gfdcc-e3bb-480d-b9ef-20d8a04d8d23",
"ApiId": "df271070wert-3c6a-4f21-9c51-8834f41d5d4e",
"DeviceId": "30743wedf6432f2a708ae5"
}'
{
"title": "OTP",
"content": "1234 is your OTP code.",
"AppGuid": "53ab52gfdcc-e3bb-480d-b9ef-20d8a04d8d23",
"ApiId": "df271070wert-3c6a-4f21-9c51-8834f41d5d4e",
"DeviceId": "30743wedf6432f2a708ae5"
}
curl --location ' https://omni-apis.montymobile.com/notification/api/v2/Push/device' \
--header 'Tenant: 3d936a5d-1d56-450b-a04c-f1a7b5c2d5d4' \
--header 'api-key: c81rfgbgff80103da721667aab62b3798d7dff2b38d25bb39c9368db8984734c443574' \
--header 'Content-Type: application/json' \
--data '{
"title": "otp",
"content": "124 is your otp code.",
"AppGuid": "53ab52gfdcc-e3bb-480d-b9ef-20d8a04d8d23",
"ApiId": "df271070wert-3c6a-4f21-9c51-8834f41d5d4e",
"DeviceId": "30743wedf6432f2a708ae5"
}'
{
"deviceId": "307647652f200a708ae5",
"fcmToken": "f660cf3232234hgfttfbc-40b8-b614-b3jjge6824cf3da",
"apnsToken": "",
"huaweiToken": "",
"platformTag": "MOBILE_ANDROID",
"osTag": "ANDROID",
"appGuid": "53ab52jhgfcc-e3bb-480d-b9ef-20d8a04d8d23",
"Version":"1.0",
"deviceInfo":
{
"deviceName": "Iphone 13",
"longitude": 6,
"latitude": 6,
"mnc": 6,
"mcc": 6
}
}
curl --location 'https://omni-apis.montymobile.com/notification/api/v2/Subscriber/register-device' \
--header 'Tenant: 3d936a5d-1d56-450b-a04c-f1a7b5c2d5d4' \
--header 'LanguageCode: en' \
--header 'Content-Type: application/json' \
--header 'api-key: 79407684ae74d5cbkjh232a0c2f5ce8915b523fbb6f739dbbecc6ab917fbfb54677' \
--data '{
"deviceId": "3076432f;lkjhp200a708ae5",
"fcmToken": "f660cf323;lkjh2234fbc-40b8-b614-b3jjge6824cf3da",
"apnsToken": "",
"huaweiToken": "",
"platformTag": "MOBILE_ANDROID",
"osTag": "ANDROID",
"appGuid": "53ab52cc-e3b;plokjb-480d-b9ef-20d8a04d8d23",
"Version":"1.0",
"deviceInfo":
{
"deviceName": "Iphone 13",
"longitude": 6,
"latitude": 6,
"mnc": 6,
"mcc": 6
}
}'