documentation logo
All you’ll ever need to know about Declarative Webhooks and how to get started.

Pages

Using custom defined JSON list of objects (parameter list based on fields)

Typically, Declarative Webhooks JSON lists either contain a single object or are based on a related list, which means they can include any number of objects.

However, if the API requires field information to be sent within a JSON list of objects, you’ll need to configure a parameter list type of node.

 

To create a parameter list JSON node, click the “+” icon to add a new node. After naming the node, set the Node Type to List of Objects. Then, click the Open Advanced Options link to access additional settings. Under Build this JSON List, select As a parameter list based on fields.

Click Done to preview your JSON list. To add a new value node inside all objects in the list, click the “+” inside an object. To add a new object to the list, use the “+” button below the existing objects.

You can individually map values in each node to create a parameter list, as shown below.

The parameter list node will contain a fixed number of objects, with each field individually set according to the mapping.