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>
		<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
bytes unique
guid
GUID. Must be 32 byte and must be 0-F.
CAMP_NAMECampaign Name
- Must
must be no longer than 100 characters.
DELIVERY_START_DATE
Campaign start date
Starting date to send the campaign. yyyy-MM-dd hh:mm:ss.
DELVIERY

DELVERY_END_DATE

Campaign stop date
Ending date to send the campaign. yyyy-MM-dd hh:mm:ss.
DEMOGRAFIC_FILTER
To
Used to target a specific group in a
DW
Data Warehouse table. Example: send the campaign to people in
DW
the Data Warehouse table in segment = A.
ORIGINATOR
Sms
SMS sender name. This information must be predefined on your account.
UNIQUE_SMSIf your
DW
Data Warehouse table contains a
gsm
duplicate GSM number
more than 1
, you can send this parameter 'Y' to
singulate to gsm numbers
remove duplicates.
MESSAGE
Sms
SMS message content. An
sms
SMS message length is 160 characters. If you want to
use message
send messages longer than 160 characters, please contact our
support
Technical Support team
for
to activate the "
concat sms option" to
Concat SMS" option for your account.
ALTERNATE_MESSAGEIf
sms
the SMS message content is longer than 160 characters,
this
the alternative message content
can
will be sent.


...

Parent Topic: Data Warehouse SFTP Integration

...