Blocks
Salesforce
Salesforce Opportunities operations (create, update, search, delete).
Manage Salesforce Opportunities with CRUD operations. Supports key fields like name, stage, amount, probability, and custom properties.
Toolssalesforce
Block Preview
Salesforce
Salesforce Opportunities operations (create, update, search, delete).
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the salesforce block with monitoring enabled in production.
Inputs (UI)
API Key (Bearer)
short-inputPlaceholder: Enter Salesforce API key
Layout: full
Action
dropdownLayout: full
Options: Create, Update, Search, Delete
Opportunity ID
short-inputLayout: full
Name
short-inputLayout: full
Account ID
short-inputLayout: full
Stage Name
short-inputLayout: full
Amount
short-inputLayout: full
Close Date (YYYY-MM-DD)
short-inputLayout: full
Probability (%)
short-inputLayout: full
Additional Fields (JSON)
codePlaceholder: { "CustomField__c": "value" }
Layout: full
Limit
short-inputLayout: half
Offset
short-inputLayout: half
Inputs (API)
apiKey
stringRequired
action
stringRequired
id
stringOptional
name
stringOptional
accountId
stringOptional
stage
stringOptional
amount
stringOptional
closeDate
stringOptional
probability
stringOptional
properties
stringOptional
limit
stringOptional
offset
stringOptional
Outputs
Primary response type:
{
"records": "json",
"totalResults": "number",
"pagination": "json"
}Tool Access
salesforce_opportunities