Questions tagged [zapier-cli]
112 questions
0
votes
1 answer
Extract data from Zapier Storage
I was successful in publishing (POST) a JSON file in Zapier and creating a Storage for it. However, I´d like to access the JSON in Zapier Storage using a Python code run locally. I am able to access the storage with Python3, see that is something…

razimbres
- 4,715
- 5
- 23
- 50
0
votes
1 answer
Zapier CLI how to use trigger_fields
How do I replace the path param template in the url of a trigger ?
This is my current code, but I get an error saying that the
"The client {{client_id}} doesn't exist."
I take it that the {{client_id}} template is not being replaced, here's my…

Esteban Rincon
- 2,040
- 3
- 27
- 44
0
votes
1 answer
How do I manually refresh-token while creating apps using Zapier CLI
I want to perform refresh token but my gateway gives HTTP response 403 instead of 401 so I cannot use 'autoRefresh' feature of Zapier.
I tried throwing 'RefreshTokenException' when the response status is 403 as given below:
return responsePromise
…

Sam
- 139
- 13
0
votes
1 answer
Using Bluebird Promise in For Loop to build and return an Array of Objects
I am trying to build and return an Object using Bluebird Promises.
The Promise is a HTTP request which gets additional data to add to the Object.
I created a function that carries out a request in a for loop (I am also using a framework that carries…

OsulliP
- 105
- 1
- 5
0
votes
1 answer
How to share Trigger's result among multiple Zaps in Zapier?
I have developed a Zapier Application which has a trigger. This trigger fetches unique contact information from a service. My intention is creating new subscriber or contact in Mailchimp, Mailer lite, Mad Mimi something like that via triggering new…

Rahul Baruri
- 699
- 1
- 5
- 7
-1
votes
2 answers
How can I get current Zapier App version on zapier site
Is there any way user can check app version? Preferably via the UI on the zapier.com (not from the developer account)
It's needed for testing and reporting purposes.

Vasyl
- 236
- 2
- 12
-2
votes
1 answer
How to detect API call from Zapier?
Is there any way to detect API call from Zapier to my app?
I've created two zaps on Zapier. Creating tasks from Wrike to MyApp and vice versa.
I got infinite loop, because when I create task on Wrike it is automatically created on MyApp. But than…

Fatih
- 29
- 1
- 5