Discover how Agentforce Context Protocol (ACP) tools, exposed as Invocable Actions, can be seamlessly integrated into Salesforce Flows to automate complex processes.
@InvocableMethod
), they become readily available within Flow Builder. This enables you to incorporate external system interactions and complex logic managed by ACP directly into your automated workflows.
This series of guides will explore how to leverage ACP-backed Invocable Actions within Salesforce Flow to automate a wide variety of tasks.
slack_send_message
, data_cloud_query_dmo
) is created to perform a specific function, often interacting with an external system.@InvocableMethod
. This method:
@InvocableVariable
annotations) that Flow can provide.ACPCallToolService
or similar mechanism.@InvocableVariable
) that Flow can use in subsequent steps.@InvocableMethod
is deployed to your Salesforce org, it automatically appears in Flow Builder as an “Action” element. You can search for it by the label defined in the @InvocableMethod
annotation.