How to select a complete Json response

I need to create a custom event in Klaviyo. I have the orders information and subscription information. I want to create one unique payload for one unique payload.
I am not able to select the entire response not field by field

You will have to craft the JSON by creating the structure and mapping the variables into the keys.

You can copy sample JSON to map your variables to by referring to the external services’ API documentation.

Alternatively, instead of using the Shopify integration, you can use the HTTP modules with Parse Response turned OFF.

2 Likes