Connect Salesforce to Definable AI

Salesforce is a leading CRM platform integrating sales, service, marketing, and analytics to build customer relationships and drive business growth

About Salesforce

Salesforce is a productivity tool. Connect it to Definable AI with one-click OAuth2 — no API keys or custom code required.

What you can automate with Salesforce

Use Definable AI's agent platform to trigger workflows from Salesforce, process results with 50+ AI models, and sync data across 900+ connected apps.

Tools & Actions (208 available)

  • Add contact to campaign: Adds a contact to a campaign by creating a CampaignMember record, allowing you to track campaign engagement.
  • Add lead to campaign: Adds a lead to a campaign by creating a CampaignMember record, allowing you to track campaign engagement.
  • Add product to opportunity: Adds a product (line item) to an opportunity. The product must exist in a pricebook entry that's associated with the opportunity's pricebook.
  • Apply lead assignment rules: Applies configured lead assignment rules to a specific lead, automatically routing it to the appropriate owner based on your organization's rules.
  • Associate contact to account: Associates a contact with an account by updating the contact's AccountId field.
  • Clone opportunity with products: Clones an opportunity and optionally its products (line items). Creates a new opportunity with the same field values and products as the original.
  • Clone record: Creates a copy of an existing Salesforce record by reading its data, removing system fields, and creating a new record. Optionally apply field updates to the clone.
  • Close or abort a job: Tool to close or abort a Salesforce Bulk API v2 ingest job. Use when you need to finalize job processing by closing (state: UploadComplete) or cancel a job by aborting (state: Aborted). This is required for every ingest job - closing queues data for processing, while aborting cancels the job and deletes uploaded data.
  • Complete task: Marks a task as completed with optional completion notes. This is a convenience action that updates the task status to 'Completed'.
  • Create SObject record: Tool to create a new Salesforce SObject record. Use when you need to create any type of standard or custom Salesforce object record by specifying the object type and field values.
  • Create a record: Tool to create a Salesforce record using the UI API. Use when you need to create any type of Salesforce record with layout metadata and formatted field values.
  • Create account: Creates a new account in Salesforce with the specified information.
  • Create campaign: Creates a new campaign in Salesforce with the specified information.
  • Create contact: Creates a new contact in Salesforce with the specified information.
  • Create custom field: Tool to create a custom field on a Salesforce object using the Tooling API. Use when you need to add a new field (Text, Number, Checkbox, Date, Picklist, Lookup, etc.) to any standard or custom object without deploying metadata packages. The Tooling API provides direct field creation for rapid development and automation tasks.
  • Create custom object: Tool to create a custom object in Salesforce using the Metadata API. Use when you need to dynamically create new object types (tables) in Salesforce with custom fields and configurations.
  • Create lead: Creates a new lead in Salesforce with the specified information.
  • Create multiple records (SObject Collections): Tool to create up to 200 records in one request with optional rollback. Use when you need to create multiple records of potentially different sObject types efficiently, reducing round-trips between client and server.
  • Create note: Creates a new note attached to a Salesforce record with the specified title and content.
  • Create opportunity: Creates a new opportunity in Salesforce with the specified information.
  • Create or update record by external ID: Tool to create or update a single record using external ID field matching. Use when you need to upsert a record based on an external ID field value.
  • Create record via UI API: Tool to create a new record in Salesforce using the UI API. Use when you need to create records with field-level security and sharing rules enforced, with formatted and localized field values returned.
  • Create records using sObject Collections: Tool to create up to 200 records in one request using sObject Collections. Use when you need to create multiple records of potentially different sObject types efficiently in a single API call.
  • Create sObject tree: Tool to create one or more sObject trees with root records of the specified type. Use when creating nested parent-child record hierarchies in a single atomic operation (e.g., Account with Contacts and Opportunities). Supports up to 200 total records across all trees, up to 5 levels deep, with maximum 5 different object types. All records succeed or all fail together.
  • Create sObject tree records: Tool to create one or more sObject trees with root records of the specified type. Use when creating multiple related records in a single API call (e.g., an Account with multiple Contacts and Opportunities). Supports up to 200 total records across trees with maximum depth of 5 levels. All operations are atomic - if any record fails, no records are created.
  • Create task: Creates a new task in Salesforce to track activities, to-dos, and follow-ups related to contacts, leads, or other records.
  • Delete account: Permanently deletes an account from Salesforce. This action cannot be undone.
  • Delete campaign: Permanently deletes a campaign from Salesforce. This action cannot be undone.
  • Delete contact: Permanently deletes a contact from Salesforce. This action cannot be undone.
  • Delete file: Tool to permanently delete a file from Salesforce. Use when you need to remove a file and its content. This operation cannot be undone.
  • Delete job query: Tool to delete a Salesforce Bulk API v2 query job. Use when you need to permanently remove a job and its associated data. Only the user who created the job can delete it, and the job must be in a completed state.
  • Delete lead: Permanently deletes a lead from Salesforce. This action cannot be undone.
  • Delete multiple records (SObject Collections): Tool to delete up to 200 records in one request with optional rollback. Use when you need to delete multiple records efficiently, reducing API calls.
  • Delete note: Permanently deletes a note from Salesforce. This action cannot be undone.
  • Delete opportunity: Permanently deletes an opportunity from Salesforce. This action cannot be undone.
  • Delete sObject record: Tool to delete a single Salesforce record by its ID. Use when you need to permanently remove a specific record from Salesforce. This operation is idempotent - deleting the same record multiple times returns success. Works with standard and custom objects.
  • Delete sObject record: Tool to delete a record using the sObject Rows resource. Use when you need to permanently remove a specific record from Salesforce. A successful delete returns a 204 No Content status.
  • Describe Global: Tool to retrieve all available Salesforce objects with metadata and organization settings. Use when you need to discover which sObjects exist in the organization, check object capabilities, or retrieve organization encoding and batch size limits. Supports conditional requests via If-Modified-Since header to avoid fetching unchanged data.
  • Execute Composite Graph: Tool to execute multiple related REST API requests in a single transactional call with up to 500 subrequests per graph. Use when you need to perform multiple Salesforce operations atomically where all operations must succeed or fail together. Supports referencing output from one request as input to subsequent requests using @{referenceId.fieldName} syntax.
  • Execute Composite Graph: Tool to execute multiple Salesforce REST API requests in a single call using composite graphs. Use when you need to perform a series of related operations that should either all succeed or all fail together. Composite graphs support up to 500 subrequests per graph (compared to 25 for regular composite requests) and allow referencing outputs from previous subrequests using @{referenceId.fieldName} syntax.
  • Execute SOQL Query: Tool to execute SOQL queries against Salesforce. Use when you need to retrieve data from Salesforce objects using SOQL syntax. Returns up to 2000 records per request with pagination support via nextRecordsUrl.
  • Execute SOSL search: Executes a SOSL search query across multiple Salesforce objects. Use when you need to search for text across multiple object types simultaneously.
  • Execute SOSL search: Execute a SOSL search to search across multiple Salesforce objects. Use when you need to search for text across multiple object types simultaneously.
  • Execute Tooling API query: Tool to execute SOQL queries against Salesforce Tooling API metadata objects. Use when you need to query metadata components like ApexClass, ApexTrigger, ValidationRule, WorkflowRule, FieldDefinition, or EntityDefinition. The Tooling API exposes objects that use the external object framework and provides granular access to metadata components for development and deployment tasks.
  • Execute sObject Quick Action: Tool to execute a specific quick action on an sObject to create records with pre-configured defaults. Use when you need to leverage Salesforce Quick Actions to streamline record creation with field mappings and default values.
  • Get API resources by version: Tool to discover available REST API resources for a specified Salesforce API version. Use when you need to find available endpoints and their URIs for a specific API version.
  • Get Account AllAccounts list view metadata: Retrieves list view metadata for the Account AllAccounts view using Salesforce UI API. Use when you need to understand the structure, columns, filters, and sorting of the standard AllAccounts list view.
  • Get Account SearchResult list view metadata: Retrieves list view metadata for the Account __SearchResult view using Salesforce UI API. Use when you need to understand the structure, columns, filters, and sorting of search results for Accounts.
  • Get AppMenu Salesforce1 headers: Tool to return HTTP headers for AppMenu Salesforce1 mobile navigation items without response body. Use when you need to check resource metadata, validate cache (via ETag or Last-Modified), or test endpoint availability without data transfer overhead.
  • Get Chatter resources: Tool to access Chatter resources directory. Use when you need to discover available Chatter feeds, groups, users, email digest controls, emojis, extensions, or streams.
  • Get Compact Layouts: Tool to retrieve compact layout information for multiple Salesforce objects. Use when you need to display object data in compact form for Lightning Experience, mobile apps, or custom interfaces.
  • Get List View Header Actions: Tool to retrieve header actions on list views. Use when you need to get available actions, buttons, and quick actions displayed on a specific list view header in Salesforce.
  • Get List View Metadata: Tool to get list view metadata from Salesforce UI API. Use when you need to retrieve configuration details for a list view including columns, filters, sorting, and permissions.
  • Get List Views for Object: Tool to get list views for a Salesforce object. Use when you need to retrieve available list views with options to filter by recent usage and search.
  • Get MRU List Info for Account: Tool to get Most Recently Used (MRU) list view metadata for Account object. Use when you need to retrieve list view settings, display columns, and preferences. Note: This endpoint is deprecated and no longer updates.
  • Get MRU List Records for Account: Tool to get Most Recently Used (MRU) list view records for Account object. Use when you need to retrieve recently accessed Account records. Note: This endpoint is deprecated and no longer updates. It is not part of the Services under your Main Services Agreement with Salesforce and is for evaluation purposes only, not for production use.
  • Get MRU List View Actions: Tool to retrieve header actions available on the MRU (Most Recently Used) list view for a specified Salesforce object. Use when you need to get available actions, buttons, and quick actions for an object's list view.
  • Get MRU list view metadata: Tool to retrieve MRU list view metadata for a Salesforce object. Use when you need to understand the structure and configuration of the most recently used list view for an object.
  • Get Personalized Navigation Items: Tool to get personalized navigation items for a specific Salesforce app. Use when you need to retrieve the navigation tabs that a user has access to within an application.
  • Get PlatformAction SObject metadata: Retrieves metadata description of PlatformAction SObject. Use when you need to understand the structure and fields of PlatformAction for querying UI actions.
  • Get Quick Actions headers: Tool to return HTTP headers for Quick Actions resource without response body. Use when you need to inspect metadata before retrieving full Quick Actions content or to validate resource availability.
  • Get User password headers: Tool to return HTTP headers for User password resource without response body. Use when you need to check user password metadata and expiration status efficiently without retrieving the full response content.
  • Get Values for All Picklist Fields: Tool to get values for all picklist fields of a record type, including dependent picklists. Use when you need to retrieve available picklist options for a specific object and record type, especially for dependent picklist hierarchies.
  • Get a batch of records: Tool to get data for a batch of records from Salesforce UI API. Use when you need to retrieve multiple records in a single API call (up to 200 records).
  • Get account: Retrieves a specific account by ID from Salesforce, returning all available fields.
  • Get all fields for an object: Retrieves all fields (standard and custom) for a Salesforce object with complete metadata including field types, constraints, picklist values, and relationships.
  • Get all navigation items: Gets all navigation items (tabs) that the user has access to. Use when you need to retrieve available navigation tabs for display or navigation purposes.
  • Get all objects: Retrieves all Salesforce objects (standard and custom) with detailed metadata. Each object includes a 'custom' field to identify custom objects. Use when you need to discover available objects or their capabilities.
  • Get all sObjects: Tool to retrieve list of all available Salesforce objects with metadata. Use when you need to discover which sObjects exist in the organization or check object capabilities.
  • Get an app: Tool to get metadata about a specific Salesforce app by ID. Use when you need to retrieve app configuration details and navigation items for a particular application.
  • Get approval layouts for object: Retrieves approval layout metadata for a specified Salesforce object. Use when you need to understand which fields are displayed during approval processes for a given object type. Available in API version 30.0 and later.
  • Get approval layouts for object: Retrieves approval layouts for a specified Salesforce object. Use when you need to understand which fields are displayed in approval pages or to dynamically build approval interfaces.
  • Get approval layouts for sObject: Tool to retrieve approval layouts for a specified Salesforce sObject. Use when you need to understand the approval process structure, fields, and layout configuration for an object. Available in REST API version 30.0 and later.
  • Get apps: Tool to get metadata for all apps a user has access to. Use when you need to list available Salesforce applications or check app navigation items. Metadata for the selected app includes tabs on the app's navigation bar, while other apps don't include tab details.
  • Get batch of UI API records: Tool to retrieve multiple Salesforce records in a single request with customizable field selection. Use when you need to fetch data for multiple records at once (up to 200 records).
  • Get batch of list view metadata: Tool to retrieve metadata for multiple list views in a single batch request. Use when you need to get list view configuration, columns, filters, and sorting for multiple list views at once.
  • Get batch of records by IDs: Tool to retrieve multiple Salesforce records in a single API call. Use when you need to fetch data for up to 200 records at once, supporting mixed object types with field-level security.
  • Get batch of related list user preferences: Tool to get a batch of related list user preferences from Salesforce. Use when retrieving display preferences, column widths, or sort orders for multiple related lists simultaneously.
  • Get campaign: Retrieves a specific campaign by ID from Salesforce, returning all available fields.
  • Get child records: Tool to get child records for a specified parent record and child relationship name. Use when you need to retrieve related records from a parent-child relationship in Salesforce, such as getting all Contacts for an Account or all Opportunities for an Account. Results are paginated with configurable page size.
  • Get composite resources: Tool to retrieve a list of available composite resources in Salesforce. Use when you need to discover which composite API endpoints are available for batch operations.
  • Get consent action: Tool to fetch consent settings for Lead, Contact, User, Person Account, or Individual records. Use when you need to determine if you can proceed with a specific action (like email, call, track) based on customer consent preferences.
  • Get consent preferences: Tool to retrieve aggregated consent preferences across multiple records for a specific action. Use when you need to check if users have consented to email, tracking, fax, or other actions across Contact, Lead, User, Person Account, or Individual objects.
  • Get contact: Retrieves a specific contact by ID from Salesforce, returning all available fields.
  • Get custom actions headers: Tool to return HTTP headers for custom invocable actions without response body. Use when you need to check resource availability and metadata before executing full requests or to validate resource state conditionally.
  • Get custom invocable actions: Retrieves the list of custom actions including Flow actions, Apex actions, and invocable processes. Use when you need to discover available custom invocable actions in your Salesforce organization.
  • Get dashboard: Gets detailed metadata for a specific dashboard including its components, layout, and filters.
  • Get directory of supported objects: Tool to get a Salesforce org's active theme and directory of supported objects. Use when you need to discover available objects that are supported by the User Interface API, including their CRUD permissions, labels, and theme information.
  • Get file content: Returns the binary content of a Salesforce file, including references to external files. Use when you need to download or retrieve the actual file data from Salesforce.
  • Get file information: Tool to retrieve comprehensive metadata and information about a specified file in Salesforce. Use when you need detailed file information including ownership, sharing settings, download URLs, and rendition status.
  • Get file shares: Returns information about the objects with which the specified file has been shared. Use when you need to understand who has access to a specific file in Salesforce.
  • Get global actions: Tool to retrieve actions displayed in the Salesforce Global Actions menu with metadata. Use when you need to discover available global actions, quick actions, or custom buttons in the UI.
  • Get global publisher layouts headers: Tool to return HTTP headers for all global publisher layouts without response body. Use when implementing cache validation strategies, efficient resource polling, or checking if layouts have been modified without transferring layout data.
  • Get job failed record results: Tool to retrieve failed records from a Salesforce Bulk API 2.0 ingest job. Use when you need to get records that failed during a bulk operation, including error messages and original data.
  • Get job info query: Tool to retrieve information about a Salesforce Bulk API v2 query job. Use when you need to check the status and details of a query job.
  • Get job query result: Retrieves results for a completed Bulk API v2 query job in CSV format. Supports pagination for large datasets via maxRecords and locator parameters.
  • Get job successful record results: Tool to retrieve successfully processed records from a Salesforce Bulk API 2.0 ingest job. Use when you need to get records that were successfully created or updated during a bulk operation.
  • Get job unprocessed record results: Tool to retrieve unprocessed records from a Salesforce Bulk API 2.0 ingest job. Use when you need to get records that were not processed during a bulk operation, typically due to job abortion or interruption.
  • Get last selected app: Retrieves the app the current user last selected or the app the user sees by default. Use when you need to determine which application the user is currently working in or should be using.
  • Get layouts for object with record type: Tool to retrieve layout metadata for a specific record type on an object. Use when you need detailed information about page layouts, field positioning, sections, quick actions, related lists, and buttons for a particular record type.
  • Get lead: Retrieves a specific lead by ID from Salesforce, returning all available fields.
  • Get list view metadata: Returns list view metadata by object and list view API name. Use when you need to retrieve complete metadata information for a specific list view, including display columns, filters, sort order, permissions, and user preferences.
  • Get list view records by API name: Retrieves paginated record data for a specified list view using the object and list view API names. Use when you need to fetch records that match a specific list view's filters and sorting criteria. Returns the same data that powers Lightning Experience list views.
  • Get list view records by ID: Returns record data for a list view by its ID. Use when you need to retrieve records from a specific Salesforce list view.
  • Get list view results: Retrieves the results of a list view for a specified sObject. Returns column definitions and record data with a 2,000 record limit per response.
  • Get list view results: Retrieves detailed information about a list view including column definitions and record data. Use when you need to access list view results with optional pagination controls.
  • Get list views for an object: Returns a collection of list views associated with a Salesforce object. Use when you need to discover available list views for an object like Account, Contact, or Opportunity.
  • Get list views for sObject: Tool to retrieve list views for a specified sObject. Use when you need to discover available filtered views of records for objects like Account, Contact, Lead, or Opportunity.
  • Get lookup field actions: Tool to get lookup field actions for a Salesforce object. Use when you need to retrieve available actions for lookup fields on a specific object type (e.g., Account, Contact).
  • Get lookup field suggestions: Tool to get lookup field suggestions for records. Use when editing lookup fields to search for and display record suggestions based on recent usage, name matching, or full-text search.
  • Get lookup field suggestions: Tool to retrieve lookup field suggestions for editing lookup fields with search filtering. Use when searching for records to populate a lookup field, supporting typeahead, recent, and full-text search.
  • Get lookup field suggestions with POST: Tool to get lookup field suggestions with POST request. Use when editing lookup fields with dependent lookup filtering or when you need to pass source record context in the request body.
  • Get lookup field suggestions with POST: Tool to get lookup field suggestions with POST request. Use when editing lookup fields with dependent lookup filtering or when you need to pass source record context in the request body.
  • Get most recently used list view records: Tool to retrieve record data for an object's most recently used (MRU) list view. Use when you need to get the records that a user has recently accessed for a specific Salesforce object type.
  • Get multiple records by IDs: Retrieves multiple records of the same object type by IDs with a request body. Use when you need to retrieve more records than URL length limits allow (up to 2000 records vs ~800 via GET).
  • Get multiple sObject records: Tool to retrieve multiple records of the same sObject type in a single API call. Use when you need to fetch up to 200 records by their IDs. Returns an array of sObjects with the specified fields.
  • Get note: Retrieves a specific note by ID from Salesforce, returning all available fields.
  • Get opportunity: Retrieves a specific opportunity by ID from Salesforce, returning all available fields.
  • Get org limits: Tool to list information about limits in your Salesforce org. Use when you need to check resource allocations and usage.
  • Get organization limits: Tool to retrieve organization limits with max and remaining allocations. Use when you need to check API usage, storage limits, or other resource consumption in Salesforce.
  • Get photo actions: Tool to retrieve available photo actions for Salesforce pages. Use when you need to get photo management actions for user or group pages. Currently, only group and user pages support photo actions.
  • Get process rules headers: Tool to return HTTP headers for process rules of an sObject without retrieving the response body. Use when you need to check if process rules exist for an sObject or retrieve metadata like ETag and Last-Modified headers.
  • Get quick action default values headers by ID: Tool to return HTTP headers for sObject quick action default values by context ID without response body. Use when you need to check resource availability, verify cache validation headers (ETag, Last-Modified), or optimize API calls by avoiding unnecessary data transfer.
  • Get quick actions: Tool to retrieve global and object-specific quick actions from Salesforce. Use when you need to list all available quick actions in the organization.
  • Get quick actions: Tool to retrieve a list of global quick actions available in the Salesforce organization. Use when you need to discover available quick actions or get their metadata.
  • Get record UI data and metadata: Tool to retrieve layout, field metadata, and record data in a single response. Use when you need comprehensive information including UI layout configuration, object metadata, and actual record values with child relationships.
  • Get record count for objects: Tool to retrieve total record counts for specified Salesforce objects. Use when you need to check storage usage or understand data volume for specific sObjects.
  • Get record edit page actions: Tool to get available actions on record edit pages. Use when you need to retrieve metadata about actions (standard actions, custom actions, quick actions, productivity actions) displayed on the record edit page for specific records.
  • Get records using sObject relationships: Retrieves records by traversing sObject relationships using friendly URLs. Use when you need to get related records through a relationship field (e.g., all Contacts for an Account).
  • Get related list actions: Tool to get actions on related lists for record detail pages. Use when you need to retrieve metadata about all available actions (standard buttons, quick actions, custom buttons, and productivity actions) that can be performed on records within a specific related list context.
  • Get related list actions: Tool to get available actions on related lists for a record detail page. Use when you need to retrieve metadata about actions (standard actions, custom actions, quick actions, productivity actions) displayed on related lists for a specific parent record.
  • Get related list records with request body: Tool to retrieve related list records with request body parameters for filtering and pagination. Use when you need to get records from a related list associated with a parent record with complex query parameters. Returns up to 1,999 records per related list with pagination support.
  • Get related list user preferences: Tool to retrieve user preferences for a specific related list on an object. Use when you need to get display settings, column widths, or sort preferences for related lists in Salesforce UI.
  • Get sObject Quick Action Default Values: Retrieves default field values for a specific quick action on an sObject. Use when you need to understand what fields will be automatically populated when executing the quick action.
  • Get sObject Quick Action Default Values by ID: Retrieves default field values for a quick action in a specific record context. Use when you need to pre-populate fields when creating related records through quick actions.
  • Get sObject by external ID: Tool to retrieve a Salesforce record by matching an external ID field value. Use when you need to find a record using a custom external identifier instead of the Salesforce ID. The field specified must be marked as an External ID in Salesforce.
  • Get sObject list view information: Tool to retrieve basic information about a specific list view for an sObject. Use when you need to get list view metadata including its ID, label, developer name, and URLs for accessing results and detailed descriptions.
  • Get sObject quick action headers: Tool to return HTTP headers for a specific sObject quick action without response body. Use when you need to check ETag or Last-Modified headers before fetching full content or to validate quick action availability.
  • Get sObject record by ID: Tool to retrieve a single Salesforce record by ID from any sObject type. Use when you need to get detailed information about a specific record.
  • Get search layout: Tool to retrieve search result layout configuration for specified Salesforce objects. Use when you need to understand which fields are displayed in global search results.
  • Get search result layouts: Retrieves search result layout information for specified Salesforce objects. Returns the list of fields displayed as columns, row limits, and labels for each object's search results page.
  • Get search result layouts: Retrieves search result layout information for specified sObjects. Use when you need to understand which fields are displayed in search results for objects.
  • Get standard actions headers: Tool to return HTTP headers for standard invocable actions metadata without response body. Use when you need to perform efficient cache validation, check for metadata changes, or reduce bandwidth usage before retrieving full action metadata.
  • Get standard invocable actions: Retrieves the list of standard actions that can be statically invoked. Use when you need to discover available standard invocable actions like posting to Chatter, sending email, or sending custom notifications.
  • Get support knowledge: Retrieves the root of the Support Knowledge REST API. Use when you need to access knowledge articles and data category information.
  • Get support knowledge articles: Retrieves user's visible knowledge articles and data categories from Salesforce Knowledge. Use when you need to access published, draft, or archived articles based on user permissions.
  • Get theme: Tool to get icons and colors for Salesforce UI themes. Use when you need to retrieve theme information for objects in the organization.
  • Get updated sObject records: Tool to retrieve a list of sObject records that have been updated within a given timeframe. Use when you need to synchronize records or track changes to specific sObject types over a time period.
  • Get user info: Retrieves information about the current user or a specific user in Salesforce.
  • Get user password expiration status: Tool to check whether a Salesforce user's password has expired. Use when you need to verify password expiration status for a specific user.
  • Get user password status: Tool to retrieve password expiration status for a Salesforce user. Use when you need to check if a user's password has expired before performing API operations.
  • List Analytics templates: Tool to list CRM Analytics templates available in the org. Use when you need to discover available templates for creating Analytics apps.
  • List accounts: Lists accounts from Salesforce using SOQL query, allowing flexible filtering, sorting, and field selection.
  • List campaigns: Lists campaigns from Salesforce using SOQL query, allowing flexible filtering, sorting, and field selection.
  • List contacts: Lists contacts from Salesforce using SOQL query, allowing flexible filtering, sorting, and field selection.
  • List dashboards: Lists all dashboards available in Salesforce with basic metadata including name, ID, and URLs.
  • List email templates: Lists available email templates in Salesforce with filtering and search capabilities.
  • List leads: Lists leads from Salesforce using SOQL query, allowing flexible filtering, sorting, and field selection.
  • List notes: Lists notes from Salesforce using SOQL query, allowing flexible filtering, sorting, and field selection. Designed specifically for Note and ContentNote objects.
  • List opportunities: Lists opportunities from Salesforce using SOQL query, allowing flexible filtering, sorting, and field selection.
  • List pricebook entries: Lists pricebook entries from Salesforce using SOQL query, allowing flexible filtering, sorting, and field selection. Use this to map product names to pricebook entry IDs needed for opportunity line items.
  • List pricebooks: Lists pricebooks from Salesforce using SOQL query, allowing flexible filtering, sorting, and field selection. Use this to map pricebook names to IDs.
  • List reports: Lists all reports available in Salesforce with basic metadata including name, ID, and URLs.
  • Log call: Logs a completed phone call as a task in Salesforce with call-specific details like duration, type, and disposition.
  • Log email activity: Creates an EmailMessage record to log email activity in Salesforce, associating it with related records.
  • Mass transfer ownership: Transfers ownership of multiple records to a new owner in a single operation using Salesforce's composite API for better performance.
  • Parameterized Search: Tool to execute RESTful search using parameters instead of SOSL clause. Use when you need to search across Salesforce objects with simple GET requests (URL parameters) or complex POST requests (JSON body with advanced filtering). POST method supports DataCategories, networks, orderBy constraints, and per-object filtering.
  • Parameterized Search: Tool to execute parameterized search across Salesforce objects with advanced filtering. Use when you need to search for records using specific search terms with fine-grained control over which objects to search, which fields to return, and additional filtering criteria.
  • Parameterized search POST: Execute a SOSL search with parameters in request body for flexible querying. Use when you need complex search with multiple object types, field filtering, or advanced control.
  • Query All (including deleted): Tool to execute SOQL queries including soft-deleted and archived records. Use when you need to query records that have been deleted via merge or delete operations, or when accessing archived Task and Event records.
  • Remove from campaign: Removes a lead or contact from a campaign by deleting the CampaignMember record. Provide either the member_id (lead/contact ID) or the specific campaign_member_id.
  • Retrieve lead by id: Retrieves details for a Salesforce Lead by its ID; the specified Lead ID must exist in Salesforce.
  • Retrieve opportunities data: Retrieves all available Opportunity records, representing potential revenue-generating deals, from Salesforce.
  • Retrieve specific contact by id: Retrieves a Salesforce Contact by its unique ID; the ID must correspond to an existing Contact record in Salesforce.
  • Run SOQL query: Executes a SOQL query against Salesforce data. Returns records matching the query with pagination support.
  • Run report: Runs a report and returns the results. Creates a report instance that can be checked for completion.
  • Search accounts: Search for Salesforce accounts using multiple criteria like name, industry, type, location, or contact information.
  • Search campaigns: Search for Salesforce campaigns using multiple criteria like name, type, status, date range, or active status. Requires access to the Campaign object (Marketing User feature must be enabled in the org).
  • Search contacts: Search for Salesforce contacts using multiple criteria like name, email, phone, account, or title.
  • Search leads: Search for Salesforce leads using multiple criteria like name, email, phone, company, title, status, or lead source.
  • Search notes: Search for Salesforce notes using multiple criteria like title, body content, parent record, owner, or creation date.
  • Search opportunities: Search for Salesforce opportunities using multiple criteria like name, account, stage, amount, close date, or status.
  • Search suggested article title matches: Search for Salesforce Knowledge articles with titles matching the search query. Returns auto-suggest results for Knowledge articles based on title matches.
  • Search suggested queries: Returns a list of suggested searches based on the user's query string. Use when you want to help users discover relevant search terms before performing a search.
  • Search tasks: Search for Salesforce tasks using multiple criteria like subject, status, priority, assigned user, related records, or dates.
  • Search with parameters: Tool to execute a simple parameterized search in Salesforce using GET method. Use when you need to perform a quick search across all Salesforce objects with just a search term. For advanced filtering options, use the POST parameterizedSearch endpoint instead.
  • Send email: Sends an email through Salesforce with options for recipients, attachments, and activity logging.
  • Send email from template: Sends an email using a predefined Salesforce email template with merge field support.
  • Send mass email: Sends bulk emails to multiple recipients, either using a template or custom content. Processes in batches for better performance.
  • Set user password: Tool to set or reset a user's password in Salesforce. Use when you need to assign a specific password or generate a random one for a user.
  • Update Related List Preferences: Tool to update user preferences for a specific related list on an object in Salesforce. Use when customizing display settings such as column widths, text wrapping, column ordering, and sorting preferences for related lists.
  • Update Salesforce record fields: Tool to update specific fields in any Salesforce record (sObject) without affecting other fields. Use when you need to perform partial updates on records of any object type including standard objects (Account, Contact, Lead, Opportunity, Case) or custom objects.
  • Update a favorite: Tool to update a favorite's properties in Salesforce UI API. Use when you need to reorder favorites or modify their display properties.
  • Update a record: Tool to update a record's data in Salesforce via UI API. Use when you need to modify field values on an existing record. Salesforce validation rules are enforced. Pass If-Unmodified-Since header to prevent conflicts.
  • Update account: Updates an existing account in Salesforce with the specified changes. Only provided fields will be updated.
  • Update campaign: Updates an existing campaign in Salesforce with the specified changes. Only provided fields will be updated.
  • Update contact: Updates an existing contact in Salesforce with the specified changes. Only provided fields will be updated.
  • Update lead: Updates an existing lead in Salesforce with the specified changes. Only provided fields will be updated.
  • Update list view preferences: Tool to update user preferences for a Salesforce list view including column widths, text wrapping, and display order. Use when you need to customize how columns appear in a list view.
  • Update note: Updates an existing note in Salesforce with the specified changes. Only provided fields will be updated.
  • Update opportunity: Updates an existing opportunity in Salesforce with the specified changes. Only provided fields will be updated.
  • Update record via UI API: Tool to update specific fields in an existing Salesforce record via UI API. Use when you need to modify field values on a record while preserving unchanged fields.
  • Update sObject record: Tool to update specific fields in an existing Salesforce sObject record. Use when you need to modify one or more fields in a record without affecting other fields.
  • Update task: Updates an existing task in Salesforce with new information. Only provided fields will be updated.
  • Upload file to Salesforce Files: Upload a file to Salesforce Files home via the Connect REST API. Use when you need to attach files to records or store them in a user's personal library. File size limit: 50 MB per request.
  • Upload job data: Tool to upload CSV data to a Salesforce Bulk API v2 ingest job. Use after creating a job and before closing it. Only ONE upload is allowed per job - multiple uploads will fail. After upload, close the job with state 'UploadComplete' to begin processing.
  • Upsert records using external ID: Tool to upsert up to 200 records using external ID field matching. Use when you need to create or update multiple records efficiently in a single API call based on an external ID field.
  • Upsert sObject by External ID: Tool to upsert records using sObject Rows by External ID. Use when you need to create or update a Salesforce record based on an external ID field value - creates a new record if the external ID doesn't exist, or updates the existing record if it does.

How to connect Salesforce

  1. Sign in to Definable AI and go to Apps
  2. Search for Salesforce and click Connect
  3. Authorize via OAuth2 — takes under 30 seconds
  4. Use Salesforce actions in your AI agents and workflows