Difference between revisions of "SalesForce"

From Hornbill
Jump to navigation Jump to search
Line 40: Line 40:
 
:* '''Client id''' -  
 
:* '''Client id''' -  
 
:* '''Client Secret''' -
 
:* '''Client Secret''' -
:* '''oAuth Scope''' -
+
:* '''oAuth Scope''' - Leave Blank
 
:* '''Authorise URL''' -
 
:* '''Authorise URL''' -
 
:* '''Access URL''' -
 
:* '''Access URL''' -
:* '''Response Type''' -
+
:* '''Response Type''' - Set this to '''code'''
:* '''Additional Params''' -
+
:* '''Additional Params''' - Leave Blank
:* '''Grant Access''' -
+
:* '''Grant Access''' - Set this to '''authorization_code'''
 
:* '''Refresh URL''' -
 
:* '''Refresh URL''' -
:* '''Refresh Grant Type''' -
+
:* '''Refresh Grant Type''' - Set this to '''refresh_token'''
 
:* '''Token''' - Leave Blank at this stage, it will be auto-populated later
 
:* '''Token''' - Leave Blank at this stage, it will be auto-populated later
  
 
* Select '''Create Key''' to save  
 
* Select '''Create Key''' to save  
 
* Select '''Connect'''  
 
* Select '''Connect'''  
:* Login with your username and password and authorise the Hornbill App to use the Salesforce account (ensure the user account has the appropriate rights to perform the Salesforce actions
+
:* Login with your username and password and authorise the Hornbill App to use the Salesforce account (ensure the user account has the appropriate rights to perform the Salesforce actions).
 
:* When successful, this will auto-populate a valid oauth_token into the '''Token''' field
 
:* When successful, this will auto-populate a valid oauth_token into the '''Token''' field
  

Revision as of 07:42, 11 August 2017

Home > Integration > Business Process Automation & Orchestration > Hornbill iBridge > Salesforce

Salesforce logo.png

Introduction

Salesforce is a CRM software and enterprise cloud ecosystem

Create, Update, and get information about accounts and users in Salesforce

Salesforce is a Premium Integration Premium Integration

Related Articles

KeySafe Configuration

Salesforce KeySafe.png

In order to integrate with Saleforce, you will first need to configure, and securely store the authentication credentials for the Salesforce instance and Accounts you want to use with the Hornbill App.

Configure your Salesforce account authentication in KeySafe in order to use the Salesforce options.

In the admin console > System > Security > KeySafe

  • Select on + and select oAuth 2.0 option
  • Give the Salesforce KeySafe a Title (this is the name / identifier for the Salesforce account as you will see it when using the Integration Call node in your business process)
  • Optionally add a description
  • Client id -
  • Client Secret -
  • oAuth Scope - Leave Blank
  • Authorise URL -
  • Access URL -
  • Response Type - Set this to code
  • Additional Params - Leave Blank
  • Grant Access - Set this to authorization_code
  • Refresh URL -
  • Refresh Grant Type - Set this to refresh_token
  • Token - Leave Blank at this stage, it will be auto-populated later
  • Select Create Key to save
  • Select Connect
  • Login with your username and password and authorise the Hornbill App to use the Salesforce account (ensure the user account has the appropriate rights to perform the Salesforce actions).
  • When successful, this will auto-populate a valid oauth_token into the Token field

Right your all set........

Managing Salesforce Configurations

  • Use KeySafe to create, store and enable integrations with multiple Salesforce accounts for use in your business processes
  • From the Keysafe List, select a Salesforce account, and use the Trash Can to delete it, or the Revoke Access option
  • Note, this will remove the rights of any existing Salesforce Integration Calls in your business processes, which are using the now deleted Salesfroce Account, so you will need to edit your business processes accordingly.

Business Process

Options (Methods)

Once you have your Salesforce Account Authorised, your all set to use it with the Integration Call in your business processes. The following options are now available for you to use with Salesforce:


Read more about using the Integration Call from the Related Articles section, and learn how to work with input and output parameters for each of the Salesforce options.