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>
ParameterDescription
CAMP_ID32 bytes unique GUID. Must be 32 byte and must be 0-F.
CAMP_NAMECampaign Name must be no longer than 100 characters.
DELIVERY_START_DATEStarting 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_FILTERUsed to target a specific group in a Data Warehouse table. Example: send the campaign to people in the Data Warehouse table in segment = A.
ORIGINATORSMS sender name. This information must be predefined on your account.
UNIQUE_SMSIf your Data Warehouse table contains a duplicate GSM number, you can send this parameter 'Y' to remove duplicates.
MESSAGESMS 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_MESSAGEIf 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