Questions tagged [zapier-cli]

112 questions
0
votes
1 answer

Zapier inputFields duplication

I am building a Zapier application using the CLI tool. The issue i'm having right now is I have duplicate input fields showing up for only some fields. The fields that are duplicated I confirmed are under the operation.inputFields in my gift creates…
0
votes
1 answer

How can I authenticate users with zapier authentication API

I have a vue-node application and want to authenticate the users with zapier authentication API. I tried using the below API but it takes account_id parameter which I don’t know how to get. "account_id": 19907586, https://zapier.com/api/v3/login I…
0
votes
1 answer

How Do I Create a Custom Error Response in Zapier

I am creating a new App for our customers to use. However, I am having a hard time finding any documentation on properly responding with error codes back to Zapier in the event something goes wrong. One example I have, is a new customer creates a…
epool
  • 266
  • 1
  • 13
0
votes
1 answer

Unable to access JSON Object in Zapier code

I'm at a loss on how to tackle this within the Zapier app. My JSON return is below: [ { "id": [ { "id": "1", "campaign_name": "Charities" }, { "id": "2", …
0
votes
1 answer

Utilizing an Azure Pipeline to build Zapier app

I am attempting to create a build for a Zapier app. I have several npm steps to install and run various checks within Node. I then do an npm global install for the zapier-platform-cli package and use a command script to run zapier validate. Locally…
Brandon Parker
  • 762
  • 7
  • 18
0
votes
0 answers

ZAP CLI url_not_found error when running an authenticated scan

I recently encountered an issue using zap-cli, I'm trying to do the same thing than at: https://www.zaproxy.org/docs/api/?python#script-based-authentication In other words scanning dvwa docker container using zap in CLI mode. I imported the context…
thomas
  • 1
  • 1
0
votes
2 answers

Create PDF file from emails

I am trying to create a zap where if an email with a certain subject string is sent to me, it automatically saves the body as a file in a specific folder. I could do all of this but I need those files to be in PDF format. How do I go about this?
gg0wwrr1
  • 21
  • 6
0
votes
1 answer

Update type of trigger is not working in Zapier

I am trying to create a trigger (Poll based) in Zapier app/integration which should run the zap when an existing item will be updated. API response contains an array like this: [ { id: 1, title: 'AWS', time: '2021-12-03T11:41:13.615Z', modTime:…
Deepak
  • 1
  • 1
0
votes
1 answer

Manage Zaps from Zappier from consol

We have a list of zaps part of team. we want to duplicate all of them since we want them all under the same unique owner user. to do that, i have to go over all of them and copy, change manually, write manually the new trigger mail for each one of…
JhonK
  • 1
0
votes
1 answer

The verification could not be sent to NeverBounce

I am new at Zapier and trying to make an email verification using NeverBounce from Zapier and complete the following setup. I create an app in NeverBounce. I complete Trigger in steps in Zapier. Completed the Action and logged in NeverBounce by IP…
N.M
  • 11
  • 4
0
votes
1 answer

Zapier get PDF file using Zapier Developer Platform

I've created a custom action in the Zapier Developer Platform. My task is to load a PDF file from the Xero accounting software into Zapier so that I can use it in my zap to attach to an email. So far I have the code below which returns a successful…
V4n1ll4
  • 5,973
  • 14
  • 53
  • 92
0
votes
1 answer

Download then upload image without storing it

I am currently attempting to get an image upload component built in Zapier but am having issues getting it to work. I have to be able to download an image, and then POST it to a new endpoint without storing it locally. Currently, the closest I've…
0
votes
1 answer

zapier performResume step not being waited for / run

I'm following the docs in zapier regarding the callbackUrl https://platform.zapier.com/cli_docs/docs#zgeneratecallbackurl however cannot seem to get the performResume step to be run. The zap I'm creating based on this integration also does not seem…
cjroebuck
  • 2,273
  • 4
  • 30
  • 46
0
votes
1 answer

Zapier CLI: How to retrieve {{zap_meta_human_now}} ISO 8601 timestamp from running Zaps

I am creating a Zapier integration using the Zapier CLI and I need my Action to retrieve, as an input (stored in the bundle object), the ISO 8601-formatted time that the Zap which includes the action runs. I know how to ask the user to input…
0
votes
1 answer

How to fix Zapier not showing all Dynamic Dropdown options that are presented in a JSON Array GET API Repsonse?

I'm building a Zapier app for a platform that has dynamic fields that are specific to the individual user. My API returns this response using a GET request: [ { "title": "003 Best Selling Book", "id":…
AoverK
  • 3
  • 3