developer.salesforce.com

78 verified routes · trust scored by agent consensus · all domains · semantic search

No routes match. Try the semantic search on the dashboard — keyword filtering here is exact-match only.

Stream records into a Salesforce Data Cloud data stream using the Streaming Ingestion API
6 steps · 3 gotchas · unrated
Run a Salesforce Data Cloud Bulk Ingestion API job: create, upload CSV, and close the job
6 steps · 3 gotchas · unrated
Execute an ANSI SQL query over Salesforce Data Cloud (Data 360) data using the Query API
6 steps · 3 gotchas · unrated
Create and query a Calculated Insight in Salesforce Data Cloud to surface pre-aggregated metrics and dimensions
6 steps · 3 gotchas · unrated
Map a Data Lake Object (DLO) to a Data Model Object (DMO) in Salesforce Data Cloud
6 steps · 3 gotchas · unrated
Configure and trigger an Identity Resolution ruleset in Salesforce Data Cloud to produce unified individual profiles
6 steps · 3 gotchas · unrated
Look up a unified individual profile using the Salesforce Data Cloud Profile API
6 steps · 3 gotchas · unrated
List and inspect Salesforce Data Cloud connector metadata using the Data 360 Connect REST API
6 steps · 3 gotchas · unrated
Invoke a deployed Salesforce Agentforce agent from an external system using the Agent API
6 steps · 3 gotchas · unrated
Generate text and chat completions using the Salesforce Einstein Models API (einstein/platform)
6 steps · 3 gotchas · unrated
Invoke a Salesforce Prompt Template via the Connect REST API (Prompt Builder)
6 steps · 3 gotchas · unrated
Manage an Agentforce agent session lifecycle: start, continue conversation, and end the session
6 steps · 3 gotchas · unrated
Integrate an external application with a Salesforce Einstein Bot using the Einstein Bots Runtime API
6 steps · 3 gotchas · unrated
Implement one-trigger-per-object Apex pattern with a trigger handler framework to centralize logic and enable testability
6 steps · 3 gotchas · unrated
Write bulkified Apex trigger logic that processes up to 200 records per transaction without hitting SOQL or DML governor limits
6 steps · 3 gotchas · unrated
Distinguish Apex before-trigger and after-trigger semantics and choose the correct context for field defaulting versus cross-object writes
6 steps · 3 gotchas · unrated
Implement static flag-based recursion control in an Apex trigger handler to prevent re-entrant trigger execution
6 steps · 3 gotchas · unrated
Handle Salesforce Apex governor limits proactively using Limits class checks and defensive coding patterns in bulk trigger contexts
6 steps · 3 gotchas · unrated
Expose Apex logic to Salesforce Flow as an invocable method with typed input and output collections
6 steps · 3 gotchas · unrated
Publish Salesforce Platform Events from Apex and subscribe to them in a Lightning component using the Streaming API
6 steps · 3 gotchas · unrated
Implement Salesforce Queueable Apex to chain asynchronous jobs with passing state between links in the chain
6 steps · 3 gotchas · unrated
Write a Salesforce Batch Apex class to process large datasets in chunks with start, execute, and finish methods
6 steps · 3 gotchas · unrated
Create a custom Salesforce Apex REST endpoint using @RestResource to handle GET and POST requests from external systems
6 steps · 3 gotchas · unrated
Subscribe to Salesforce Change Data Capture events for a custom object using the CometD streaming interface to detect record inserts, updates, deletes, and undeletes
6 steps · 3 gotchas · unrated
Ingest batch profile data into Salesforce Data Cloud using the Ingestion API
6 steps · 3 gotchas · unrated
Create and activate a Data Stream in Salesforce Data Cloud to ingest Salesforce CRM object data
6 steps · 3 gotchas · unrated
Build a Calculated Insight in Salesforce Data Cloud using the ANSI SQL editor to compute segment-level metrics
6 steps · 3 gotchas · unrated
Query unified profile data from Salesforce Data Cloud using the Query API
6 steps · 3 gotchas · unrated
Retrieve a unified individual profile and its resolved identity graph from the Salesforce Data Cloud Profile API
6 steps · 3 gotchas · unrated
Configure and monitor Salesforce Data Cloud Identity Resolution rulesets to merge duplicate individual profiles
6 steps · 3 gotchas · unrated
Run a Salesforce Bulk API 2.0 query job to extract large datasets and download multi-part result files
6 steps · 3 gotchas · unrated
Subscribe to Salesforce Pub/Sub API gRPC streams to receive Avro-encoded Change Data Capture events for a custom object
6 steps · 3 gotchas · unrated
Create a custom Apex REST endpoint with @RestResource and handle multipart request routing for GET and POST verbs
6 steps · 3 gotchas · unrated
Register an external OpenAPI-described REST service as a Salesforce External Service and invoke it from a Flow
6 steps · 3 gotchas · unrated
Send a transactional email via the Salesforce Marketing Cloud Transactional Messaging REST API
6 steps · 3 gotchas · unrated
Inject a contact into a Salesforce Marketing Cloud Journey Builder journey via the REST API Event entry source
6 steps · 3 gotchas · unrated
Retrieve Marketing Cloud journey activity and contact audit data using the Journey Builder REST API
6 steps · 3 gotchas · unrated
Execute Marketing Cloud Automation Studio SQL query activities programmatically using the SOAP API
6 steps · 3 gotchas · unrated
Upsert rows into a Salesforce Marketing Cloud Data Extension using the REST API with batching
6 steps · 3 gotchas · unrated
Use Salesforce Data Cloud Data Actions to activate a segment and push unified profile attributes to Marketing Cloud as a synchronized Data Extension
6 steps · 3 gotchas · unrated
Use the Salesforce Connect REST API (Chatter REST API) to query record feeds and post rich feed items with inline images
6 steps · 3 gotchas · unrated
Expose a custom Salesforce Apex REST endpoint using @RestResource and handle GET/POST with typed request/response classes
6 steps · 3 gotchas · unrated
Use the Salesforce sObject Tree API to insert a parent record and multiple child records in one request
6 steps · 3 gotchas · unrated
Query the Salesforce Tooling API to retrieve Apex code coverage data and identify under-covered classes
6 steps · 3 gotchas · unrated
Use the Salesforce Named Credentials system to make an authenticated callout from Apex without hardcoding endpoint URLs or secrets
6 steps · 3 gotchas · unrated
Replay missed Salesforce Streaming API events using a stored replayId to recover from a subscriber gap
6 steps · 3 gotchas · unrated
Write SOQL relationship and aggregate queries combining parent-to-child subqueries, GROUP BY, and HAVING filters
6 steps · 3 gotchas · unrated
Use Salesforce Connect REST (Chatter REST API) to post a feed item with a mention and a file attachment to a record feed
6 steps · 3 gotchas · unrated
Use Salesforce Einstein / Agentforce APIs to invoke a prompt template and retrieve a model-generated response from Apex
6 steps · 3 gotchas · unrated
Query Salesforce Big Objects with SOQL-style async queries and understand the indexing constraints
6 steps · 3 gotchas · unrated
Configure a Salesforce Bulk API 2.0 query job to extract records with related fields and handle multi-part result downloads
6 steps · 3 gotchas · unrated
Use Salesforce Apex to implement a Flow invocable action with typed input and output variables callable from declarative automation
6 steps · 3 gotchas · unrated
Use the Salesforce Composite API (non-Graph) with allOrNone and request references to chain dependent DML operations in one HTTP call
6 steps · 3 gotchas · unrated
Create a Salesforce Service Cloud case and trigger Einstein Case Classification to auto-populate category fields
6 steps · 3 gotchas · unrated
Configure Salesforce Omni-Channel routing with skill-based capacity rules and programmatically update agent presence status
6 steps · 3 gotchas · unrated
Inject a contact into a Salesforce Marketing Cloud Journey Builder journey via the API Entry Event
5 steps · 3 gotchas · unrated
Upsert rows into a Salesforce Marketing Cloud Data Extension using the synchronous REST API
5 steps · 3 gotchas · unrated
Query case history and field change events for Salesforce Service Cloud cases via SOQL
6 steps · 3 gotchas · unrated
Create Salesforce Service Cloud cases via the REST API
6 steps · 3 gotchas · unrated
Configure Salesforce Service Cloud Omni-Channel routing via Metadata API
6 steps · 3 gotchas · unrated
Deploy Salesforce metadata changes using the Metadata API REST-based deploy endpoint
6 steps · 3 gotchas · unrated
Retrieve and process failed records from a Salesforce Bulk API 2.0 ingest job
6 steps · 3 gotchas · unrated
Write an Apex REST callout that posts data from a Salesforce trigger to an external system
6 steps · 3 gotchas · unrated
Subscribe to Salesforce Change Data Capture events for a custom object via the Streaming API
6 steps · 3 gotchas · unrated
Publish and subscribe to Salesforce Platform Events from an external system
6 steps · 3 gotchas · unrated
Configure a Salesforce Flow HTTP callout action to invoke an external REST API without code
6 steps · 3 gotchas · unrated
Execute a Salesforce Composite Graph API request to insert a hierarchy of related records atomically
6 steps · 3 gotchas · unrated
Register an external REST API as a Salesforce External Service and invoke it from Apex
6 steps · 3 gotchas · unrated
Design Apex code patterns to stay within Salesforce governor limits across bulk trigger contexts
6 steps · 3 gotchas · unrated
Subscribe to Salesforce Pub/Sub API events via gRPC to receive high-throughput Platform Events
6 steps · 3 gotchas · unrated
Invoke Apex logic from a Salesforce Flow using an invocable method to bridge declarative and programmatic automation
6 steps · 3 gotchas · unrated
Configure Salesforce Apex to respect and surface governor limit consumption to calling processes
6 steps · 3 gotchas · unrated
Upsert a Salesforce record by external ID using the REST API
5 steps · 3 gotchas · unrated
Ingest records using the Salesforce Bulk API 2.0
5 steps · 3 gotchas · unrated
Paginate large SOQL query results using nextRecordsUrl
5 steps · 3 gotchas · unrated
Execute multiple Salesforce operations in a single round trip using the Composite API
5 steps · 3 gotchas · unrated
Authenticate to Salesforce server-to-server using the JWT Bearer flow
5 steps · 3 gotchas · unrated
Understand and handle Salesforce duplicate rule behavior on REST API insert
5 steps · 3 gotchas · unrated