Hey all,
I have a very general question and would be interested especially from the people who used to work in a company or a start up with an existing infrastructure and an existing backend. I think Zapier and the general no code tool landscape allows us to do many things extremely fast but I would be interested in your opinion about:
- When to move over an automation setup that you solved with Zapier to your native stack?
- Your experience with aligning a Zapier setup with your tech peers?
Just to make this more concrete:
Imagine you want to create a new marketing funnel and you need to make sure that your users can schedule appointments. For this you can use the tool calendly. However, you also need to send conversion events of calendly to your automation platform for example customer.io. I can do several things now: I can create a UI that completely uses the interface of calendly or I can create something myself (with more branding possibilities).
Also I need to make a request to the customer.io API to get information about the ID of a customer since I only have the email usually when a customer uses calendly and for integrating it into the marketing platform I would need the existing ID. For that I can either use the Zapier webhook and integrate it like this or I can make an actual request via backend.
As you can see both FE and BE I can solve with or without code. The question is when do you decide to do what. I would be happy to discuss this!