Questions tagged [zapier-cli]

112 questions
58
votes
3 answers

ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0

I get that message every time when trying to install zapier-cli. Can someone help me with solving the issue?
D K
  • 581
  • 1
  • 4
  • 3
5
votes
2 answers

Results must be an array, got: object in Zapier?

I am using search in Zapier. I have my own API which sends a single object when I search item by its item Id. Below is response from API { "exists": true, "data": { "creationDate": "2019-05-23T10:11:18.514Z", "Type": "Test", …
TechChain
  • 8,404
  • 29
  • 103
  • 228
4
votes
1 answer

Is there a specific process to have Staging and Production Zapier apps?

We are about to start entering the beta process of our Zapier app and I have this question which I couldn't find an answer in the Zapier documentation: The problem is regarding the staging and production environments. We have 2 Zapier apps setup,…
Bruno Finger
  • 2,105
  • 3
  • 27
  • 47
4
votes
1 answer

Set drop down selection in action using value in previous step

I am building a zapier app using the cli. I have an action, which has a form, with one of it's elements being a drop down, which has a hidden trigger as it's datasource. With the context of a zap, is it possible to set the selection of the drop…
3
votes
2 answers

Selenium script execution scanning by OWASP ZAP docker

I know one method is with "https://dzone.com/articles/automate-zap-security-tests-with-selenium-webdrive-1" But are there direct commands that can scan our selenium application execution by OWASP ZAP?. Run proxied OWASP ZAP on the…
a learner
  • 321
  • 1
  • 11
3
votes
1 answer

Zapier cli : how can I retrieve my pushed source code?

I've been converting my zapier app with zapier-cli and I've used the push command to send some beautiful precious features in my app. Unfortunately - and I blame myself for it -, I didn't push it on github or either not in any versioning tool. And…
lucyjosef
  • 712
  • 1
  • 8
  • 24
3
votes
2 answers

Zapier Zaps with branching Logic

I want to create a zap with branching logic. I want to do this since the gateway/REST API am using supports addition of only one web hook. I require a Zap that can perform Action 'A' when suppose trigger returns an event with 'event_type' = 'alpha'…
Sam
  • 139
  • 13
2
votes
1 answer

Zapier CLI : How do you clear the value of an input filed when dependent field changes?

Im building a Zapier App using the Zapier CLI. I have created 2 dynamic input fields, both populated from an API. Field 2 (channelId) is dependent on the choice in field 1 (appId). inputFields: [ { key: 'appId', label: 'App', required:…
Matt Bryson
  • 2,286
  • 2
  • 22
  • 42
2
votes
1 answer

How to reuse javascript functions in zapier

I have a bigger network of hundreds of zaps connected by webhooks. They are all using code steps running javascript functions to clean data, run scripts, make fetches, ect. Needless to say, many of the functions I am using have to be reused across…
Jacob Heath
  • 77
  • 1
  • 7
2
votes
1 answer

How to check response's status code in zapier's test cases

I am writing some code to test action in Zapier's CLI. I want to add one more condition here something like response.status == 200 or 201; to check API response code is 200 or 201. How can I do it? when I log response it gives me whole JSON object…
Akash Jain
  • 894
  • 2
  • 10
  • 23
2
votes
1 answer

Zapier custom response object

Working on creating a custom zapier integration using zapier CLI. My API endpoint is not technically a create, but it uses the POST method so I made it under the create definition in zapier. I set my output fields to empty, but it breaks on my…
Nick Ellis
  • 1,048
  • 11
  • 24
2
votes
1 answer

must not contain children and list, as they're mutually exclusive

I need a widget that can configure an array of complex objects, ie E-mail addresses with labels. if I set the inputFields to have this entry: { key: 'email_addresses', required: false, list: true, children: [{ key: 'type', required: true,…
Bruno Finger
  • 2,105
  • 3
  • 27
  • 47
2
votes
1 answer

zapier set bundle bundle inputData programatically

In my Zapier action I'm using 0Auth2 for authentication everything works fine, but I want to use some value coming from authentication test method while making other API calls, I was trying to pass it across by setting that value one of the…
2
votes
1 answer

Zapier CLI Trigger - How to use defined sample data when no results returned during setup

I am trying to prototype a trigger using the Zapier CLI and I am running to an issue with the 'Pull In Samples' section when setting up the trigger in the UI. This tries to pull in a live sample of data to use, however the documentation states that…
Spud
  • 35
  • 5
2
votes
1 answer

Zapier CLI - In resources how can I mention UPDATE method

As mentioned in resource schema here, I can only mention creates. My question is how to mention an update which in turn will call PUT method on my REST API. I searched the documentation but didn't find any such thing.
Haris ur Rehman
  • 2,593
  • 30
  • 41
1
2 3 4 5 6 7 8