How to Set Up the Zoho Leads Panel
Follow the steps below to configure the Zoho Leads Panel in your Gallabox workspace.Step 1: Open Zoho Leads Panel in the Gallabox Dashboard
- You can log in to your Gallabox account.
- From the left navigation, click on Integrations.
- You can just scroll through the list of integrations and select Zoho Leads Panel.
- Click on the Configure button.
- In the integration setup, select the channel where you want the lead info widget to appear.
- Click on Connect to begin the integration.
- You’ll be redirected to the Zoho login page.
- Log in to your Zoho CRM account using your credentials.
- Choose the CRM organization that you want to link with the Gallabox Leads Panel.
- Click on Submit to authorize access and complete the connection.
How to define Lead Fields using JSON Schema
In your JSON Schema, define the fields you want to display in the app panel by listing them under the properties section. We support specific types of field definitions, which must be used correctly.| Object property | Object property type | Format requirements | Examples | |
|---|---|---|---|---|
| Text | ref: "#/definitions/text"</td><td>maxLength: 255</td><td>First Name</td></tr><tr><td>Numerical</td><td>ref: ”#/definitions/numerical” | Decimal or integer | 12.00, 100, 45.6 | |
| Date | ref: "#/definitions/date"</td><td>YYYY-MM-DD</td><td>2024-07-08</td></tr><tr><td>Time</td><td>ref: ”#/definitions/time” | hh:mm:ssZ | 14:30:00+05:30 | |
| DateTime | ref: "#/definitions/date-time"</td><td>YYYY-MM-DDThh:mm:ssZ</td><td>2024-07-08T14:30:00+05:30</td></tr><tr><td>Email</td><td>ref: ”#/definitions/email” | Valid email address | jane.doe@example.com | |
| Link | ref: "#/definitions/link"</td><td>Must be a valid URI</td><td>https://example.com</td></tr><tr><td>Phone number</td><td>ref: ”#/definitions/phone” | ^[+]?[0-9]{1,15}ref: ”#/definitions/address” | maxLength: 500 | 123 Main St, New York, NY |
| Currency | ref: "#/definitions/currency"</td><td>Object: code (string), value (number)</td><td>\{ "code": "USD", "value": 120.5 \}</td></tr><tr><td>Label</td><td>ref: ”#/definitions/label” | Object: color (hex), label (text) | { “color”: “#FF5733”, “label”: “Urgent” } | |
| Tags | ref: "#/definitions/tags"</td><td>Array of strings</td><td>["priority", "vip"]</td></tr><tr><td>Chip</td><td>ref: ”#/definitions/chip” | Single string value | ”Lead Won” | |
| Boolean | $ref: ”#/definitions/boolean” | true or false | true |
- After entering the schema, click on update configuration.
- You can go to the conversation tab and choose a conversation to verify how the panel will appear.
- It will be available in right pane.
Only contacts in Zoho as a Lead will be available.