zapier Questions

2

Solved

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": { "cre...
Kaunas asked 9/8, 2019 at 8:53

5

I'm using the Zapier Code application, I need to send an email receiving trello parameters, I'm using a javascript encoding along with node.js, but when I try to find the nodemailer module I always...
Ralli asked 15/5, 2017 at 14:32

2

Solved

In zapier I use an action of Code By Zapier. It's based on node.js. I need to use fetch for implementing REST-API of my CRM. Here is the code I wrote, which runs well when I tried it with VS Code ...
Erogenous asked 17/8, 2015 at 19:53

2

Solved

I have made a very simple Python helper, to update a task in Asana with custom field on a task. it works on my local machine in terminal. I am trying to add it to a Zapier 'Run Python' block, but g...
Glynisglynn asked 3/5, 2021 at 15:6

3

I'm trying to connect my Mongodb Atlas database on Zapier to be able to interact with other services. In the MongoDB Atlas interface, I copy the URI connection string : And I set it in Zapier ...
Eachelle asked 18/7, 2018 at 17:4

2

The following code is giving me: Runtime.MarshalError: Unable to marshal response: {'Yes'} is not JSON serializable from calendar import monthrange def time_remaining_less_than_fourteen(year, mo...
Lindon asked 28/1, 2019 at 17:28

2

I want to create something in Slack that sends a message (starting by calling someone with '@') to a channel when specific users login. I've checked ifttt and zapier. I also checked the slack api t...
Saltsman asked 12/10, 2017 at 12:51

1

Solved

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 pro...
Kileykilgore asked 11/1, 2019 at 10:17

3

Solved

I have connected zapier to a webhook I am listening too, which sends a JSON file into my s3 bucket. I have some python code that I want to execute when a new file is uploaded into the bucket, in ...
Thoroughpaced asked 25/11, 2018 at 19:34

1

I'm trying to set up a zap that will pull an e-mail attachment from OWA (Outlook Web Access) and upload it to my organization's web site. The only pre-configured FTP option is BrickFTP, and I'd lik...
Parsifal asked 25/5, 2017 at 19:7

1

I'm trying to find a way to run this curl command in the Webhook Zap on Zapier, but I can't seem to figure it out. How would I enter this in the Webhook? Would it be better to run it as a Code Zap?...
Ocarina asked 11/6, 2018 at 1:41

1

Basically following the code example verbatim, but trying to make a POST request with fetch fetch('YOUR URL HERE', { method: 'POST', 'body': content }) .then(function (res) { console.log(res.tex...
Aboveboard asked 7/6, 2018 at 3:44

2

I’m having some trouble with getting my zapier REST Hook subscribe working. The Authentication setup is working. I receive the POST subscribe from zapier with the “target_url,event” data. As soon ...
Tybalt asked 15/2, 2018 at 15:32

2

Solved

I'm trying to send a trigger to a Zapier webhook in the form of a POST request containing JSON. It works fine if I just send the POST request through a local python script. What I want to do is cr...
Denier asked 26/1, 2018 at 14:52

3

I've been querying on Google on how to do this - iOS to Stripe. I got a project that uses an online database and I've been doing it solo (it's almost done) so I used Firebase. I was so lucky to fin...
Eros asked 15/7, 2016 at 0:59

2

While Zapier is very powerful at putting glue between various APIs, I stumbled upon the use case of creating Zaps programmatically, which would offer even more flexibility. I did some investigati...
Cybill asked 6/2, 2014 at 16:55

7

Solved

I am an iPhone app coder, and I'm using Firebase as my backend server. Firebase doesn't support Push Notifications, so I've been trying to figure out how to include them in my app. I've read this q...
Dade asked 7/1, 2016 at 16:56

2

I'm running a script on a google spreadsheet, that should be triggered by the onChange() event (when a new row is inserted in the spreadsheet) by a zap from Zapier (www.zapier.com). I can see the n...

1

Solved

According to the documentation if I return array of objects subsequent steps will run for each of the objects. So if I return an array of objects that contain email addresses and in the next step s...
Madoc asked 23/11, 2016 at 18:32

1

Solved

I am looking into creating a "Zap App" and am wondering if anyone has done so using the new .Net Webhooks. They seem to have the "pattern" requested by RESTHooks, the Subcription/Publish mechanism....
Autodidact asked 4/2, 2016 at 16:24
1

© 2022 - 2024 — McMap. All rights reserved.