Salesforce Convert LeadConverts a Salesforce lead to an account, contact, and optionally an opportunity using the standard convertLead action.
Salesforce Create OpportunityCreates a new Opportunity record in Salesforce with details including account, stage, close date, amount, and other sales information.
Salesforce Create LeadCreates a new lead record in Salesforce with contact information, company details, and lead qualification data.
Salesforce Composite Update SobjectsUpdates multiple Salesforce sObjects (like Accounts) in a single API call using the Composite API. Allows updating different fields across multiple records with optional all-or-none transaction control.
Salesforce Sosl SearchExecutes a Salesforce Object Search Language (SOSL) query to search across multiple objects and fields, returning matching Account and Contact records.
Salesforce Upsert LeadUpserts a Lead record in Salesforce using an external ID. Creates a new lead if the external ID doesn't exist, or updates the existing lead if it does.
Salesforce Create AccountCreates a new Account record in Salesforce with company details including contact information, billing address, and business metrics.
Salesforce Update Contact By External IdUpdates a Salesforce Contact record using an external ID field. This API allows updating contact information such as name, email, and associated account by referencing the external identifier.
Salesforce Update ContactUpdates a contact record in Salesforce by patching specific fields like title, email, phone, and department using the contact ID.
Salesforce Update LeadUpdates a Salesforce Lead record with new field values such as status, title, phone, rating, and description.
Salesforce Create UserCreates a new Salesforce User record; use this to provision users with standardized settings. .If specific attributes are not provided, you must use the default values defined in the schema for fields like TimeZoneSidKey, LocaleSidKey and EmailEncodingKey to ensure successful record creation.
Salesforce Composite Upsert AccountsPerforms a composite upsert operation on Salesforce Account records using an external ID field. Updates existing records or creates new ones based on the external ID.
Salesforce Query Product Selling ModelQueries Salesforce to retrieve product names, selling model IDs, and product IDs from ProductSellingModelOption, grouped by product name, product ID, and selling model ID.
Salesforce Describe Account ObjectRetrieves the metadata and schema description for the Account object in Salesforce, including all fields, relationships, and object properties.
Salesforce Parameterized SearchPerforms a parameterized search across multiple Salesforce objects (Account, Contact, etc.) with specified fields and limits using the Salesforce REST API.
Salesforce Get AccountRetrieves account information from Salesforce using the account ID. Optionally, specific fields can be requested via query parameters.
Salesforce Search Knowledge ArticlesSearches Salesforce knowledge articles using SOSL query method through the App channel. Returns knowledge articles matching the specified search query.
Salesforce QueryQuery Salesforce data using SOQL (Salesforce Object Query Language). Use this tool to retrieve, search, filter, and analyze records from any Salesforce object including Accounts, Contacts, Opportunities, Leads, Cases, custom objects, and more. Supports complex queries with WHERE clauses, field selection, relationship queries, aggregations (COUNT, SUM, AVG), sorting (ORDER BY), and pagination (LIMIT, OFFSET).
Salesforce Fetch All AccountsExecutes a SOQL query against Salesforce to retrieve records. Supports filtering, ordering, and pagination using query locators.
Salesforce Update OpportunityUpdates an existing Salesforce Opportunity record with new stage, amount, close date, probability, and next step information.
Salesforce Describe Account ListviewRetrieves metadata and describe information for a specific Account object list view in Salesforce, including columns, filters, and scope details.
Salesforce Create ContactCreates a new contact record in Salesforce with personal information, address details, and account association.
Salesforce SearchSearches Salesforce records using SOSL (Salesforce Object Search Language) query across all fields and returns specified object fields.
Salesforce Search OpportunitiesSearches Salesforce objects using SOSL (Salesforce Object Search Language) to find Opportunities with specified fields including Id, Name, StageName, Amount, CloseDate, and AccountId.
Salesforce Composite Create RecordsCreates multiple Salesforce records (Account, Contact, Opportunity) in a single transaction using the Composite API with cross-referencing between records.
Salesforce Update AccountUpdates an existing Salesforce account record with new details including phone, industry, annual revenue, description, and website information.
Salesforce Update Composite SobjectsUpdates multiple Salesforce records (sObjects) in a single API call using the composite sobjects endpoint. Allows updating different object types with different fields in one request.
Salesforce Describe ListviewRetrieves metadata and field information for a specific list view of a Salesforce object using the Salesforce REST API.
Salesforce Composite Create SobjectsCreates multiple Salesforce objects (sObjects) in a single request using the Composite API. Supports batch creation of accounts or other object types with configurable all-or-none behavior.
Salesforce Delete Composite SobjectsDeletes multiple Salesforce objects (sObjects) in a single request using their IDs. The allOrNone parameter controls whether the operation should be atomic.
Salesforce Get OpportunityRetrieves opportunity information from Salesforce, optionally filtered by specific fields using the Salesforce REST API.
Salesforce Create Composite SobjectsCreates multiple Salesforce sObjects (like Leads) in a single API call using the Composite API. Allows batch creation of records with configurable all-or-none behavior.
Salesforce Get LeadRetrieves a Lead record from Salesforce by ID, optionally specifying which fields to return.
Salesforce Get Event SchemaRetrieves the event schema for a custom platform event object in Salesforce, returning the schema definition including field types and metadata.
Salesforce Query Event Log FilesQueries Salesforce EventLogFile objects to retrieve event log file records, ordered by last modified date in descending order with a configurable limit.
Salesforce Update Account By External IdUpdates a Salesforce Account record using an external ID field. This allows updating account information like name, phone, and industry using an external identifier instead of the Salesforce record ID.
Salesforce Describe ContactRetrieves metadata describing the Contact object in Salesforce, including field definitions, picklist values, and object properties.
Salesforce Submit ApprovalSubmits a record for approval in Salesforce, specifying the action type, context ID, comments, and next approver IDs.
Salesforce Describe LeadRetrieves metadata describing the Lead object in Salesforce, including field definitions, relationships, and object properties.
Salesforce Get ContactRetrieves details of a specific Salesforce Contact record by its unique Contact ID using the Salesforce REST API.