Skip to main content

Overview

The Salesforce server enables AI assistants to interact with Salesforce CRM, providing powerful querying capabilities across accounts, opportunities, contacts, and custom objects through conversational AI and SOQL.

How to Add Salesforce

1

Access Salesforce Account

Log in to your Salesforce account with appropriate permissions to access the data you need.
2

Generate API Credentials

  1. Go to Setup in Salesforce
  2. Navigate to Apps > App Manager
  3. Create a Connected App or use existing credentials
  4. Note your Consumer Key, Consumer Secret, and Security Token
3

Connect to Nexus

  1. Add the Salesforce server to your Nexus environment
  2. Enter your credentials when prompted
  3. Authorize the connection using OAuth
4

Test Connection

Start with a simple command like “Show me all open opportunities” to verify the connection works properly.
Ensure your Salesforce user has the necessary permissions to query the objects you need to access.

What You Can Do

Data Querying

Query accounts, opportunities, contacts, and custom objects with SOQL

Cross-Object Search

Search across multiple Salesforce objects to get a complete view

Analytics & Reporting

Calculate metrics, aggregate data, and generate insights from CRM data

Deal Intelligence

Identify at-risk deals, calculate health scores, and prioritize opportunities

Available Tools (17)

Data Query

Execute SOQL queries to retrieve Salesforce data
Search across multiple objects using Salesforce Search
Get metadata about Salesforce objects and their fields

Opportunities

List opportunities with filtering by stage, owner, and close date
Retrieve detailed information about a specific opportunity
Aggregate opportunity data by various dimensions

Accounts

List accounts with filtering and sorting options
Get comprehensive account information including related records
Calculate account health scores based on opportunity data

Analytics

Perform aggregations like SUM, COUNT, AVG across records
Group and analyze data by various dimensions

Use Cases

Find At-Risk Deals

“Connect to salesforce and show me all open opportunities closing this week that aren’t in Closed Won stage” - Identify deals needing immediate attention.

Account Health Score

“Connect to salesforce and calculate total opportunities, revenue, and average deal size grouped by account” - Understand which accounts are most valuable. “Connect to salesforce and search for all records related to ‘Global Media’ across accounts and opportunities” - Get a 360-degree view of customers.
The Salesforce server provides read-only query access to your CRM data. Use SOQL for precise filtering or natural language search for broader discovery.