Webhooks
complete
G
Gal Spiegel
complete
Hey Jeff, we already have this developed. Check it out under "Helpers" > REST API :)
Jeff Delacruz
Gal Spiegel:
Amazing!
For the most part i'm having a good experience with Helper but I am running into a few small issues.
When a payload has a nested collection of data, like in this example:
-Contact
--Deal 1
---Value
---Owner
--Deal 2
---Value
---Owner
When creating a Text Output, I want to show the First Item Deal Data but i'm unable to get the variables for Deal 1: value, owner. It gives me the option to pick "First Item", but when I pick it just shows up as [object, object] and doesn't allow me to pick any specific data.
Also, it would be nice to filter the collection by searching it to pick which deal to display beyond just "First Item"
Accessing nested data is always a challenge with low code software in my experience.
G
Gal Spiegel
Jeff Delacruz: Hey Jef, depending on what you’re trying to build, we may have helpers that get the nested data that you need. If not, we will create or bump a helper feature request. Emailed you :)
A
Amit Merckado
Gal Spiegel:
I can't seem to find a way to add headers, query parameters and body.
G
Gal Spiegel
Amit Merckado: you have to fill in all the required params to see the rest of the fields. See attached :)
A
Amit Merckado
Gal Spiegel: Thank you