Wordpress CRM Integration

Connecting Wordpress to your CRM easily and effectively

  • Salesforce
  • Zoho CRM
  • Insightly
  • Capsule
  • About

March 29, 2018 by Stuart Sequeira

Using a Test Environment in Salesforce

You have the ability to connect your Ninja Forms to a Salesforce test environment if you wish.  Here’s how

The Code

The following code can be added to your theme’s functions.php file, or another plugin file where you prefer to run code snippets.

The default access point for Salesforce is ‘login.salesforce.com’ so you don’t have to do anything if you are using the default. In my example, I am using a Salesforce environment accessed at test.salesforce.com.  If you are using something different, you can switch out ‘test’ with whatever subdomain you are using.

add_filter( 'nfsalesforcecrm_set_connection_type' , 'nf_change_salesforce_endpoint');

function nf_change_salesforce_endpoint(){

return 'test';
}

 

Filed Under: Salesforce

About Stuart Sequeira

Stuart is the author of several CRM integration plugins for Wordpress using Ninja Forms. He also writes custom integrations that cater to the unique sales and marketing needs of his clients.

Recent Posts

  • Using a Test Environment in Salesforce
  • Autoresponders for Salesforce
  • Connecting to Zoho’s EU Endpoint
  • Adding Attachments to Custom Salesforce Objects
  • WordPress to Salesforce Status Message

Maintained By:

Stuart is the author of several CRM integration plugins for Wordpress using Ninja Forms. He also writes custom integrations that cater to the unique sales and marketing needs of his clients.

Copyright © 2023 · Generate Pro Theme on Genesis Framework · WordPress · Log in