One of our customers uses the Zenoti salon software to manage their salons.
The software provides features to optimize appointment scheduling, online booking, customer management, marketing, billing, and payments.
The customer wanted to sync their customer and appointment details to Vtiger and have their call center agents follow up with the customer to confirm the appointments.
For this, we recommended they use the API Designer Webhooks feature - these incoming webhooks listen to events triggered in other systems. Once the event is received, it can create, update, or delete records in Vtiger.
Zenoti allows you to configure a webhook URL for events - when an appointment is created, moved, or deleted or the status is changed. Along with these events, it also listens to when a customer is added, updated, or removed from their system.
Let us see how this works.
To achieve this integration, go to Platform > Api Designer > Add a Webhook. Using VADL XML notations, map the response of the Zenoti webhook to Vtiger Actions. You will be able to create, update, select, or even delete a record in Vtiger.
For more details, please read our documentation for configuring Incoming Webhooks.