Mailchimp · Arazzo Workflow

Mailchimp Replicate Campaign and Send Test

Version 1.0.0

Clone an existing campaign and send a test of the copy to reviewers.

1 workflow 1 source API 1 provider
View Spec View on GitHub CampaignsEmail MarketingMarketing AutomationNewslettersTransactional EmailAudience ManagementSMSE-CommerceWebhookMarketing AnalyticsArazzoWorkflows

Provider

mailchimp

Workflows

replicate-campaign-test
Replicate a campaign and send a test of the copy.
Clones an existing campaign and sends a test email of the replicated copy to the supplied reviewers.
2 steps inputs: campaignId, sendType, testEmails outputs: newCampaignId
1
replicateCampaign
Replicate the existing campaign into a new draft copy.
2
sendTest
Send a test email of the replicated copy to the reviewer addresses. Returns a 204 empty response on success.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Mailchimp Replicate Campaign and Send Test
  summary: Clone an existing campaign and send a test of the copy to reviewers.
  description: >-
    Reuses a proven campaign as a starting point. The workflow replicates an
    existing campaign, producing a new draft with the same content and settings,
    then sends a test email of the replicated copy to a set of reviewer
    addresses. The new campaign id from the replicate step threads into the test
    send so the original is never touched. Authentication uses HTTP Basic auth
    with any username and your Mailchimp API key as the password.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-400.60
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-400.60
      capability_name: Digital Marketing Management
      spec: mailchimp-campaigns-api-openapi.yml
      confidence: 0.85
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: campaignsApi
  url: ../openapi/mailchimp-campaigns-api-openapi.yml
  type: openapi
workflows:
- workflowId: replicate-campaign-test
  summary: Replicate a campaign and send a test of the copy.
  description: >-
    Clones an existing campaign and sends a test email of the replicated copy to
    the supplied reviewers.
  inputs:
    type: object
    required:
    - campaignId
    - testEmails
    properties:
      campaignId:
        type: string
        description: The unique id of the campaign to replicate.
      testEmails:
        type: array
        description: Array of email addresses to send the test of the copy to.
        items:
          type: string
      sendType:
        type: string
        description: Type of test email to send (html or plaintext).
        default: html
  steps:
  - stepId: replicateCampaign
    description: Replicate the existing campaign into a new draft copy.
    operationId: postCampaignsIdActionsReplicate
    parameters:
    - name: campaign_id
      in: path
      value: $inputs.campaignId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      newCampaignId: $response.body#/id
      newCampaignStatus: $response.body#/status
  - stepId: sendTest
    description: >-
      Send a test email of the replicated copy to the reviewer addresses.
      Returns a 204 empty response on success.
    operationId: postCampaignsIdActionsTest
    parameters:
    - name: campaign_id
      in: path
      value: $steps.replicateCampaign.outputs.newCampaignId
    requestBody:
      contentType: application/json
      payload:
        test_emails: $inputs.testEmails
        send_type: $inputs.sendType
    successCriteria:
    - condition: $statusCode == 204
  outputs:
    newCampaignId: $steps.replicateCampaign.outputs.newCampaignId

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/mailchimp-replicate-campaign-test-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.