NaviStone · Arazzo Workflow

NaviStone campaign launch

Version 1.0.0

Onboard a client, create a direct-mail campaign, add ZIP geo-targeting, and read output.

1 workflow 4 source APIs 1 provider
View Spec View on GitHub CompanyMarketingDirect MailAdvertisingCustomer AcquisitionAudience TargetingMarTechAdTechPostcardsRetargetingArazzoWorkflows

Provider

navistone

Workflows

launchCampaign
Create a client, create a campaign for a Modern Postcard creative, geo-target a ZIP, and fetch output.
4 steps inputs: clientName, creativeId, zipCode
1
createClient
2
createCampaign
3
addZipTargeting

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: NaviStone campaign launch
  version: 1.0.0
  summary: Onboard a client, create a direct-mail campaign, add ZIP geo-targeting, and read output.
sourceDescriptions:
- name: campaignsApi
  url: ../openapi/navistone-campaigns-api-openapi.yml
  type: openapi
- name: clientsApi
  url: ../openapi/navistone-clients-api-openapi.yml
  type: openapi
- name: geoTargetingApi
  url: ../openapi/navistone-geo-targeting-api-openapi.yml
  type: openapi
- name: outputApi
  url: ../openapi/navistone-output-api-openapi.yml
  type: openapi
workflows:
- workflowId: launchCampaign
  summary: Create a client, create a campaign for a Modern Postcard creative, geo-target a ZIP, and fetch output.
  inputs:
    type: object
    properties:
      clientName:
        type: string
      creativeId:
        type: string
      zipCode:
        type: string
    required: [clientName, creativeId, zipCode]
  steps:
  - stepId: createClient
    operationId: ClientsController_create
    requestBody:
      contentType: application/json
      payload:
        name: $inputs.clientName
    outputs:
      clientId: $response.body#/id
  - stepId: createCampaign
    operationId: CampaignsController_create
    requestBody:
      contentType: application/json
      payload:
        name: Launch campaign
        clientId: $steps.createClient.outputs.clientId
        creativeId: $inputs.creativeId
    outputs:
      campaignId: $response.body#/id
  - stepId: addZipTargeting
    operationId: GeoTargetingController_addZip
    parameters:
    - name: campaignId
      in: path
      value: $steps.createCampaign.outputs.campaignId
    - name: zipCode
      in: path
      value: $inputs.zipCode
  - stepId: getOutput
    operationId: OutputController_findByCampaign
    parameters:
    - name: campaignId
      in: path
      value: $steps.createCampaign.outputs.campaignId
    outputs:
      output: $response.body

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/navistone-campaign-launch"
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.