You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Juan Wajnerman edited this page Sep 3, 2014
·
1 revision
Tokens
Tokens allow you to retrieve Application Originated messages from Nuntium.
A typical workflow of an application might be:
A user sends an Application Terminated message.
Nuntium delivers that message to the application via the HTTP interface.
The application responds with an XML or JSON containing the Application Originated messages in reply to the incoming message.
Nuntium delivers the Application Originated messages to the users.
In this case it might be helpful, from the application side, to know what happened with those AO messages: where they correctly delivered? What are all the generated messages from that single AT message?
In case an HTTP request was used to deliver the AT message, the guid is used as the token for the AO messages contained in the response body, unless overriten in the XML or JSON response.