Cint · Arazzo Workflow

Launch a Cint Exchange Target Group

Version 1.0.0

Create a project and target group, check feasibility, then launch a fielding run.

1 workflow 4 source APIs 1 provider
View Spec View on GitHub CompanyMarket ResearchSurvey SampleConsumer InsightsData CollectionAd MeasurementMarketplacePanelArazzoWorkflows

Provider

cint

Workflows

launchTargetGroup
Create project -> create target group -> feasibility -> launch fielding run
4 steps inputs: account_id
1
createProject
2
createTargetGroup

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Launch a Cint Exchange Target Group
  version: 1.0.0
  summary: Create a project and target group, check feasibility, then launch a fielding run.
sourceDescriptions:
- name: feasibilityApi
  url: ../openapi/cint-feasibility-api-openapi.yml
  type: openapi
- name: fieldingApi
  url: ../openapi/cint-fielding-api-openapi.yml
  type: openapi
- name: projectsApi
  url: ../openapi/cint-projects-api-openapi.yml
  type: openapi
- name: targetGroupsApi
  url: ../openapi/cint-target-groups-api-openapi.yml
  type: openapi
workflows:
- workflowId: launchTargetGroup
  summary: Create project -> create target group -> feasibility -> launch fielding run
  inputs:
    type: object
    properties:
      account_id: {type: string}
  steps:
  - stepId: createProject
    operationId: create_project
    parameters:
    - name: account_id
      in: path
      value: $inputs.account_id
    outputs:
      project_id: $response.body#/id
  - stepId: createTargetGroup
    operationId: create_target_group
    parameters:
    - name: account_id
      in: path
      value: $inputs.account_id
    - name: project_id
      in: path
      value: $steps.createProject.outputs.project_id
    outputs:
      target_group_id: $response.body#/id
  - stepId: checkFeasibility
    operationId: calculate_target_group_feasibility_by_id
    parameters:
    - name: account_id
      in: path
      value: $inputs.account_id
    - name: project_id
      in: path
      value: $steps.createProject.outputs.project_id
    - name: target_group_id
      in: path
      value: $steps.createTargetGroup.outputs.target_group_id
  - stepId: launchFielding
    operationId: create_launch_fielding_run_from_draft_job
    parameters:
    - name: account_id
      in: path
      value: $inputs.account_id
    - name: project_id
      in: path
      value: $steps.createProject.outputs.project_id
    - name: target_group_id
      in: path
      value: $steps.createTargetGroup.outputs.target_group_id
    outputs:
      job_id: $response.body#/id

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/cint-launch-target-group"
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 email required.

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