Salesforce · 0.1.0

Salesforce REST API

A Dock-hosted Salesforce REST API starter integration for Harbor. Importing it creates a local http_api port shell plus a Harbor-safe Salesforce action set for describing available sObjects, running bounded SOQL queries, and creating a record in an explicit object path. OAuth bearer tokens remain local to Harbor Node.

Community included crmrecordssalesforcesobjectssoql
CRM Category
9 Action templates
1 Workflow templates
Salesforce Publisher

Service Overview

Salesforce REST API is the official crm and business platform rest api from Salesforce for crm, sobjects, records, and soql. This Hub entry keeps the service explanation, setup links, and Harbor-safe import path together so operators can review the integration before local credentials and policies are applied.

Salesforce REST API Service
CRM and business platform REST API Service type
https://your-instance.my.salesforce.com/ Base URL

What This Port Does

  • List available Salesforce sObjects for the connected org using the global describe resource.
  • Run a bounded SOQL query using the Salesforce query resource and an explicit q parameter.
  • Create a Salesforce record in an explicit sObject path using a bounded JSON request body.
  • Keeps service credentials local to Harbor Node so approval, execution, and audit stay inside the Harbor ecosystem.

Operator Setup

  • Create or confirm a Salesforce account, workspace, or tenant with the API access needed for the actions you plan to enable.
  • Import this Hub entry into Harbor, then replace the starter base URL with your tenant-specific service URL before testing actions.
  • Store the required Bearer token locally in Harbor Node using the Authorization header, then review automatic versus approval-required actions before publish.
  • Use the vendor setup guide linked below to create service credentials, scopes, or app registration settings that match your Harbor policy.

Install

Use in Harbor UI or the import-by-URL route.
https://hub.breakwaterharbor.net/p/salesforce/salesforce-rest-api
http_api Local shell
9 Actions
Community Required tier
Never Secrets imported

Actions

Describe sObjects JSON

{
  "slug": "describe-sobjects",
  "label": "Describe sObjects",
  "description": "List available Salesforce sObjects for the connected org using the global describe resource.",
  "method": "GET",
  "path": "/services/data/v66.0/sobjects",
  "approvalMode": "automatic",
  "requestBodyMode": "none",
  "resultMode": "json_summary"
}

Workflows

Object Discovery And Create Future workflow template for discovering available Salesforce objects, validating a SOQL read, and operator-reviewed record creation.