Hi,
I'm looking for a way to add my own key:value pairs/object to the Webhook JSON-response.
The default webhook JSON response is:
{"serviceResponse": {
"jobID": 294,
"statusInfo": {
"mode": "sync",
"status": "success"
}
}}Woud like to add something like:
{"serviceResponse": {
"jobID": 294,
"statusInfo": {
"mode": "sync",
"status": "success"
}
"productData" : {
"productVariant" : "type1" // = $(productVariant)
}
}}Not sure if it is possible at all. All suggestions are welcome.
Thanks!

Then, you can step up a webhook using the data streaming service. Please Part 2: Webhook URLs and the Data Streaming Service in this