Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 ZOHO CRM 开发中遇到了一个问题。
场景:-我有 ZOHO CRM 的帐户。当我在我的 ZOHO CRM 中创建潜在客户时,同时将在 MySQL 数据库(我的本地数据库)中创建具有相同值的记录,我想使用 PHP 代码样式进行操作。所以请建议我对此功能的一些解决方案。
在这种情况下,您需要分析潜在客户相关表的数据库结构,然后为此准备 mysql 查询。
请按照以下步骤操作。
您可以在服务器上上传您的代码并在 zoho 中用作 webhook,以触发来自 zoho 自动化规则的记录创建事件。