| 开发者 | autosyncpress |
|---|---|
| 更新时间 | 2026年9月16日 23:21 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
No. This is an independent, third-party plugin developed by AutoSyncPress. It is not developed, endorsed by, affiliated with, or officially connected to Zoho Corporation in any way. "Zoho" and "Zoho CRM" are trademarks of Zoho Corporation. "WooCommerce" is a trademark of Automattic Inc.
No. Orders and deals need WooCommerce, but contacts and lead capture work on any WordPress site.
No. Contacts and leads are matched on email address inside Zoho itself, using Zoho's upsert with duplicate checking, so the same person is never filed twice.
Your Zoho API credit budget for the day is nearly spent. The Health screen shows exactly how much has been used. Syncing resumes at midnight UTC, and you can always sync an individual order by hand in the meantime.
Your Zoho org uses different deal stage names from the defaults. Run the Pre-flight screen — it lists the stages your org actually has, and you can set them on the Settings screen.
No. CRMBridge talks to your Zoho organisation and nothing else. There is no analytics, no phone-home, and no third-party service.
It is off by default, and while it is off no endpoint is registered at all. When you turn it on, be aware that Zoho CRM does not cryptographically sign its notifications — it echoes back a token you set. CRMBridge compares that token in constant time and rejects replayed requests, but this is authentication by shared secret, not by signature. We would rather say so than imply a guarantee that does not exist.
Deleting the plugin keeps your data by default, so reinstalling does not re-create every deal. There is an opt-in setting to remove everything instead.
crmbridge_job_handlers filter so an add-on can put its own work through the same queue, and inherit its retry ladder and credit guard rather than reimplementing them.crmbridge_deal_synced and crmbridge_contact_synced actions.