Questions tagged [zapier-cli]
112 questions
0
votes
1 answer
Curlies used in dynamic fields are not resolved
I have a nodeAliasPath input field which alters other fields:
inputFields: [
{
key: 'nodeAliasPath',
type: 'string',
required: true,
label: 'Node alias path',
helpText: 'The path of the page to update. For example, "/Blogs/Food"',
…

Snailer
- 3,777
- 3
- 35
- 46
0
votes
1 answer
Zapier action with support for multiple files
I have a Zapier Action that currently has support for a single file attachment. I am looking to make the Action support multiple files which are mapped to the same field.
Using the Trello Zapier app as an example, I can see multiple files are…

Richard Davies
- 11
- 2
0
votes
1 answer
How to return an custom output with status code in Zapier rest hook perform?
I am using Zapier web builder to create a Zapier APP. I have rest hooks, when I subscribing for a hook API sends a verification challenge code, this comes in the perform
Here is the content that I am receiving in query string…

Kishor Patidar
- 623
- 12
- 23
0
votes
1 answer
Zapier application: send body with GET request
I'm making an integration for the intouch api in Zapier. For some reason, the API is set up to receive queries in the body of the GET requests, rather than in the parameters.
This is all working in Postman but it seems that the z.request function…

Dave Cook
- 617
- 1
- 5
- 17
0
votes
1 answer
Get number of results from Search Action on Zapier
I build zap using zapier, which performs "Find Person" Action on Pipedrive crm (the question is relevant to search in any integration)
The result returned from the search is a single object. (Contrary to what might be expected - an array of…

Matan Yechiel
- 1
- 1
0
votes
1 answer
How to Debug Zapier Intergrations That Use REST API?
I have a Zapier integration that pulls the information from this Web API project I implemented using .NET Framework. The integration is not working as it supposed to and some fields are getting set incorrectly somewhere in between and I don't really…

Mo Sadeghipour
- 489
- 8
- 25
0
votes
1 answer
Get request name for authentication request
I am using the Zapier cli to set up a new App. I'm using SESSION based authentication because I'd like to exchange some variables for a hashed string. I can clearly see how to pull out auth variables provided in the Zapier interface (such as…

Antony
- 3,875
- 30
- 32
0
votes
1 answer
Zapier: How to make sure that I return items only once for polling trigger
I am implementing a Zapier Integration's polling trigger. I have built a trigger and an API which serves the data correctly. However my concern is about: how to make sure that I provide the new data only, when zapier polls.
I know about the…

Yasir Hussain
- 33
- 1
- 5
0
votes
0 answers
Use Zapier to link a Customer's Xero account with our platform
I am trying to use Zapier to create an custom integration for customers
The main goal is to create a Xero Sales Invoice automatically once a Firestore document has been created.
I'm looking for Zapier to handle the whole thing (Even if takes some…

yash
- 41
- 1
- 7
0
votes
1 answer
Extra trigger output caused by sample data
I've used Zapier CLI to create a trigger and it was working great (trigger output looked great, no unwanted fields present). When I submitted the integration to Zapier, they required each trigger to include the sample property:
perform:…

EricD
- 31
- 1
0
votes
1 answer
Is there a way to update a record with a POST and/or PATCH in the same Zap?
I'm trying to build an update action in Zapier. In the user field input step, I can display the record fields which currently have a value with ID, plus the remaining fields which don't and let the user add or update these fields.
In the API…

Oliver
- 11
- 3
0
votes
1 answer
Looping through custom fields to populate dynamic fields in Zapier
I'm not sure how to loop through the custom fields when adding a dynamic field via the web script editor.
When I test I can see the fields are being returned in the console
Where the number of fields is different with each instance of our app.
This…

Oliver
- 11
- 3
0
votes
0 answers
Field "id" should be an integer in latest task : Zapier
I want to publish my app live. When iI click on "Publish", I get some Validate Integration errors.
Here you can see the page. Under Activation Tasks, I am unable to understand what the field "Field "id" should be an integer in latest task (ID:…

Rachit sharma
- 21
- 6
0
votes
1 answer
Zapier CLI Dynamic Dropdown, how to set multiple values to bundle.inputData
Currently building a Zapier app but running into a blocker when trying to pass information from a dynamic dropdown.
Ideally, I want to be able to set an object of data to bundle.inputData whenever someone selects an item. Thedocs only provide a…
0
votes
1 answer
Is it possible to get Zap ID in pooling trigger programmatically
What I'm trying to do: my endpoint returns a client data and provide the ability to return data changed from the last call. So I need to store timestamp and something like a hash of the request - so next time I'll provide it and receive only the…

Vasyl
- 236
- 2
- 12