← All integrations

Salesforce

225 operations7 webhooks

Enterprise CRM for leads, accounts, opportunities, service cases, and sales automation.

Supported operations

  • Account Creation With Content Type OptionWrite

    Create account (deprecated)

  • Create AccountWrite

    Create account in Salesforce

  • Delete AccountDestructive

    Delete account

  • Fetch Account By Id With QueryRead-only

    Fetch account by ID with query (deprecated)

  • Get AccountRead-only

    Get account by ID

  • List AccountsRead-only

    List accounts

  • Remove Account By Unique IdentifierDestructive

    Remove account by unique identifier (deprecated)

  • Retrieve Account Data And Error ResponsesRead-only

    Retrieve account data and error responses (deprecated)

  • Search AccountsRead-only

    Search accounts

  • Update AccountWrite

    Update account

  • Update Account Object By IdWrite

    Update account by id (deprecated)

Supported triggers

  • Account Created Or Updated

    Account created or updated

FAQ

Install corsair and @corsair-dev/salesforce, add the Salesforce plugin, and connect with an API key or OAuth. Then call methods like corsair.salesforce.api.accounts.accountCreationWithContentTypeOption() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.

Yes. Salesforce supports an API key or OAuth. Use credentials or OAuth scopes that match what you automate. Create them in the Salesforce developer console, then paste into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit Salesforce, GitHub, Notion, Stripe, and the rest. Trigger Salesforce from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for enterprise crm for leads, accounts, opportunities, service cases, and sales automation. Common builds include sync jobs, admin tooling, and agents that call Salesforce APIs from your backend. Webhook handlers react to Salesforce events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Salesforce records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Salesforce API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/salesforce in the open repo. When Salesforce ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Salesforce data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Salesforce data on your behalf.