Push Transactional Messages
Hi all
I want to send push transactional messages (I am already sending push messages), but, mi question is about the information that contains the event.
An push transactional event example:
<urn:PushEvent>
<urn:sessiontoken>mc/</urn:sessiontoken>
<urn:domEvent>
<rtEvent wishedChannel="41" type="DELIVERY" registrationToken="2cefnefzef758398493srefzefkzq483974">
<mobileApp _operation=none uuid="com.adobe.NeoMiles"/>
<ctx>
<deliveryTime>1:30 PM</deliveryTime>
<url>http://www.adobe.com</url>
</ctx>
</rtEvent>
</urn:domEvent>
</urn:PushEvent>
How an external system (for example from client's web) who calls Adobe Campaign to send push transactional message has registrationToken? I think that only Adobe Campaign has this registrationToken. How could I implement it?
And, what is the uuid parameter? Is it the "Integration Key" on Mobile Applications configuration?
Regards