简体   繁体   中英

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.

I've searched about other software too mainly Zapier competitors such as Pabbly Connect and Workato.

But can anyone suggest me what should I use or is there any other way to integrate CallRail with 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-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

This approach will require some work:

  • set up the authentication between the two platforms
  • all the data exchange behaviors

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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