The Salesforce tool enables you to connect directly to your Salesforce CRM and perform a wide range of customer relationship management operations within your agentic workflows. With seamless and secure integration, you can efficiently access and automate key business processes across your sales, support, and marketing data.
With the Salesforce tool, you can:
- Retrieve accounts: Use the
salesforce_get_accounts operation to fetch Accounts from Salesforce with custom filters, sorting, and field selection.
- Create accounts: Automatically add new Accounts to Salesforce using the
salesforce_create_account operation, specifying details like name, industry, and billing address.
- Manage contacts: (If provided, similar tooling available for Contacts—add, update, or fetch contacts as needed.)
- Handle leads & opportunities: Integrate lead and opportunity management into your workflow, letting your agents capture, qualify, and update sales pipeline data.
- Track cases & tasks: Automate customer support and follow-up activities by interacting with Cases and Tasks within Salesforce.
The Salesforce tool is ideal for workflows where your agents need to streamline sales, account management, lead generation, and support operations. Whether your agents are syncing data across platforms, providing real-time customer insights, or automating routine CRM updates, the Salesforce tool brings the full power and extensibility of Salesforce into your programmatic, agent-driven processes.
Integrate Salesforce into your workflow. Manage accounts, contacts, leads, opportunities, cases, and tasks with powerful automation capabilities.
Retrieve accounts from Salesforce CRM
| Parameter | Type | Required | Description |
|---|
idToken | string | No | The ID token from Salesforce OAuth (contains instance URL) |
instanceUrl | string | No | The Salesforce instance URL |
limit | string | No | Number of results to return (default: 100, max: 2000) |
fields | string | No | Comma-separated list of fields to return (e.g., "Id,Name,Industry,Phone") |
orderBy | string | No | Field to order by (e.g., "Name ASC" or "CreatedDate DESC") |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | object | Accounts data |
Create a new account in Salesforce CRM
| Parameter | Type | Required | Description |
|---|
idToken | string | No | No description |
instanceUrl | string | No | No description |
name | string | Yes | Account name (required) |
type | string | No | Account type (e.g., Customer, Partner, Prospect) |
industry | string | No | Industry (e.g., Technology, Healthcare, Finance) |
phone | string | No | Phone number |
website | string | No | Website URL |
billingStreet | string | No | Billing street address |
billingCity | string | No | Billing city |
billingState | string | No | Billing state/province |
billingPostalCode | string | No | Billing postal code |
billingCountry | string | No | Billing country |
description | string | No | Account description |
annualRevenue | string | No | Annual revenue (number) |
numberOfEmployees | string | No | Number of employees (number) |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | object | Created account data |
Update an existing account in Salesforce CRM
| Parameter | Type | Required | Description |
|---|
idToken | string | No | No description |
instanceUrl | string | No | No description |
accountId | string | Yes | Account ID to update (required) |
name | string | No | Account name |
type | string | No | Account type |
industry | string | No | Industry |
phone | string | No | Phone number |
website | string | No | Website URL |
billingStreet | string | No | Billing street address |
billingCity | string | No | Billing city |
billingState | string | No | Billing state/province |
billingPostalCode | string | No | Billing postal code |
billingCountry | string | No | Billing country |
description | string | No | Account description |
annualRevenue | string | No | Annual revenue (number) |
numberOfEmployees | string | No | Number of employees (number) |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | object | Updated account data |
Delete an account from Salesforce CRM
| Parameter | Type | Required | Description |
|---|
idToken | string | No | No description |
instanceUrl | string | No | No description |
accountId | string | Yes | Account ID to delete (required) |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | object | Deleted account data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | json | Operation result data |
- Category:
tools
- Type:
salesforce