How to remove the zapier default wrapper around trigger test's sample ?
Hello
I am making my custom app’s rest hook trigger using cli-integration. I make Zapier query my API to get a trigger test’s sample.
How do I remove this ?I just want my API’s sample layer basically, to avoid huge labels for the user when mapping to action app such as:
How should I proceed ?
Edit: i cant use static output field, this is a dynamic output field trigger based on the trigger input fields
Thank you
Page 1 / 1
Hi @wmarfil
Good question.
You don’t have control over how Zapier parses and displays the data to the end user in the Zap Editor.
The label is shown as below because it shows the data hierarchy.
fulfillmentValue is an object.
ContactID is an object within.
f_EMail is a property within.
Hi Troy,
I am bit surprised that I cannot personalize this through my cli-integration performList function?
These make the label pretty long.
All I can do is I guess flatten my object to make the label shorter.
@wmarfil
It’s not an issue I would spend much time trying to address.
@Troy Tessalone
Hi Troy,
Actually in my rest hook mechanism,
I find out that Zapier does not wrap the payload from my API, that occurs in the perform functionhook, as opposed to performList hook. This breaks the mapping.
I made a separate forum post for this issue as it is blocking: