Some have php example for create, edit contacts?
use api from php?
Collapse
X
-
Hi
EspoCRM is based on RESTful API.
1. Open browser's developer console (F12), Network tab.
2. Search contact by phone number using UI.
3. See what api request is sent (it will be something like GET api/vi/Contact?where= ...)If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
-
This topic is quite old but still if somebody steps into it:
Check out https://github.com/drei-kr/espocrm-api ( You can find the composer package on packagist)
I wrote a PHP Wrapper for the EspoCRM Api - using Guzzle Service Descriptions ( Similar to swagger )Comment
Comment