Below are steps that needs to be performed for creating a new declarative action:
- Create Declarative Action – UXF Client
- Action Payload Definition – define JSON parameter – {“incidentsIds”:””}
- Create a custom Event
- Event should be map – Popup
- UX-Ad on Event Mapping
Target Payload JSON Mapping:
{
"container": {
"incidentsIds": {
"binding": {
"address": [
"incidentsIds"
]
},
"type": "EVENT_PAYLOAD_BINDING"
}
},
"type": "MAP_CONTAINER"
}