Adobe Launch · Arazzo Workflow

Adobe Launch Bootstrap an Event Forwarding Property

Version 1.0.0

Create a server-side event forwarding property, then add a rule and a data element to it.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag ManagementArazzoWorkflows

Provider

adobe-launch

Workflows

bootstrap-event-forwarding
Create an edge property, then a rule and a data element for event forwarding.
Creates an event forwarding property under a company, then chains a server-side rule and a data element scoped to that property.
3 steps inputs: accessToken, apiKey, companyId, dataElementName, delegateDescriptorId, extensionId, imsOrgId, propertyName, ruleName outputs: dataElementId, propertyId, ruleId
1
createProperty
Create an edge property for event forwarding under the company.
2
createRule
Create a server-side rule scoped to the new edge property.
3
createDataElement
Create a data element under the edge property, linked to its extension.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Adobe Launch Bootstrap an Event Forwarding Property
  summary: Create a server-side event forwarding property, then add a rule and a data element to it.
  description: >-
    Event Forwarding (server-side, edge) is the Adobe Experience Platform Launch
    (Tags) capability for processing events on Adobe's edge rather than in the
    browser. This workflow creates an edge property for event forwarding,
    creates a server-side rule under that property, and creates a data element
    under it, giving a minimal but complete server-side configuration. Each
    request is written inline using the JSON:API document shapes the event
    forwarding endpoints require.
  version: 1.0.0
sourceDescriptions:
- name: dataElementsApi
  url: ../openapi/adobe-launch-data-elements-api-openapi.yml
  type: openapi
- name: propertiesApi
  url: ../openapi/adobe-launch-properties-api-openapi.yml
  type: openapi
- name: rulesApi
  url: ../openapi/adobe-launch-rules-api-openapi.yml
  type: openapi
workflows:
- workflowId: bootstrap-event-forwarding
  summary: Create an edge property, then a rule and a data element for event forwarding.
  description: >-
    Creates an event forwarding property under a company, then chains a
    server-side rule and a data element scoped to that property.
  inputs:
    type: object
    required:
    - accessToken
    - apiKey
    - imsOrgId
    - companyId
    - propertyName
    - ruleName
    - dataElementName
    - delegateDescriptorId
    - extensionId
    properties:
      accessToken:
        type: string
        description: OAuth 2.0 Server-to-Server bearer access token from Adobe Developer Console.
      apiKey:
        type: string
        description: Client ID credential sent as the x-api-key header.
      imsOrgId:
        type: string
        description: Adobe Organization ID sent as the x-gw-ims-org-id header.
      companyId:
        type: string
        description: The company the edge property is created under.
      propertyName:
        type: string
        description: Human-readable name for the new event forwarding property.
      ruleName:
        type: string
        description: Human-readable name for the new server-side rule.
      dataElementName:
        type: string
        description: Human-readable name for the new data element.
      delegateDescriptorId:
        type: string
        description: Delegate descriptor id identifying the data element type.
      extensionId:
        type: string
        description: Id of the extension that provides this data element.
  steps:
  - stepId: createProperty
    description: Create an edge property for event forwarding under the company.
    operationId: createEventForwardingProperty
    parameters:
    - name: Authorization
      in: header
      value: "Bearer $inputs.accessToken"
    - name: x-api-key
      in: header
      value: $inputs.apiKey
    - name: x-gw-ims-org-id
      in: header
      value: $inputs.imsOrgId
    - name: companyId
      in: path
      value: $inputs.companyId
    requestBody:
      contentType: application/vnd.api+json
      payload:
        data:
          type: properties
          attributes:
            name: $inputs.propertyName
            platform: edge
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      propertyId: $response.body#/data/id
  - stepId: createRule
    description: Create a server-side rule scoped to the new edge property.
    operationId: createEventForwardingRule
    parameters:
    - name: Authorization
      in: header
      value: "Bearer $inputs.accessToken"
    - name: x-api-key
      in: header
      value: $inputs.apiKey
    - name: x-gw-ims-org-id
      in: header
      value: $inputs.imsOrgId
    - name: propertyId
      in: path
      value: $steps.createProperty.outputs.propertyId
    requestBody:
      contentType: application/vnd.api+json
      payload:
        data:
          type: rules
          attributes:
            name: $inputs.ruleName
            enabled: true
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      ruleId: $response.body#/data/id
  - stepId: createDataElement
    description: Create a data element under the edge property, linked to its extension.
    operationId: createEventForwardingDataElement
    parameters:
    - name: Authorization
      in: header
      value: "Bearer $inputs.accessToken"
    - name: x-api-key
      in: header
      value: $inputs.apiKey
    - name: x-gw-ims-org-id
      in: header
      value: $inputs.imsOrgId
    - name: propertyId
      in: path
      value: $steps.createProperty.outputs.propertyId
    requestBody:
      contentType: application/vnd.api+json
      payload:
        data:
          type: data_elements
          attributes:
            name: $inputs.dataElementName
            delegate_descriptor_id: $inputs.delegateDescriptorId
            enabled: true
          relationships:
            extension:
              data:
                id: $inputs.extensionId
                type: extensions
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      dataElementId: $response.body#/data/id
  outputs:
    propertyId: $steps.createProperty.outputs.propertyId
    ruleId: $steps.createRule.outputs.ruleId
    dataElementId: $steps.createDataElement.outputs.dataElementId

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/adobe-launch-bootstrap-event-forwarding-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.