Qubiqle · Arazzo Workflow

Invoice capture to export

Version 1.0.0

Upload an invoice document, retrieve the created invoice, code it, then mark it exported.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CompanyAccounts PayableInvoicingPaymentsAccountingFintechAutomationArtificial IntelligenceERP IntegrationProcurementArazzoWorkflows

Provider

qubiqle

Workflows

invoiceCaptureToExport
Authenticate, upload an invoice, fetch it, patch coding, and mark it exported.
5 steps inputs: apiKey, clientId, clientSecret, invoiceId outputs: exportResult
1
authenticate
2
uploadInvoice
3
getInvoice
4
codeInvoice

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Invoice capture to export
  version: 1.0.0
  summary: Upload an invoice document, retrieve the created invoice, code it, then mark it exported.
sourceDescriptions:
- name: invoicesApi
  url: ../openapi/qubiqle-invoices-api-openapi.yml
  type: openapi
- name: oauthApi
  url: ../openapi/qubiqle-oauth-api-openapi.yml
  type: openapi
workflows:
- workflowId: invoiceCaptureToExport
  summary: Authenticate, upload an invoice, fetch it, patch coding, and mark it exported.
  inputs:
    type: object
    properties:
      apiKey: {type: string}
      clientId: {type: string}
      clientSecret: {type: string}
      invoiceId: {type: string}
  steps:
  - stepId: authenticate
    operationId: post-oauth-token
    requestBody:
      contentType: application/x-www-form-urlencoded
      payload:
        grant_type: client_credentials
        client_id: $inputs.clientId
        client_secret: $inputs.clientSecret
        scope: accounts.can_access_dashboard
    outputs:
      accessToken: $response.body#/access_token
  - stepId: uploadInvoice
    operationId: post-invoices-upload
    outputs:
      upload: $response.body
  - stepId: getInvoice
    operationId: get-invoices-id
    parameters:
    - name: id
      in: path
      value: $inputs.invoiceId
    outputs:
      invoice: $response.body
  - stepId: codeInvoice
    operationId: patch-invoices-id
    parameters:
    - name: id
      in: path
      value: $inputs.invoiceId
    outputs:
      updated: $response.body
  - stepId: markExported
    operationId: post-invoices-mark-exported
    requestBody:
      contentType: application/json
      payload:
        invoices:
        - $inputs.invoiceId
    outputs:
      result: $response.body
  outputs:
    exportResult: $steps.markExported.outputs.result

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/qubiqle-invoice-capture-to-export"
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.