askill
zoho-sync

zoho-syncSafety 75Repository

Cross-module sync CRM↔Books↔Inventory. Webhook triggers.

0 stars
1.2k downloads
Updated 2/8/2026

Package Files

Loading files...
SKILL.md

Zoho Sync

CRM → Books (Contact/Vendor)

# Create Books contact from CRM
POST /books/v3/contacts?organization_id={org}
{"contact_name":"...","contact_type":"customer","crm_contact_id":"{crm_id}"}

CRM → Inventory (Item sync)

POST /inventory/v1/items?organization_id={org}
{"name":"...","rate":100,"product_id":"{crm_product_id}"}

Webhook Setup

POST /crm/v6/actions/watch
{"watch":[{"channel_id":"1","events":["Contacts.create"],"notify_url":"https://..."}]}

Sync Patterns

SourceTargetLink Field
CRM ContactBooks Contactcrm_contact_id
CRM ProductInventory Itemproduct_id
Books InvoiceCRM Dealcf_deal_id (custom)

Gotchas

  • Webhooks expire 24hr, re-register daily
  • Use composite API to avoid rate limits
  • Books/Inventory share org_id, CRM may differ

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

50/100Analyzed 2/18/2026

Technical reference skill for Zoho CRM/Books/Inventory sync with API examples and sync pattern table. Has basic structure in dedicated skills folder with tags, but lacks step-by-step instructions, authentication setup, and clear usage context. The deep path nesting (depth 5) suggests operational/internal focus. Content is usable but incomplete for someone unfamiliar with Zoho APIs.

75
55
50
45
40

Metadata

Licenseunknown
Version-
Updated2/8/2026
Publisherludoplex

Tags

api