Hi, I started using EspoCrm for my real estate agency but I can't import properties from my website into EspoCRM. If you can please help me with the steps I need to follow because the information I received in the documents (https://docs.espocrm.com/development/api/) does not help me. Or am I getting stuck. If there is someone who can write me the steps or codes and where I need to enter them I would be grateful. Thank you!
Using EspoCRM REST API you have the ability to populate properties from your website
Collapse
X
-
Viorel87,
Most likely, you will need to send an API request (through a script or a Workflow/BPM) with all field values from your site to EspoCRM, using the GET and POST requests.
Workflows and BPMs are features of the Advanced Pack extension: https://www.espocrm.com/extensions/advanced-pack.
There, you can use Send HTTP Request Action: https://docs.espocrm.com/administrat...ttp-request​
Without using the Advanced Pack extension features, you should take a closer look at the scripts: https://docs.espocrm.com/development...al-application
It all depends on your site; there is a lot of information about this on Google: https://codeinstitute.net/global/blo...n-api-endpoint.Last edited by lazovic; 09-18-2023, 11:23 AM.Comment
Comment