Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "zapier"
-
Holy shit, Zapier (https://zapier.com) is so powerful!
I hate it! 😅
I was just messing around with it and in 2 hours managed to implement the whole functionality of a project I had just quoted a client 20 hours for in custom Python.
It is genuinely a threat to several types of developers' jobs.3 -
I need to link two APIs such that data sent on one API gets processed and it hits a second API with the processed data.
The first API needs to format the data and decide according to data format which second API needs to be used. I checked Zapier and it's working but it is not exactly what i need to do. So are there any options other than setting up my own server?3 -
I wonder how Saas companies like Zapier, Zendesk, etc...build a lot of common 3rd party integrations that perform the same set of tasks. I mean, do they just brute force in building those market place integrations or do they have an architecture where everything just works if the API keys are configured?
Eg: github, gitlab, Jira apis kind of do the same set of tasks but their APIs are different in structure. Is there a normalisation technique behind the scenes or they just build the same stuff 3 times.2 -
Are there any zapier devs here or people who made a zapier integration?
Maybe even with the integration being open source?
Just looking for how-did-they-do-it inspiration.