Building a system where new calendly event triggers a series of webhooks on MinbodyOnline.
I’ve accomplished the below with two separate tasks but wondering if it would work as a path.
Trigger: New invitee in Calendly
Path A:
- POST to create a new client in MBO’s CRM
Path B:
- GET to find the client’s ID by their Email
- POST to create a calendar event in MBO
The reason I need two separate zaps or two legs of a path is that there are times where someone is already created in MBO and if I try to “re-create” them, it will error out.
If I get the error in Path A, will it continue to Path B or stop the workflow?