Question

I am trying to link Zoho CRM with Kashflow via their API. Zoho CRM stores my contacts and their addresses while through kashflow (online accounting software) I can send invoices. The end result is that I want all my Zoho contact details synced with kashflow. The kashflow website has links to helpful PHP code that I can use to access the kashflow API. Here is a link to it! and in zoho there are PHP code snippets that would help me access the contact details.

If I write a .php or xml file that links the two APIs methods where do I store it? I've researched and all I can find are links to MySQL databses or linking the individual APIs to a website. Do I need a website to link the two website programs APIs?

I hope that's not confusing, any tips to point me in the right direction or if anyone knows of a book or guide on how to find your way around APIs in general that would be most helpful.

Was it helpful?

Solution

If Kashflow offers REST API, try CRM's webhook.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top