문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top