Abound · Arazzo Workflow

Create, file and mail a Form 1099-NEC

Version 1.0.0

Run the full 1099-NEC lifecycle - create the document, file it with federal and state authorities, then mail the payee copy.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyTaxesTax ComplianceRegulatory ComplianceFinancial-ServicesIdentity VerificationGovernmentDocumentsWebhookRetiredArazzoWorkflows

Provider

abound

Workflows

file1099Nec
Create a 1099-NEC, confirm the payee TIN matched, file it, then mail the payee copy.
The marquee end-of-year flow. The same shape applies to form1099Misc*, form1099K* and form1099Int* - only the formFields differ. All monetary values are in cents. Filing is irreversible, so an Idempotency-Key on every POST is mandatory. Correct/void only work after FILED.
4 steps inputs: form1099, idempotencyKey, mailing outputs: documentId, filedStatus, mailingId
1
create1099
Create the 1099-NEC document. Response comes back with status CREATED plus payerUrl and payeeUrl PDFs.
2
file1099
File the document with federal and state authorities. No body. Moves the document to FILED; watch for TEN99_NEC_ACCEPTED / TEN99_NEC_REJECTED webhooks.
3
retrieve1099
Read the filed document back to confirm state and pull the final PDFs.
4
mail1099
Mail the payee copy. Returns a Mailing (mailingId_...) with status CREATED and a PDF url; track with mailingsRetrieve or the MAILING_* webhooks.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
# Native Arazzo workflow authored by the API Evangelist enrichment pipeline from the
# recovered first-party Abound v4 API definition (@withabound/node-sdk). Abound is retired;
# every operationId below is verified against openapi/abound-v4-openapi.yml.
# method: generated  source: openapi/abound-v4-openapi.yml
arazzo: 1.0.1
info:
  title: Create, file and mail a Form 1099-NEC
  version: '1.0.0'
  summary: Run the full 1099-NEC lifecycle - create the document, file it with federal and state authorities, then mail the payee copy.
  x-realizes-capability-ids:
  - BC-220.40
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-220.40
      capability_name: Tax Reporting & Compliance
      spec: abound-1099-nec-api-openapi.yml
      confidence: 0.88
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: src1099NecApi
  url: ../openapi/abound-1099-nec-api-openapi.yml
  type: openapi
workflows:
- workflowId: file1099Nec
  summary: Create a 1099-NEC, confirm the payee TIN matched, file it, then mail the payee copy.
  description: >-
    The marquee end-of-year flow. The same shape applies to form1099Misc*, form1099K* and
    form1099Int* - only the formFields differ. All monetary values are in cents. Filing is
    irreversible, so an Idempotency-Key on every POST is mandatory. Correct/void only work after FILED.
  inputs:
    type: object
    properties:
      idempotencyKey:
        type: string
        description: Client-generated key echoed on every write to make retries safe.
      form1099:
        type: object
        description: Form1099NecRequestSchema body (filingYear, payer, payee, formFields.nonemployeeCompensation in cents, optional stateTaxInfo[] and userId).
      mailing:
        type: object
        description: Mailing body with to/from addresses for the physical payee copy.
  steps:
  - stepId: create1099
    description: Create the 1099-NEC document. Response comes back with status CREATED plus payerUrl and payeeUrl PDFs.
    operationId: form1099NecCreate
    parameters:
    - name: Idempotency-Key
      in: header
      value: $inputs.idempotencyKey
    requestBody:
      contentType: application/json
      payload: $inputs.form1099
    outputs:
      documentId: $response.body#/id
      status: $response.body#/status
  - stepId: file1099
    description: File the document with federal and state authorities. No body. Moves the document to FILED; watch for TEN99_NEC_ACCEPTED / TEN99_NEC_REJECTED webhooks.
    operationId: form1099NecFile
    parameters:
    - name: documentId
      in: path
      value: $steps.create1099.outputs.documentId
    - name: Idempotency-Key
      in: header
      value: $inputs.idempotencyKey
    outputs:
      status: $response.body#/status
  - stepId: retrieve1099
    description: Read the filed document back to confirm state and pull the final PDFs.
    operationId: form1099NecRetrieve
    parameters:
    - name: documentId
      in: path
      value: $steps.create1099.outputs.documentId
    outputs:
      status: $response.body#/status
  - stepId: mail1099
    description: Mail the payee copy. Returns a Mailing (mailingId_...) with status CREATED and a PDF url; track with mailingsRetrieve or the MAILING_* webhooks.
    operationId: form1099NecMail
    parameters:
    - name: documentId
      in: path
      value: $steps.create1099.outputs.documentId
    - name: Idempotency-Key
      in: header
      value: $inputs.idempotencyKey
    requestBody:
      contentType: application/json
      payload: $inputs.mailing
    outputs:
      mailingId: $response.body#/id
  outputs:
    documentId: $steps.create1099.outputs.documentId
    filedStatus: $steps.retrieve1099.outputs.status
    mailingId: $steps.mail1099.outputs.mailingId

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/abound-file-1099-nec.arazzo"
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.