Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a "Meta-API" for Zapier?

Tags:

api

zapier

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 investigation and it appears that Zapier, to this date, does not provide a public API for doing so. Is there any workaround for that ?

like image 556
Mehdi Chibouni Avatar asked Feb 06 '14 16:02

Mehdi Chibouni


2 Answers

Not currently. Creating a zap involves a lot of UI steps (6 or 7) - many of which depend on choices made in each previous step, so trying to do all that through a remote script might be difficult and messy. Maybe share some ideas on your specific use-case: why do you need to create a zap programmatically?

Keep in mind you can also create private apps on Zapier so if there is specific functionality you need to use with Zapier you can do that without exposing it to the world.

like image 55
Matt Avatar answered Sep 20 '22 01:09

Matt


The year 2017 Zapier introduced their Command Line Interface, which makes possible building your app programatically via JavaScript.

You can take a look at the Example Apps as well as the CLI-docs.

like image 25
drinchev Avatar answered Sep 23 '22 01:09

drinchev