Skip to content

Salesforce ​

Manage leads, contacts, accounts, and opportunities in Salesforce CRM.

DetailValue
CategoryCRM
Base URLhttps://{instance_url}.my.salesforce.com
AuthenticationOAuth2 Client Credentials
Endpoints7
Connector keysalesforce

Using Salesforce in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Salesforce from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /sobjects/ContactGet contact metadata
POST /sobjects/ContactCreate a contact
GET /sobjects/Contact/{id}Get a contact by ID
GET /queryExecute a SOQL query
POST /sobjects/LeadCreate a lead
GET /sobjects/Opportunity/{id}Get an opportunity by ID
PATCH /sobjects/Contact/{id}Update a contact

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.