Salesforce Process Automation
Workflow capability for Salesforce process automation combining Flow invocation, approval process management, and automation record querying. Serves admins, developers, and integration engineers managing business process automation across Salesforce organizations.
What You Can Do
MCP Tools
list-flows
Query Salesforce Flow definitions. Returns active and draft flows with their API names, labels, and statuses.
get-flow-version
Get the metadata for a specific Salesforce Flow version by record ID.
invoke-flow
Invoke a Salesforce autolaunched Flow with input variables. Returns output variable values from the flow execution.
list-approval-processes
List all approval process definitions configured in the Salesforce org.
submit-approval
Submit a record for approval, approve or reject an approval request, or recall an in-progress approval.
query-automation-records
Execute a SOQL query to retrieve ProcessInstance, FlowInterview, or WorkflowRule records from Salesforce.