Search
K

SMS

SMS on 2mee Platform sends personalised Hologram messages as SMS to the phone numbers uploaded to the platform. Personalised Text messages can also be sent via 2mee.
post
https://exchange-prod-g.2mee.com/
sms/{appId}/csv
Upload user Information
curl -X POST 'https://exchange-prod-g.2mee.com/sms/bacb37d0-a51f-491b-bd68-489c245b8c16/csv'
-H "Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJ0ZXN0aW5ndGVhbUAybWVlLmNvbSIsImV4cCI6MTYwNDA3MzczOSwiaWF0IjoxNjA0MDU1NzM5fQ.ZS06eeAkGHqXVJN2WQndVsl6e1GWOPHKNnBKnzxyhwG-0HoPlzaKX06ENO2E5FQ4kAvfChmcU-iSYWQHBzEPig"
-H "accept: */*" -H "Content-Type: multipart/form-data"
-F "csv=@/Users/shrinidhidurairaj/Downloads/SMSCSV.csv"| jq '.'
Select Messages -> SMS
Click on Hologram
Upload CSV file with Audience Information
Uploaded CSV
post
http://server-v1.2mee.com
/notification/create
Create SMS
Select the Holocapsule from the List
Fill SMS information
Add Tracked URL
curl -X POST 'https://exchange-prod-g.2mee.com/notification/create'
-H "Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJ0ZXN0aW5ndGVhbUAybWVlLmNvbSIsImV4cCI6MTYwNDA3MzczOSwiaWF0IjoxNjA0MDU1NzM5fQ.ZS06eeAkGHqXVJN2WQndVsl6e1GWOPHKNnBKnzxyhwG-0HoPlzaKX06ENO2E5FQ4kAvfChmcU-iSYWQHBzEPig"
-H "accept: */*" -H 'Content-Type: application/json'
-d '{
"appId": "bacb37d0-a51f-491b-bd68-489c245b8c16",
"title": "2mee",
"type": "HOLOPUSH",
"channel": "SMS",
"smsInfo": {
"position": "br",
"message": "Hi {[name]}, Click on {{[https://exchange.cdnedge.bluemix.net/web/sms2meeMsg.html]}} ",
"from": "2mee",
"slotId": "49fbfa2a-cad1-47f4-9140-be62a8518acf",
"trackedUrl": "https://exchange.cdnedge.bluemix.net/web/sms2meeMsg.html"
},
"playTime": 1629197374897,
"filterId": "56a311ef-2079-40c7-878a-bf3d969e14e3"
}'
post
https://exchange-prod-g.2mee.com/
sms/schedule
Schedule SMS
Schedule the SMS after filling in the message information
curl -X POST 'https://exchange-prod-g.2mee.com/sms/schedule?id=3970f47e-c162-43c3-a2c8-46e964d3b8e8'
-H "Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJ0ZXN0aW5ndGVhbUAybWVlLmNvbSIsImV4cCI6MTYwNDA3MzczOSwiaWF0IjoxNjA0MDU1NzM5fQ.ZS06eeAkGHqXVJN2WQndVsl6e1GWOPHKNnBKnzxyhwG-0HoPlzaKX06ENO2E5FQ4kAvfChmcU-iSYWQHBzEPig"
-H "accept: */*"
Last modified 5mo ago