[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

  1. Create a new Push Message using the steps in the previous section.

  2. Confiure EXPERIENCE tab, give your push message a name and the message content as done in the last section.

  3. Click on "Show Advanced Options"

  1. 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.

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