Sending SMS Campaigns
Send SMS campaigns to your members using the Data Warehouse tables.
This requires that an .XML file be placed in the ZIPÂ file. The system looks for an XMLÂ file with the campaign details in the ZIPÂ file, reads the XMLÂ file and automatically associates a campaign using the subscriber data.
You may repeat the campaign nodes in order to create multiple campaigns using uploaded data.Â
Example XML File for SMS Campaigns
<euro.message> <NOTIFICATION_EMAIL>youraddress@euromsg.com</NOTIFICATION_EMAIL> <CAMPAIGN type="SMS"> <CAMP_ID>039D79EEB1F401D0ECC30A81031E9993</CAMP_ID> <CAMP_NAME>sms dw test</CAMP_NAME> <DELIVERY_DATE>2017-03-15 15:30:00</DELIVERY_DATE> <DELIVERY_END_DATE>2017-03-15 20:00:00</DELIVERY_END_DATE> <DEMOGRAFIC_FILTER><![CDATA[SURNAME = 'Euromsg']]></DEMOGRAFIC_FILTER> <ORIGINATOR>YOUR_SENDER</ORIGINATOR> <UNIQUE_SMS>Y</UNIQUE_SMS> <MESSAGE><![CDATA[test message for <##NAME##>]]></MESSAGE> <ALTERNATE_MESSAGE><![CDATA[test message for you]]></ALTERNATE_MESSAGE> <REPORT_ADMINS></REPORT_ADMINS> <PDF_REPORT enabled="false"> </PDF_REPORT> </CAMPAIGN> </euro.message>
Parameter | Description |
---|---|
CAMP_ID | 32 bytes unique GUID. Must be 32 byte and must be 0-F. |
CAMP_NAME | Campaign Name must be no longer than 100 characters. |
DELIVERY_START_DATE | Starting date to send the campaign. yyyy-MM-dd hh:mm:ss. |
DELVERY_END_DATE | Ending date to send the campaign. yyyy-MM-dd hh:mm:ss. |
DEMOGRAFIC_FILTER | Used to target a specific group in a Data Warehouse table. Example: send the campaign to people in the Data Warehouse table in segment = A. |
ORIGINATOR | SMS sender name. This information must be predefined on your account. |
UNIQUE_SMS | If your Data Warehouse table contains a duplicate GSM number, you can send this parameter 'Y' to remove duplicates. |
MESSAGE | SMS message content. An SMS message length is 160 characters. If you want to send messages longer than 160 characters, please contact our Technical Support team to activate the "Concat SMS" option for your account. |
ALTERNATE_MESSAGE | If the SMS message content is longer than 160 characters, the alternative message content will be sent. |
Parent Topic:Â Data Warehouse SFTP Integration
Copyright 2020 Related Digital