Questions tagged [zapier]

Zapier is a tool that allows you to connect apps you use every day to automate tasks and save time.

Zapier is an online automation tool that connects your favorite apps, such as Gmail, Slack, MailChimp, and over 750 more. You can connect two or more apps to automate repetitive tasks without coding or relying on developers to build the integration. Move info between your web apps automatically, so you can focus on your most important work. It's easy enough that anyone can build their own app workflows with just a few clicks.

For example, maybe you get a lot of email attachments in your Gmail account and you want to save them to Dropbox. Every time you get an attachment, you could open up the email, click on the attachment, and then save it to Dropbox. Or you can have Zapier automate this for you, saving you time and effort.

Read More...

1162 questions
-3
votes
1 answer

How to regex Zapier and get output?

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…
Robert Andrews
  • 1,209
  • 4
  • 23
  • 47
-3
votes
1 answer

Google Sheets (or maybe Zapier) CHANGES my formulas after I close the file and run my Zap:

Google Sheets CHANGES my formulas after I close the file and run my Zap: Three formulas, fairly simple. All the row references are changing after I close the file (I double-and triple-check the entries before I close it) and run the Zap. The…
-3
votes
1 answer

delete words after custom word in Zapier Run Javascript

I create a zap (Wordpress to Chatfuel). I want delete part of Wordpress post after a word. I need a java code to insert to Zapier Run Javascript. Thanks.
Mehrdadam
  • 11
  • 3
-4
votes
1 answer

Python on Zapier issue

Any Ideas what I am doing wrong it won't run!
JamesJY
  • 135
  • 1
  • 8
-5
votes
2 answers

Empty string python zapier

I am trying to do a oython code in zapier to verify if an input data is empty if len(input_data['status']) == 0 : return {'status': 'Not Contacted'} It doesn't work
-6
votes
1 answer

Extract Number from Text

Trying to grab a number from this JSON: { "event":"shipment.status_update", "status":"in_transit", "updated_at":"2017-12-08T03:29:24.591+00:00", "shipment_id":2023431, "shid":2023431, "shipment_public_id":"shp_tnwr4GjD", …
1 2 3
77
78