ActiveCampaign · Arazzo Workflow

ActiveCampaign Tag a Contact and Enroll in Automation

Version 1.0.0

Apply a tag to an existing contact then enroll it in an automation.

1 workflow 1 source API 1 provider
View Spec View on GitHub Marketing AutomationEmail MarketingCRMSales AutomationCustomer ExperienceSMS MarketingE-CommerceSegmentationWebhookArazzoWorkflows

Provider

activecampaign

Workflows

tag-contact-and-enroll-automation
Tag an existing contact and enroll it into an automation.
Applies the supplied tag to the supplied contact and then enrolls the same contact into the supplied automation.
2 steps inputs: apiToken, automationId, contactId, tagId outputs: contactAutomationId, contactTagId
1
applyTag
Apply the supplied tag to the contact for segmentation.
2
enrollInAutomation
Enroll the contact into the supplied automation.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: ActiveCampaign Tag a Contact and Enroll in Automation
  summary: Apply a tag to an existing contact then enroll it in an automation.
  description: >-
    A segmentation-plus-nurture flow against an existing contact. A tag is
    applied to the supplied contact for segmentation, and the same contact is
    then enrolled into the supplied automation. Every step spells out its
    request inline, including the Api-Token authentication header, so the flow
    can be read and executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: contactsApi
  url: ../openapi/activecampaign-contacts-api-openapi.yml
  type: openapi
workflows:
- workflowId: tag-contact-and-enroll-automation
  summary: Tag an existing contact and enroll it into an automation.
  description: >-
    Applies the supplied tag to the supplied contact and then enrolls the same
    contact into the supplied automation.
  inputs:
    type: object
    required:
    - apiToken
    - contactId
    - tagId
    - automationId
    properties:
      apiToken:
        type: string
        description: ActiveCampaign API token sent in the Api-Token header.
      contactId:
        type: integer
        description: Identifier of the contact to tag and enroll.
      tagId:
        type: integer
        description: Identifier of the tag to apply to the contact.
      automationId:
        type: integer
        description: Identifier of the automation to enroll the contact into.
  steps:
  - stepId: applyTag
    description: Apply the supplied tag to the contact for segmentation.
    operationId: create-contact-tag
    parameters:
    - name: Api-Token
      in: header
      value: $inputs.apiToken
    requestBody:
      contentType: application/json
      payload:
        contactTag:
          contact: $inputs.contactId
          tag: $inputs.tagId
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      contactTagId: $response.body#/contactTag/id
  - stepId: enrollInAutomation
    description: Enroll the contact into the supplied automation.
    operationId: create-new-contactautomation
    parameters:
    - name: Api-Token
      in: header
      value: $inputs.apiToken
    requestBody:
      contentType: application/json
      payload:
        contactAutomation:
          contact: $inputs.contactId
          automation: $inputs.automationId
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      contactAutomationId: $response.body#/contactAutomation/id
  outputs:
    contactTagId: $steps.applyTag.outputs.contactTagId
    contactAutomationId: $steps.enrollInAutomation.outputs.contactAutomationId

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/activecampaign-tag-contact-and-enroll-automation-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.