Custom Integration v2 currently doesn’t properly support structured JSON inputs. Nested object values don’t persist after saving/publishing, and there’s no native way to pass arrays of objects (e.g. recipient lists like: [{ "address": " a@x.com " }, { "address": " b@x.com " }]). This limits reusable integrations and forces workarounds like manual JSON edits or generic API calls. Request: Add native support for: Arrays of objects as inputs Nested JSON value persistence Binding structured arrays to context variables This would make integrations reusable, cleaner, and compatible with modern APIs.