[ Beginner's Help] Web-to-lead Wordpress Form to Espo Entity
Collapse
X
-
For non-developer users, you may interest in this product by eblasoft:
https://www.eblasoft.com.tr/product-...7-lead-capture -
https://github.com/espocrm/documenta...-client-php.md
$response = $client->request('POST', 'Lead', [
'firstName' => 'Test',
'lastName' => 'Hello',
'emailAddress' => 'test@test.com',
'accountName' => 'Company',
'phoneNumber' => '0-000-000-000'
]);Leave a comment:
-
tanya thanks for your answer.
Good to know.
Could you provide an example from API URL for creating a lead with fields NAME, EMAIL, PHONE NUMBER?
I think with that we can use our language to implement it.
Leave a comment:
-
you can use any language for Rest API.
If you have any of connectors, like zapier, you can try to create this connectionLeave a comment:
-
Hi
I have the same need.
I see these topics but it is not good for who didn`t understand PHP.
Is there an example?
Leave a comment:
-
Hi,
Hello. I'd like the form on my website to create a new Lead in the CRM, when user clicks Submit. I have generated and added such code in other CRM's before -
Leave a comment:
-
[ Beginner's Help] Web-to-lead Wordpress Form to Espo Entity
Hi Folks !
As i googled , there is no ready Web-to-lead form integrated with Espo CRM , so i would like the submitted wordpress form to create a new entity , for example "Lead", with values from the form "name, age...etc".
Now the question is , somebody did this before ? can i find somewhere info's about ?
I took a look at the https://www.espocrm.com/documentation/development/api/ but it's pretty hard as i;m not a PHP dev...
Thank you.
Leave a comment: