zapier

Zapier - Input data sorting

廉价感情. 提交于 2019-12-24 20:57:43
问题 Here is what happens: I am using a very cool plugin in my Shopify store that allows you to customise your product following a sequence of steps. To illustrate Problem is that all of this information is not sorted for Zapier. Essentially it displays as this: The issue They come as " Line Items Properties Values " and "Line Items Properties Names" and when pasted they come as an array. What I would need to do is to match those Names with their Values. And if possible be able then to select in

Zapier Cli - How to set value of computed inputField?

爷,独闯天下 提交于 2019-12-24 19:12:15
问题 I have a resource in my zapier cli app. In this resource's create specification, there are some inputFields, one of which is account_key (computed:true), the value of which I obtain during previous API call. My question is how can I set the account_key to a value I fetched previously? create: { display: { label: 'Create Client', description: 'Creates a new client.', }, operation: { inputFields: [ {key: 'user_id', required: true, type: 'integer', label: 'User', dynamic: 'user.id.email'}, {key:

Share Google Drive Folder via Zapier with Mailchimp trigger

痞子三分冷 提交于 2019-12-24 12:08:27
问题 I can't figure out how to format the "Custom Value for Sharing Preference" on this Zap I'm trying to create that will share a Google Drive folder with my new Mailchimp subscribers. I've been able to get the File ID using the Drive API, but I'm not sure how to provide the Custom Value that should come from the New Mailchimp Subscriber Email. If I simply choose the Email address from the Mailchimp dropdown provided by Zapier and test it, I get an error: We had trouble sending your test through.

Zapier to create multiple rows in Google Sheet from Tsheets data

随声附和 提交于 2019-12-24 01:01:47
问题 In a Zapier Zap I am using an an API GET call to Tsheets to grab a list of Timesheets. I would like to split out each time sheet into line items like line items in a Xero invoice because I would like to save item data from each timesheet to its own row in a Google sheet. (Ideally I would like to save the line data directly to a MySQL database but I see that Zapier currently only support Google sheets saving multiple lines at a time.) However I am having no joy. I suspect one of two issues:

Combine INSERT and SELECT in one SQL query (Zapier)

荒凉一梦 提交于 2019-12-24 00:33:40
问题 I'm crafting Zapier task to insert entry in MySQL if there is no entry with specified unique key or do nothing. I need to try to insert new row into some table, but if email of new entry is already INSERT will silently throw warning (due to IGNORE keyword). INSERT IGNORE users(email, hashed_password) VALUES ('<email>`, '<some_hashed_password>') But in both scenarios my query is not returning anything and Zapier ends task with this message: Question: Is there some way to have one complex SQL

Zapier - Catch Hook - JSON Array - Loop over each item in array

巧了我就是萌 提交于 2019-12-20 03:32:15
问题 I need to use a Zapier webhook to take some incoming JSON data, which contains an array of items, loop that array and do an action for each element. Here's a sample of incoming JSON data: { "first_name": "Bryan", "last_name": "Helmig", "age": 27, "data": [ { "title": "Two Down, One to Go", "type": "Left" }, { "title": "Talk the Talk", "type": "Right" }, { "title": "Know the Ropes", "type": "Top" } ] } The size of the array will be dynamic. The problem is that when I import this data in the

Zapier - Catch Hook - JSON Array - Loop over each item in array

我的梦境 提交于 2019-12-20 03:32:06
问题 I need to use a Zapier webhook to take some incoming JSON data, which contains an array of items, loop that array and do an action for each element. Here's a sample of incoming JSON data: { "first_name": "Bryan", "last_name": "Helmig", "age": 27, "data": [ { "title": "Two Down, One to Go", "type": "Left" }, { "title": "Talk the Talk", "type": "Right" }, { "title": "Know the Ropes", "type": "Top" } ] } The size of the array will be dynamic. The problem is that when I import this data in the

Is it possible to integrate Stripe With Firebase and with iOS?

假装没事ソ 提交于 2019-12-18 19:16:15
问题 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 find this BaaS and time passed, I only need to integrate a payment feature to this iOS app and I am done. I am not a web developer/backend dev and I only focus on iOS development, so the problem is that I can't start implementing a payment feature. I didn't consider using Braintree, for I know that it

How to regex Zapier and get output?

 ̄綄美尐妖づ 提交于 2019-12-14 00:09:41
问题 I regularly receive emails from the same person, each containing one or more unique identifying codes. I need to get those codes. The email body contains a host of inconsistent email content, but it is the strings I am interested in. They look like... loYm9vYzE6Z-aaj5lL_Og539wFer0KfD FuZTFvYzE68y8-t4UgBT9npHLTGmVAor JpZDRwYzE6dgyo1legz9sqpVy_F21nx8 ZzZ3RwYzE63P3UwX2ANPI-c4PMo7bFmj What the strings seem to have in common is, they are all 32 characters in length and all composed of a mixture of

Converting a Curl command to run in a Zapier Webhook

大兔子大兔子 提交于 2019-12-13 13:50:21
问题 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? curl -X POST "https://api.zoom.us/v2/users?access_token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJmY3FvTHlyRVRpR3VmWmw2dW1ZU2NBIiwiaWF0IjoxNTI4Njc0OTUxLCJleHAiOjE1Mjg2OTI5NTF9.fvDzS8-UtHyO_YUF5-eqLyuopAuoL48SRwKxcOV1YrE" -H "accept: application/json" -H "Content-Type: application/json" -d "{