Boostup · Arazzo Workflow

Export all Boostup revenue data

Version 1.0.0

Pull the first page of Opportunities, Accounts, and Forecast Submissions out of the Boostup / Terret Export API in one run, ready to page through with limit/skip.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyRevenue IntelligenceSalesForecastingAnalyticsRevenue OperationsConversation IntelligenceData ExportCRMArazzoWorkflows

Provider

boostup

Workflows

export-all-revenue-data
Export Opportunities, Accounts, and Forecast Submissions.
Runs the three read-only export endpoints with a shared page size. Auth is the API key sent in the Authorization header. Increment skip by page_size to page through each collection.
3 steps inputs: page_size, skip, start_date

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Export all Boostup revenue data
  version: 1.0.0
  summary: >-
    Pull the first page of Opportunities, Accounts, and Forecast Submissions out
    of the Boostup / Terret Export API in one run, ready to page through with
    limit/skip.
sourceDescriptions:
- name: exportApi
  url: ../openapi/boostup-export-api-openapi.yml
  type: openapi
workflows:
- workflowId: export-all-revenue-data
  summary: Export Opportunities, Accounts, and Forecast Submissions.
  description: >-
    Runs the three read-only export endpoints with a shared page size. Auth is
    the API key sent in the Authorization header. Increment skip by page_size to
    page through each collection.
  inputs:
    type: object
    properties:
      page_size:
        type: integer
        default: 1000
      skip:
        type: integer
        default: 0
      start_date:
        type: string
        description: ISO date; lower bound for updated_at filters.
  steps:
  - stepId: export-opportunities
    operationId: export_opportunity_export_opportunity_post
    requestBody:
      contentType: application/json
      payload:
        limit: $inputs.page_size
        skip: $inputs.skip
        updated_at:
          start_date: $inputs.start_date
    successCriteria:
    - condition: $statusCode == 200
  - stepId: export-accounts
    operationId: export_account_export_account_post
    requestBody:
      contentType: application/json
      payload:
        limit: $inputs.page_size
        skip: $inputs.skip
        updated_at:
          start_date: $inputs.start_date
    successCriteria:
    - condition: $statusCode == 200
  - stepId: export-forecast-submissions
    operationId: export_forecast_submission_export_forecast_submission_post
    requestBody:
      contentType: application/json
      payload:
        limit: $inputs.page_size
        skip: $inputs.skip
    successCriteria:
    - condition: $statusCode == 200

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/boostup-export-all-revenue-data"
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.