Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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 byte unique guid. Must be 32 byte and must be 0-F
CAMP_NAMECampaign Name - Must be no longer than 100 characters
DELIVERY_START_DATECampaign start date. yyyy-MM-dd hh:mm:ss

DELVIERY_END_DATE

Campaign stop date. yyyy-MM-dd hh:mm:ss
DEMOGRAFIC_FILTERTo target a specific group in a DW table. Example: send the campaign to people in DW table in segment = A
ORIGINATORSms sender name. This information must be predefined on your account.
UNIQUE_SMSIf your DW table contains a gsm number more than 1, you can send this parameter 'Y' to singulate to gsm numbers
MESSAGESms content. An sms message length is 160 characters. If you want to use message longer than 160 characters, please contact our support team for activate the "concat sms option" to your account.
ALTERNATE_MESSAGEIf sms content longer than 160 characters, this content can be sent.



Parent Topic: Data Warehouse SFTP Integration

  • No labels