Skip to main content

I want to execute some lines of code based on the response of authentication test url. Think like creating a flag with True / False and thinking to use it inside any trigger / action etc.

Is it possible in Zapier CLI ?

I want to execute some lines of code based on the response of authentication test url. Think like creating a flag with True / False and thinking to use it inside any trigger / action etc.

Is it possible in Zapier CLI ?

The authentication with the API should work before configuring any trigger/action. However, you can pass a trigger if nothing is found, for example. You can see this in some other Zapier integration triggers, they have a checkbox to give even if nothing is found, so that true/false results can be used in further steps.


I want to execute some lines of code based on the response of authentication test url. Think like creating a flag with True / False and thinking to use it inside any trigger / action etc.

Is it possible in Zapier CLI ?

The authentication with the API should work before configuring any trigger/action. However, you can pass a trigger if nothing is found, for example. You can see this in some other Zapier integration triggers, they have a checkbox to give even if nothing is found, so that true/false results can be used in further steps.

Can you provide link of any integration with codes ?


I want to execute some lines of code based on the response of authentication test url. Think like creating a flag with True / False and thinking to use it inside any trigger / action etc.

Is it possible in Zapier CLI ?

you can use computed field to save that flag value to authData on authentication test request and can use that value to any trigger or action in the app.