简体   繁体   English

我如何在没有 Zapier 的情况下集成 CallRail 和 Zoho CRM?

[英]How can I integrate CallRail and Zoho CRM without Zapier?

It's self-explanatory from the question but here's what my client wants.这个问题不言自明,但这就是我的客户想要的。

They wanted me to integrate Zoho CRM and CallRail, I suggested about Zapier but for some reason they don't want to use Zapier and asking for any other way to integrate both.他们希望我集成 Zoho CRM 和 CallRail,我建议使用 Zapier,但出于某种原因他们不想使用 Zapier 并要求以任何其他方式将两者集成。

I've searched about other software too mainly Zapier competitors such as Pabbly Connect and Workato.我也搜索过其他软件,主要是 Zapier 的竞争对手,例如 Pabbly Connect 和 Workato。

But can anyone suggest me what should I use or is there any other way to integrate CallRail with Zoho CRM?但是谁能建议我应该使用什么,或者是否有任何其他方法可以将 CallRail 与 Zoho CRM 集成?

Depending on what data needs to be exchanged you might be able to implement the integration in Zoho CRM's Deluge coding language ( https://www.zoho.com/deluge/help/ ) making calls to CallRail's api: ( https://apidocs.callrail.com )根据需要交换的数据,您可能能够在 Zoho CRM 的 Deluge 编码语言 ( https://www.zoho.com/deluge/help/ ) 中实施集成,调用 CallRail 的 api: ( https://apidocs .callrail.com )

Zoho-Deluge's invokeurl command is the main functionality for making calls to CallRail's AP: https://www.zoho.com/deluge/help/webhook/invokeurl-api-task.html Zoho-Deluge 的 invokeurl 命令是调用 CallRail 的 AP 的主要功能: https ://www.zoho.com/deluge/help/webhook/invokeurl-api-task.html

This approach will require some work:这种方法需要一些工作:

  • set up the authentication between the two platforms设置两个平台之间的身份验证
  • all the data exchange behaviors所有的数据交换行为

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM