Cross-Provider Workflow

Ramp Statements to Slack Summary

Version 1.0.0

Read Ramp statements and post a billing-cycle spend summary to Slack.

1 workflow 2 source APIs 2 providers
View Spec View on GitHub ArazzoWorkflowsCross-Provider

Providers Orchestrated

ramp slack

Workflows

statements-to-slack
List Ramp statements, then post a spend summary to Slack.
Retrieves Ramp statements and posts a billing-cycle spend summary to a Slack channel.
2 steps inputs: channel, pageSize outputs: messageTs, statements
1
list-statements
$sourceDescriptions.rampApi.listStatements
Retrieve Ramp statements.
2
post-summary
$sourceDescriptions.slackChatApi.postChatPostmessage
Post a billing-cycle spend summary to Slack.

Source API Descriptions

Arazzo Workflow Specification

fin-ramp-statements-to-slack-summary.yml Raw ↑
arazzo: 1.0.1
info:
  title: Ramp Statements to Slack Summary
  summary: Read Ramp statements and post a billing-cycle spend summary to Slack.
  description: >-
    A spend-summary workflow that pulls Ramp statements and posts a
    billing-cycle summary to a Slack channel so finance and budget owners see
    closed-cycle spend without opening Ramp. Demonstrates surfacing
    spend-management statement data directly into a team chat channel.
  version: 1.0.0
sourceDescriptions:
  - name: rampApi
    url: https://raw.githubusercontent.com/api-evangelist/ramp/refs/heads/main/openapi/ramp-statements-api-openapi.yml
    type: openapi
  - name: slackChatApi
    url: https://raw.githubusercontent.com/api-evangelist/slack/refs/heads/main/openapi/slack-chat-api-openapi.yml
    type: openapi
workflows:
  - workflowId: statements-to-slack
    summary: List Ramp statements, then post a spend summary to Slack.
    description: >-
      Retrieves Ramp statements and posts a billing-cycle spend summary to a
      Slack channel.
    inputs:
      type: object
      properties:
        pageSize:
          type: integer
        channel:
          type: string
    steps:
      - stepId: list-statements
        description: Retrieve Ramp statements.
        operationId: $sourceDescriptions.rampApi.listStatements
        parameters:
          - name: page_size
            in: query
            value: $inputs.pageSize
        successCriteria:
          - condition: $statusCode == 200
        outputs:
          statements: $response.body#/data
      - stepId: post-summary
        description: Post a billing-cycle spend summary to Slack.
        operationId: $sourceDescriptions.slackChatApi.postChatPostmessage
        requestBody:
          contentType: application/x-www-form-urlencoded
          payload:
            channel: $inputs.channel
            text: Ramp statements for the latest billing cycle are available.
        successCriteria:
          - condition: $statusCode == 200
          - condition: $response.body#/ok == true
        outputs:
          messageTs: $response.body#/ts
    outputs:
      statements: $steps.list-statements.outputs.statements
      messageTs: $steps.post-summary.outputs.messageTs

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/fin-ramp-statements-to-slack-summary"
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.