
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
@robinpath/salesforce
Advanced tools
Salesforce module for RobinPath.
The salesforce module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
npm install @robinpath/salesforce
1. Set up credentials
salesforce.setCredentials "your-credentials"
2. query
salesforce.query
| Function | Description |
|---|---|
salesforce.setCredentials | Configure salesforce credentials. |
salesforce.query | query |
salesforce.getRecord | getRecord |
salesforce.createRecord | createRecord |
salesforce.updateRecord | updateRecord |
salesforce.deleteRecord | deleteRecord |
salesforce.upsertRecord | upsertRecord |
salesforce.describeObject | describeObject |
salesforce.listObjects | listObjects |
salesforce.search | search |
salesforce.createLead | createLead |
salesforce.createContact | createContact |
salesforce.createOpportunity | createOpportunity |
salesforce.createAccount | createAccount |
salesforce.createTask | createTask |
salesforce.createCase | createCase |
salesforce.getReport | getReport |
salesforce.listReports | listReports |
salesforce.bulkQuery | bulkQuery |
salesforce.getUser | getUser |
salesforce.listUsers | listUsers |
salesforce.getOrganization | getOrganization |
salesforce.runApex | runApex |
salesforce.getRecentRecords | getRecentRecords |
salesforce.searchRecords | searchRecords |
salesforce.query
salesforce.getRecord
salesforce.createRecord
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/salesforce";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
salesforce.setCredentials "your-credentials"
salesforce.query
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/hubspot — HubSpot module for complementary functionality@robinpath/pipedrive — Pipedrive module for complementary functionality@robinpath/freshdesk — Freshdesk module for complementary functionality@robinpath/intercom — Intercom module for complementary functionality@robinpath/zoho — Zoho module for complementary functionalityMIT
FAQs
Salesforce CRM integration via the REST API — leads, contacts, opportunities, SOQL queries, and SOSL search. Uses the encrypted credential vault for OAuth 2.0 access tokens with a per-org instance URL.
The npm package @robinpath/salesforce receives a total of 12 weekly downloads. As such, @robinpath/salesforce popularity was classified as not popular.
We found that @robinpath/salesforce demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.