Booktics

  1. Home
  2. Booktics
  3. Integration
  4. How to Integrate Booktics with Zoho CRM

How to Integrate Booktics with Zoho CRM

Overview

Booktics Zoho integration sends each booking’s customer contact to Zoho through a webhook, so the booker can be added straight into Zoho CRM as a lead or contact. It uses Zoho Flow as the bridge: Booktics posts the booking data to a Zoho Flow webhook, and Zoho Flow creates the record in Zoho CRM. It is useful for any site owner who wants new bookings to land in their sales pipeline automatically.

Note: Booktics connects to Zoho through Zoho Flow, not directly to Zoho CRM. Zoho Flow gives you the webhook URL and creates the CRM record. No API keys or OAuth setup are needed on the Booktics side.

Step 1: Create a webhook URL in Zoho Flow

Create the trigger that receives Booktics data.

  1. Log in to Zoho Flow and open My Flows.
  2. Click Create Flow, give it a name (for example Booktics Bookings), and click Create.
  3. On the trigger screen, click Configure under Webhook.
  4. Set the payload format to JSON. (Booktics sends JSON.)
  5. Zoho Flow generates a unique Webhook URL. Click Copy.

Leave the flow open on the test step so you can confirm the connection later.

Zoho Flow create flow for booktics integration
Zoho Flow webhook setup for booktics

Zoho Flow webhook setup

Step 2: Connect the webhook in Booktics

  1. In WordPress admin, go to Booktics → Modules and open the Integrations tab.
  2. Find the Zoho card and toggle it On.
  3. Click Configure on the Zoho card.
  4. Paste the webhook URL you copied from Zoho Flow into the Webhook URL field.
  5. Click Save.
Bookticsa connect with ZOHO

Booktics now POSTs customer data to Zoho Flow on every new booking.

Step 3: Map the data to Zoho CRM

Booktics sends this JSON payload to Zoho Flow on each new booking:

FieldDescription
emailCustomer email address
first_nameCustomer first name
last_nameCustomer last name (if provided)
statusAlways subscribed

Step 4: Test the connection

  1. Create a test booking on your Booktics booking page.
  2. Return to Zoho Flow — the Webhook step shows the received data (email, first name, last name, status).
  3. Switch the flow On, then check Zoho CRM → Leads for the new record.
Zoho Flow action step and connection

Frequently Asked Questions (FAQ)

Q1: Does Booktics connect directly to Zoho CRM?
No. Booktics sends booking data to a Zoho Flow webhook, and Zoho Flow creates the Lead or Contact in Zoho CRM. This is why no API key or OAuth login is required in Booktics.
Q2: Can I create a Contact instead of a Lead?
Yes. In the Zoho Flow action step, choose Create/Update Contact (or any Zoho CRM module) instead of Create Lead and map the same fields.
Q3: How do I stop sending data to Zoho?
Toggle the Zoho integration Off in the Integrations tab, or clear the webhook URL in Configure. Either stops all requests.

Conclusion

Connect Zoho once through Zoho Flow and every Booktics booking lands in your Zoho CRM as a lead automatically.

How can we help?