Articles in this section

Cross Channel Recipients

The Recipient

<RecipientList>
<Recipient>
<EmailAddress>nick.ziech@messagegears.com</EmailAddress>
<EmailSendTime>+03:00</EmailSendTime>
<EmailExpireTime>+04:00</EmailExpireTime>
<SmsAddress>+18157571133</SmsAddress>
<SmsSendTime>2019-06-20 16:00:00-04:00</SmsSendTime>
<SmsExpireTime>2019-06-20 17:00:00-04:00</SmsExpireTime>  
<PushAddress>cTs8n0s7n1I:APA91bHni3ecFHEn57yhltoUHUTaVa4fQJz5_Cpji8KzEbSaHKWPd0FOK_M3bWRM7cegtO_oR8d2g9VJ6y3tggWVyseJ_7PCuwlvP_tKRlDaBTQrUtCDwO1ZWts2XRn_zePf</PushAddress>
<PushService>FCM</PushService>
<PushSendTime>+02:00</PushSendTime>
<PushExpireTime>+03:00</PushExpireTime>
<RecipientId>Recipient_Example</RecipientId>
<IpSelector>My-IP-Selector</IpSelector>
</Recipient>
</RecipientList>

MessageGears’ recipient XML has several important reserved fields that are available to the user:

  • EmailAddress: The intended email address for the recipient
  • SmsAddress: The intended SMS address for the recipient. MessageGears accepts the E.164 formatted numbers +{country code}{subscriber number} (e.g. +447911123456)
  • PushAddress: The intended Push token for the recipient.
  • PushService: The App Service for the push recipient. Valid values are FCM, APNS, or APNS_SANDBOX. A recipient must have a valid push service in order for push messages to be successfully delivered
  • RecipientId: When present, the RecipientId field will be passed back to you in detailed activity data (clicks, opens, bounces, etc.). This is helpful if you have your own unique identifier for users. This provides the ability to store activity data using the Recipient ID instead of PII when taking the data for downstream processing
  • ChannelSendTime: You may optionally include a SendTime for each recipient and channel, which will dictate at which time the recipient will be injecting into the delivery process. This may be done via offset from start time of job or UTC send time. If providing an offset, it must be formatted like so “+03:00”. 6 characters long. The plus sign is required, as is the colon, and a leading zero if less than 12 hours. If providing a timestamp, it must be formatted like “2019-06-20 16:00:00-04:00” (the offset is required and it must include a colon and two digits for the hour and two digits for the minute. The space is required between the date and the time)
  • ChannelExpireTime: The latest time a message may be delivered for a recipient channel. The same format restrictions apply to ExpireTime as do SendTime.
  • IpSelector: The MessageGears IP Selector from which to send this recipient. Talk to a member of support for details.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.