Hello,
I tried connecting espo with another website through a webhook using the REST API and PHP using the example found here: https://www.espocrm.com/documentatio...pi-client-php/
However when i try to load the script it returns me this error:
Fatal error: Uncaught Exception: EspoClient: Unknown Error in C:\xampp\htdocs\EspoCRM\class.php:138 Stack trace: #0 C:\xampp\htdocs\EspoCRM\add.php(8): EspoApiClient->request('POST', 'Lead', Array) #1 {main} thrown in C:\xampp\htdocs\EspoCRM\class.php on line 138
Can anyone help me figure out why this is not working?
I tried connecting espo with another website through a webhook using the REST API and PHP using the example found here: https://www.espocrm.com/documentatio...pi-client-php/
However when i try to load the script it returns me this error:
Fatal error: Uncaught Exception: EspoClient: Unknown Error in C:\xampp\htdocs\EspoCRM\class.php:138 Stack trace: #0 C:\xampp\htdocs\EspoCRM\add.php(8): EspoApiClient->request('POST', 'Lead', Array) #1 {main} thrown in C:\xampp\htdocs\EspoCRM\class.php on line 138
Can anyone help me figure out why this is not working?
Comment