Sarmela Posted August 18, 2022 Share Posted August 18, 2022 Hi all, We have contact forms on our PHP website. Visitors come ,fill the form, submit the form. We receive these Lead details on Google sheet and from Google sheet ,these details go to our CRM software. We want to bypass this Google lead sheet which was created by our third party developer through API. We want leads to go directly from PHP website to CRM without any excel sheet. Any help please Quote Link to comment https://forums.phpfreaks.com/topic/315197-leads-from-php-website-to-crm/ Share on other sites More sharing options...
requinix Posted August 18, 2022 Share Posted August 18, 2022 Find an API for the CRM and write PHP code to use it. You haven't given enough information to be able to answer better than that... 1 Quote Link to comment https://forums.phpfreaks.com/topic/315197-leads-from-php-website-to-crm/#findComment-1599510 Share on other sites More sharing options...
Sarmela Posted August 18, 2022 Author Share Posted August 18, 2022 Hi, thanks for your reply. Like what other information I need to provide, please Quote Link to comment https://forums.phpfreaks.com/topic/315197-leads-from-php-website-to-crm/#findComment-1599511 Share on other sites More sharing options...
Sarmela Posted August 18, 2022 Author Share Posted August 18, 2022 We are software company selling erp software ,CRM. We run Google ads. People click on ads , land on landing pages, submit their details through contact form. These details go to our Google sheet connected with website through Apps script. Then from this Google sheet, leads go to our own CRM. Management wants leads to go directly from landing page or website to CRM directly. They do not want leads to go to excel sheet automatically, and from excel to CRM. Leads from PHP website / landing pages > CRM Quote Link to comment https://forums.phpfreaks.com/topic/315197-leads-from-php-website-to-crm/#findComment-1599516 Share on other sites More sharing options...
kicken Posted August 18, 2022 Share Posted August 18, 2022 You need to find some API or other method of integrating with whatever CRM software you're using. Contact the company that develops the CRM software and ask them how to do it. 1 Quote Link to comment https://forums.phpfreaks.com/topic/315197-leads-from-php-website-to-crm/#findComment-1599522 Share on other sites More sharing options...
ginerjm Posted August 18, 2022 Share Posted August 18, 2022 Are the "landing pages" something that you guys have written, using html forms to collect the data? If so why are you not submitting them to your domain where your php code and process the inputs and store the data in your own db and from there do what you want? 1 Quote Link to comment https://forums.phpfreaks.com/topic/315197-leads-from-php-website-to-crm/#findComment-1599528 Share on other sites More sharing options...
Sarmela Posted August 18, 2022 Author Share Posted August 18, 2022 Hmm. Ok ,we will check @ Ginerjm @Kicken Quote Link to comment https://forums.phpfreaks.com/topic/315197-leads-from-php-website-to-crm/#findComment-1599536 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.