Skip to main content
Let your agents read and write your Salesforce records — run SOQL and SOSL queries, inspect object metadata, and create, update, upsert or delete accounts, contacts, leads, opportunities, cases and tasks.

Connection

  • Authentication: OAuth 2.0 — you authorize Atako via Salesforce’s consent screen; no key to copy.
  • Scopes requested:
    • api
    • refresh_token
Nothing to paste: click Connect and approve Atako in your Salesforce org. Prerequisite on the Atako side — an administrator declares a Salesforce Connected App (Setup → App Manager → New Connected App → Enable OAuth Settings) with the callback URL ${API_URL}/integrations/oauth/callback, the OAuth scopes “Manage user data via APIs (api)” and “Perform requests at any time (refresh_token, offline_access)”, and puts its consumer key and secret in INTEGRATION_OAUTH_SALESFORCE_CLIENT_ID / _CLIENT_SECRET. Your org’s instance URL is captured automatically when you connect.See Salesforce’s documentation.

Read actions (14)

Write actions (4)

Permissions

Every action above must be explicitly granted to an agent before it can be used. See Permissions for the grant model and Security for how credentials are protected.