External actions configuration

External actions allow account journeys in Journey Optimizer B2B Edition to connect with external systems directly from the journey canvas. When an account audience reaches an external action node, the system makes an asynchronous outbound call to a configured external service, passing audience attribute data for accounts, people, or both. The external service processes the data and responds using a callback, returning audience data and metadata that can be used to guide journey execution.

This feature supports two journey node types:

  • External action – Calls an external service and continues along a single outgoing path. Ideal for fire-and-forget integrations, such as updating a CRM record or triggering a downstream notification.
  • External split paths – Calls an external service and evaluates the response to route accounts along one of several defined paths.
NOTE
External action services are supported only for account journeys. These node types are not available for person journeys.

Implementation overview

Setting up external actions requires coordination across three roles in sequence:

Implement the external service implement-service

The developer must create and publish a public-facing web service that complies with the Adobe Journey Optimizer B2B Edition External Actions Service Provider Interface.

NOTE
The callback function requires a bearer token. Retrieve this by setting up OAuth Server-to-Server credentials in Adobe Developer Console for your IMS Organization.

After the service is live, provide the URL to the OpenAPI specification and the authentication credentials to the product administrator who is responsible for configuring the action.

Configure the action configure-action

An action must be configured and activated before marketers can use it in a journey. Actions are created in Draft state and your changes are saved automatically. It remains as a draft until you activate it.

PREREQUISITES
Obtain the URL to the OpenAPI specification and the authentication credentials from the developer before you add the configuration.
To define and activate an external action, you must have the Manage B2B Admin Configurations product permission.
  1. Go to Administration > Configurations.

  2. Click External Actions on the intermediate panel.

    Access the External Actions configuration space {width="800" modal="regular"}

  3. Click Create action at the top right.

  4. Enter the URL to the OpenAPI specification for your external service and click Create.

    Enter the service URL {width="500"}

    note note
    NOTE
    Your external service must be live and reachable for this step to succeed.
  5. When the URL resolves successfully, review the Service details.

    The service details are read directly from the OpenAPI specification when the action is created. You cannot change these properties in the configuration after creation.

    table 0-row-3 1-row-3 2-row-3 3-row-3
    Property Description OpenAPI spec property
    Name Name for the action info.title
    Description Description for the action info.description
    URL URL to the OpenAPI specification that defines the external service servers.url
  6. Enter the Authentication credentials for the external service (components.securitySchemes).

    note note
    NOTE
    The displayed credential fields depend on the authentication mechanism defined in the external service. Supported types are API Key, OAuth2, and HTTP Basic Authentication.

    Add the authentication credentials {width="600" modal="regular"}

    You can change the credentials as needed when the configured action is in the Draft or Active status.

  7. Click Next.

  8. Set the Configurations properties to define how the action exchanges data with the external service.

    note note
    NOTE
    Properties marked as Static are not updatable at configuration time and are based on the service definition.
    • Action type (Static) – The supported journey node type:

      • External action (enableSplitPath = false)
      • External action split path (enableSplitPath = true)

      You cannot change the action type after creating the action configuration.

    • Accessors (Static) – (External action split path only) The variables that are returned by the external service to be available as path conditions in an External split path node. (invocationPayloadDef.accessorsMetadata)

    • Journey context (Static) – The scope of audience data sent in the request (supportedEntityType):

      • Account – Sends only accounts

      • People – Sends only people

      • People in Account – Sends accounts and account-related people

    • Outgoing Fields – Map each field in the table to an XDM field. These fields are sent in the request body to the external service. Service definition properties: invocationPayloadDef.accountFields, invocationPayloadDef.fields.

    Map external action outgoing fields {width="600" modal="regular"}

    • Incoming Fields – Map each field in the table to an updatable XDM field. These fields are populated from the external service response. Service definition properties: callbackPayloadDef.accountFields, callbackPayloadDef.fields. Updatable after creation.

    • Header parameters – Enter a value for each row to pass as an HTTP header in the request. Service definition property: invocationPayloadDef.headers.

    • Timeout – Enter the number of minutes to wait for the external service to invoke the callback before the request is considered failed. Service definition property: timeout.

    • Global attributes – Enter a value for each row to include as a static field in the request body. Service definition property: invocationPayloadDef.globalAttributes.

    External action header parameters, timeout, and global attributes {width="600" modal="regular"}

  9. Click the Back arrow to return to the list and keep the action in a Draft state.

    Or, click Activate to change the action configuration to the Active state. The configured external action must be active to make it available for use in account journeys.

Add an external node to a journey add-journey-node

After an action is activated, marketers can add an External action or External split path node to any account journey. For information about how to add and use these nodes in the account journey canvas, see External nodes.

recommendation-more-help
6ef00091-a233-4243-8773-0da8461f7ef0