Integration · Salesforce

Connect Salesforce to meinGPT

Find and analyse Salesforce objects in natural language and create or update individual records in a controlled way.

The native Salesforce connector lets an assistant inspect the org schema, query standard and custom objects, and manage individual records. It uses OAuth and can do only what the connected Salesforce user may do. Write and delete actions have a direct effect in the org and remain explicit operations.

A user connects Salesforce through OAuth in the assistant settings. The assistant can describe objects, run SOQL or SOSL, follow pagination, and read record files. Creating, updating, and deleting records use the connected user's object and field permissions; deletion is marked as dangerous and requires confirmation.

Technical frame
Salesforce
meinGPT
Source
Salesforce
Capability
Inspect schema, run SOQL and SOSL queries, and read, create, update, delete, or load files from records
Connection
Salesforce OAuth in the connected user's context; Salesforce API access is required
Data residency
Operations run live against the connected Salesforce org. The connector does not create a separate CRM index.

Source, permissions, and data residency are documented separately for each connector.

Setup in the docs

Typical workflows

  • Analyse a pipeline
  • Create or update individual records
  • Use record files as context

What the integration makes possible

01

Analyse a pipeline

Query open opportunities by stage, amount, close date, and activity and return a reviewable pipeline summary.

02

Create or update individual records

Turn approved information into a lead or update selected fields on an existing account, contact, opportunity, or case.

03

Use record files as context

List and load selected files from a record before summarising a case or preparing a response.

Clarify before starting

  1. 01The Salesforce edition and user provide API access.
  2. 02Required standard and custom objects are documented.
  3. 03Write and delete actions have explicit approval rules.

Review the prompt and result openly

Prompt

Find open opportunities in Negotiation that close this quarter. Show account, amount, owner, and last activity, and flag records with no activity in 14 days. Do not update Salesforce.

Result

**8 opportunities found.** Two have no activity in the last 14 days and are flagged for review. The query was read-only; no Salesforce record was changed.

Does this connection fit your use case?

We clarify the source, permissions, and connection required for the concrete use case. If the existing integration fits, you can move straight to setup afterwards.

Security and operations

Connect a least-privilege Salesforce user, review OAuth and object permissions, and require confirmation for every write or delete action. Changes remain visible in Salesforce's own audit mechanisms.

Known limitations

  1. 01The connector is intended for targeted queries and individual records, not bulk exports or mass updates.
  2. 02Salesforce API limits and the connected user's permissions remain effective.
  3. 03Deleting a record is irreversible and requires confirmation.

Frequently asked questions

Yes. The connector can inspect and query custom objects where the connected user has access.