Cadana · Arazzo Workflow

Cadana — pay a contractor end-to-end

Version 1.0.0

Onboard a contractor, create a contract, run payroll, and retrieve payslips.

1 workflow 3 source APIs 1 provider
View Spec View on GitHub CompanyPayrollPaymentsGlobal PayrollContractor PaymentsEmbedded FinanceWalletsTaxComplianceFintechMoney TransferWhite LabelArazzoWorkflows

Provider

cadana

Workflows

payContractorEndToEnd
Create a contractor person, put a contract in place, run and approve payroll, then fetch payslips.
7 steps inputs: contract, payroll, person outputs: payrollId, payslipLinks
1
createContractor
2
createContract
3
getSigningUrl
4
createPayroll
5
savePayroll
6
approvePayroll
7
getPayslips

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Cadana — pay a contractor end-to-end
  version: 1.0.0
  summary: Onboard a contractor, create a contract, run payroll, and retrieve payslips.
sourceDescriptions:
- name: contractsApi
  url: ../openapi/cadana-contracts-api-openapi.yml
  type: openapi
- name: payrollsApi
  url: ../openapi/cadana-payrolls-api-openapi.yml
  type: openapi
- name: personsApi
  url: ../openapi/cadana-persons-api-openapi.yml
  type: openapi
workflows:
- workflowId: payContractorEndToEnd
  summary: Create a contractor person, put a contract in place, run and approve payroll, then fetch payslips.
  inputs:
    type: object
    properties:
      person: {type: object}
      contract: {type: object}
      payroll: {type: object}
  steps:
  - stepId: createContractor
    operationId: createPerson
    requestBody:
      payload: $inputs.person
    outputs:
      personId: $response.body#/id
  - stepId: createContract
    operationId: createContracts
    requestBody:
      payload: $inputs.contract
    outputs:
      contractId: $response.body#/id
  - stepId: getSigningUrl
    operationId: getContractSigningUrl
    parameters:
    - name: contractId
      in: path
      value: $steps.createContract.outputs.contractId
    outputs:
      signingUrl: $response.body#/url
  - stepId: createPayroll
    operationId: createPayroll
    requestBody:
      payload: $inputs.payroll
    outputs:
      payrollId: $response.body#/id
  - stepId: savePayroll
    operationId: savePayroll
    parameters:
    - name: payrollId
      in: path
      value: $steps.createPayroll.outputs.payrollId
  - stepId: approvePayroll
    operationId: approvePayroll
    parameters:
    - name: payrollId
      in: path
      value: $steps.createPayroll.outputs.payrollId
  - stepId: getPayslips
    operationId: getPayrollPayslipLinks
    parameters:
    - name: payrollId
      in: path
      value: $steps.createPayroll.outputs.payrollId
    outputs:
      payslipLinks: $response.body
  outputs:
    payrollId: $steps.createPayroll.outputs.payrollId
    payslipLinks: $steps.getPayslips.outputs.payslipLinks

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/cadana-pay-contractor"
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.