I have some 3CX PBX - CRM integrations template that I’m using as I’m trying to integrate modules.
Before there was a SugarCRM built-in module for 3CX but that was depreciated.
I have been looking into the documentation for API v4.1, but this has been explained using PHP code
What could be the correct code for API v4.1 usage on SuiteCRM following these example codes from 3CX template:
For Contact lookup
API URL (GET):
https://api.mycrm.com/search?number=[Number]
Contact URL, once the number is found:
https://mycrm.com/show?ContactID=[ContactID]
API URL (POST):
https://api.mycrm.com/create
Thanks for getting back, unfortunately, I have tried updating from v 7.8.8 (Sugar Version 6.5.25 (Build 344) to 7.9.x before and several modules like Leads and Contacts were broken, functionality was not good anymore within SuiteR theme, which majority of users are using. Is it 7.8.8 upgradeable to 7.10 version directly?
Anyways, can you share me the code for API v4.1 or v8 for Contacts lookup, Contacts creation and Contact Journaling?