function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DharmikDharmik 

Is it possible to do integration from wordpress to salesforce?

Hello 

I have one requirement in which i want to push data from wordpress page to salesforce object.

In Example,

I have one registration page in wordpress and when i hit save, the data of registration form needs to be save as salesforce custom object record.

Is it possible to achieve ?
Ramu_SFDCRamu_SFDC
This might provide you with some insights

http://blogs.salesforcefoundation.org/2013/05/30/integrating-salesforce-crm-and-wordpress-cms/
AshwaniAshwani
dharmik,

Wordpress to salesforce is supported using rest api. You can find developemt resources on wordpress.org. It has public api with Auth2 support. Let me know if you need more help
DharmikDharmik
Hello,

thank you for you support and help. i will get back to you in case i need more help..

Thank you once again.
shaurya kaneshaurya kane
Hello,
I need help with the same thing and im new to salesforce and i havent got any support for my queries from salesforce either.,
It wud be great if you'll could help me with this one. 
I have a registration forrm on wordpress (php code) and i want that data to go into the lead/contacts table of the salesforces . how do i do that what is the REST api i have to use and how??
Would mean a lot if anyone could help me .
John KlokJohn Klok
Hello Dharmik,
Yes we can possible to do integration from WordPress to Salesforce, Just visit salesforce custom portal for more.
open basketball guideopen basketball guide
i also want to integrate salesforce on my website https://outdoorbasketballguide.com/best-indoor-basketball-hoops (https://outdoorbasketballguide.com/best-indoor-basketball-hoops/)
Jyothi kondaveetiJyothi kondaveeti
Yes it is possibile, there are a variety of ways to integrate your WordPress website with Salesforce. Here’s a list in order from those that are most simple and inexpensive to the ways that are most able to accommodate complex or custom requirements and more costly: How to Integrate Salesforce with WordPress (https://www.eruditeworks.com/2020/06/22/how-to-integrate-salesforce-with-wordpress/)
Mark ShlebyMark Shleby
Can i integrate my basketball (https://basketballist.com/branding-positioning-consulting/) website to salesforce to keep data up to date? 
Gary RalstonGary Ralston
Hi Dharmik,

Yes, it is definitely possible to integrate WordPress with Salesforce. There are various methods to achieve this, depending on the specific requirements of the integration. Here are some approaches to consider:
  • One way is to use a plugin that facilitates the integration, such as WPForms, Gravity Forms, or Formidable Forms. These plugins allow you to create custom forms on your WordPress site and connect them with your Salesforce account, so that data entered into the forms is automatically sent to your Salesforce instance.
  • Another way is to use the Salesforce REST API to communicate with your Salesforce instance. This approach requires more technical expertise, but allows for greater flexibility in the integration. You can use WordPress plugins like WP REST API to connect to the Salesforce API and transfer data between the two platforms.
Want to know more about integrating Salesforce and WordPress? Head over to https://arrify.com/salesforce-to-wordpress-integration/ to find an article covering various integration methods, benefits, detailed steps, use cases, and best practices for seamlessly integrating these two platforms.