Grouping Fields

Hi, Is there a solution please to group my fields? to be something like example below ?

"residenceAddress": { "address1": "123 Birch St.", "address2": null,
"city": "Burbank",
"state": "CA",
"zip": "91502"
    },
    "loanInfo": {
       "loanAmount": 4000,
       "loanTerm": 24```

Hi Adham. If you mean to send nested JSON with the Webhooks Add-On that is not currently supported. However, Gravity Flow can do that with the outgoing webhook step:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.