Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleExample XML File for SMS Campaigns
linenumberstrue
<euro.message>
	<NOTIFICATION_EMAIL>youraddress@euromsg.com</NOTIFICATION_EMAIL> 
	<CAMPAIGN type="SMS">
		<CAMP_ID>039D79EEB1F401D0ECC30A81031E9993</CAMP_ID>
<!-- CampaignID must be 32 byte upper case GUID -- -->
		<CAMP_NAME>sms dw test</CAMP_NAME>
<!--sms campaign name -->
		<DELIVERY_DATE>2017-03-15 15:30:00</DELIVERY_DATE> <!-- campaign start date -->
		<DELIVERY_END_DATE>2017-03-15 20:00:00</DELIVERY_END_DATE> <!-- campaign
end date. This parameter is mandatory -->
		<DEMOGRAFIC_FILTER><![CDATA[SURNAME = 'Euromsg']]></DEMOGRAFIC_FILTER> <!-- If you want to use a demografic filter in txt file column values, you can use this
node. -->
		<ORIGINATOR>YOUR_SENDER</ORIGINATOR>
<!-- your sms originator -->
		<UNIQUE_SMS>Y</UNIQUE_SMS> <!--You may set this flag as Y to remove repeated gsm numbers.(Gsm no format for
xml file: 5xx.xxxxxxx)-->
		<MESSAGE><![CDATA[test message for <##NAME##>]]></MESSAGE> <!-- sms
content -->
		<ALTERNATE_MESSAGE><![CDATA[test message for you]]></ALTERNATE_MESSAGE> <!-- If sms content longer than 160 characters, this
content can be sent. -->
		<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

...