[L3881] Configure custom payload in push message - Adobe-Marketing-Cloud/aml-summit-lab GitHub Wiki
Overview
In this section we'll be adding the custom payload to the push message in Adobe Mobile Services UI.
Setup
-
Create a new Push Message using the steps in the previous section.
-
Confiure EXPERIENCE tab, give your push message a name and the message content as done in the last section.
-
Click on "Show Advanced Options"

- Under the Payload section, add the following json content as shown in the screenshot below:
{
"color" : "blue"
}
You can also set "green", "red", "yellow" instead of "blue" in the json.

- Click Next and TEST the push message to be sent now as done in the previous section.