CloudServices/Notifications/Specification: Difference between revisions

m
Line 74: Line 74:
# Web app creates a JSON string of the following form:
# Web app creates a JSON string of the following form:
#* <pre>{"routing_key": "mailbox identifier", "type": "message type", "timestamp": "unix timestamp in seconds", "payload": "the message contents"}</pre>
#* <pre>{"routing_key": "mailbox identifier", "type": "message type", "timestamp": "unix timestamp in seconds", "payload": "the message contents"}</pre>
# Web app POSTs the JSON object to agent.
# Web app POSTs the JSON object to the notification server.


= Implementation =
= Implementation =
169

edits