Questions tagged [zapier-cli]

112 questions
2
votes
2 answers

How do you remove old versions of Zapier Apps?

While learning to develop a Zapier App with the CLI I created three different versions and used zapier push on them. Now I would like to remove the 1.0.0 and 1.0.1 versions so they no longer show up in the Zap editor but I can't find any information…
Tod
  • 8,192
  • 5
  • 52
  • 93
1
vote
0 answers

How can I add multiple App connections in my zapier account using Zapier's Webhook or API

I can add a xero connection manually but want to add multiple through an API or webhook. I cannot find anything regarding this on the Zapier documentatioj I could not find any API or webhook to programatically add connections or manipulate them
1
vote
1 answer

Zapier static dropdown displays message regarding loading more options

I have this code for Zapier search action: { key: 'field0', label: 'Field 0', required: true, choices: { field1: 'Field1', field2: 'Field2' }, altersDynamicFields: true, }, function (z,…
1
vote
2 answers

Formatting date to a particular type in zapier cli

In my inputFields of zapier, there's one field where the user can enter the date but I want the zapier to work only if I write the date in "2020-09-18T15:30" otherwise it should show a message that the data entered does not match the format…
1
vote
2 answers

Zapier Cli - App works fine in Cli but not in Zapier UI

I have created an app in Zapier Cli, that calls Fancyhands API. Everything works fine in Cli as I get proper response from API as shown below. However, when I push this app to Zapier and try to use it. The API gives error, that one of the…
Haris ur Rehman
  • 2,593
  • 30
  • 41
1
vote
0 answers

Problem when displaying errors in friendly way in Zapier

I'm trying to display errors in a friendly way, but I'm always getting the errors stack trace with console logs that I want to get rid of. The idea is to create a Lead in our platform using any source, for example, Google Sheets. When an invalid…
1
vote
1 answer

How to handle Zapier authentiation failure propertly?

I'm trying to display a friendly message on the authentication failure prompt in Zapier. Throwing an Error or HaltedError is always showing the stack trace and the console logs which I'd like to get rid of. Is there a way to only display a custom…
1
vote
0 answers

zapier oauth2 giving error for access_token

Hi i am trying to implement oauth2 with Zapier platform, and i am facing some error. I just have a testing node.js app where i am login request from zapier platform. const express = require('express'); const jwt = require('jsonwebtoken'); const…
ankitbaid11326
  • 61
  • 1
  • 2
  • 10
1
vote
1 answer

Allows Multiple in zapier cli application

I'm building a Zapier app using CLI, there is an option like "Allows Multiple" in Zapier UI but I didn't find anything like allowsMultiple in CLI documentation. Please help me.
Tofik Teli
  • 31
  • 6
1
vote
1 answer

How can I replace {{username}} token with actual value while connecting app in Zapier

I created an APP using Zapier CLI and implemented oauth2 authentication. I connected successfully but it shows my app name like this Zapier Test (0.1.0) {{username}} -------------------------------- {{username}} added 27 minutes ago, used in 0…
Akash Jain
  • 894
  • 2
  • 10
  • 23
1
vote
0 answers

Download the attachment with zapier?

I need to create a zap in Zappier to automate a task. Below are steps Create a trigger which will check if an email is received that has an attachment. Create a task which will download the attachment from email & encode into binary. (I need to…
TechChain
  • 8,404
  • 29
  • 103
  • 228
1
vote
1 answer

How to make dynamic fields in zapier platform?

I want to make dynamic fields in Zapier platform. If a user chooses "Yes", then 4-5 fields are displayed, otherwise not. I have seen this type of example in ZOHO CRM integration where only 2 fields are shown at first. There are only 2 fields now.…
1
vote
0 answers

Getting an error message when cloning a Zapier app

When I clone my production Zapier app to version 2.0.0, in order to make some changes, I get an error message stating "Internal Server Error". I'm not receiving any other details on what might be the cause of this error. Does anyone know what might…
thegunner
  • 6,883
  • 30
  • 94
  • 143
1
vote
1 answer

How to Connect a Find/Search Step to an Update Step

On a zapier-cli application, how do I do to create the Add a search step button next to a dynamic field that will be used to fill the ID of the object about to be updated, like in the image shown below, described on Zapier's documentation here…
Bruno Finger
  • 2,105
  • 3
  • 27
  • 47
1
vote
1 answer

Is there a way to replace .zapierrc by environment variables?

We are about to integrate our Zapier development workflow with CircleCI and it seems the deploy key present under ~/.zapierrc is a problem. I cannot find any documentation regarding the deploy key and environment variables. We definitely do not want…
Bruno Finger
  • 2,105
  • 3
  • 27
  • 47