Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Adobe Campaign Workflow API

Start, stop, and signal workflows. PostEvent sends asynchronous signals to trigger workflow transitions.

Adobe Campaign Workflow API is one of 20 APIs that Adobe Campaign publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Workflow. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and an AsyncAPI specification.

This API exposes 3 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 8.0.0.

Requests are made against a single base URL, https://{instance}.campaign.adobe.com.

3 operations 3 paths 3 schemas 3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
8.0.0
Base URL
https://mc.adobe.io/{ORGANIZATION}/campaign
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Adobe Campaign Workflow API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Security-Token (SessionToken).

  • SessionToken — Security token obtained from xtk:sessionLogon. Must be passed alongside the session token cookie (sessiontoken) on all authenticated requests. Tokens have a 24…

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 POST. Each is listed below with its method, path, parameters, and response codes.

Workflow 3

Start, stop, and signal workflows. PostEvent sends asynchronous signals to trigger workflow transitions.

POST
/nl/jsp/soaprouter.jsp/xtk-workflow/Start
Adobe Campaign Start a Workflow
workflowStart 1 param body → 200500
POST
/nl/jsp/soaprouter.jsp/xtk-workflow/Stop
Adobe Campaign Stop a Workflow
workflowStop 1 param body → 200500
POST
/nl/jsp/soaprouter.jsp/xtk-workflow/PostEvent
Adobe Campaign Post an Event Signal to a Workflow
workflowPostEvent 1 param body → 200500

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are SOAPFault (3 properties), WorkflowPostEventRequest (3 properties), WorkflowRequest (1 property). Each schema is shown below with its type and property counts.

WorkflowRequest
object
SOAP envelope containing the workflow internal ID for start/stop operations.
1 property
WorkflowPostEventRequest
object
SOAP envelope containing a signal event to post to a workflow, including the workflow ID, signal activity name, and optional XML variables.
3 properties
SOAPFault
object
SOAP fault response indicating an error during operation processing.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adobe-campaign-workflow-api-openapi.yml Raw ↑

Other APIs Adobe Campaign publishes across the network.

Adobe Campaign Classic JavaScript SDK
Adobe I/O Campaign Standard SDK
Adobe Experience Platform Mobile SDK - Campaign Extensions
Adobe Campaign Custom Resources API
Adobe Campaign Data Management API
Adobe Campaign Delivery API
Adobe Campaign Marketing History API
Adobe Campaign Metadata API
Adobe Campaign Organizational Units API
Adobe Campaign Privacy API
Adobe Campaign ProfileAndServices API
Adobe Campaign Profiles API