Haekka · Arazzo Workflow

Sync a Haekka employee-training completion

Version 1.0.0

Read an employee-training record and update its completion state, then confirm.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanySecurity Awareness TrainingCompliance TrainingMicrolearningSlackPhishing SimulationEmployee TrainingHIPAASOC 2ArazzoWorkflows

Provider

haekka

Workflows

syncEmployeeTrainingCompletion
Read a record, update completion, and re-read to confirm.
Fetches a single employee-training record, updates its completion status or rate, then re-reads it to confirm the new completion state.
3 steps inputs: completion_rate, completion_status, employee_training_id outputs: record
1
readRecord
2
updateRecord
3
confirmRecord

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Sync a Haekka employee-training completion
  version: 1.0.0
  summary: Read an employee-training record and update its completion state, then confirm.
sourceDescriptions:
- name: employeeTrainingsApi
  url: ../openapi/haekka-employee-trainings-api-openapi.yml
  type: openapi
workflows:
- workflowId: syncEmployeeTrainingCompletion
  summary: Read a record, update completion, and re-read to confirm.
  description: >-
    Fetches a single employee-training record, updates its completion status
    or rate, then re-reads it to confirm the new completion state.
  inputs:
    type: object
    properties:
      employee_training_id:
        type: string
      completion_status:
        type: boolean
      completion_rate:
        type: integer
        minimum: 0
        maximum: 100
  steps:
  - stepId: readRecord
    operationId: getEmployeeTraining
    parameters:
    - name: employee_training_id
      in: path
      value: $inputs.employee_training_id
    successCriteria:
    - condition: $statusCode == 200
  - stepId: updateRecord
    operationId: updateEmployeeTraining
    parameters:
    - name: employee_training_id
      in: path
      value: $inputs.employee_training_id
    requestBody:
      contentType: application/json
      payload:
        completion_status: $inputs.completion_status
        completion_rate: $inputs.completion_rate
    successCriteria:
    - condition: $statusCode == 200
  - stepId: confirmRecord
    operationId: getEmployeeTraining
    parameters:
    - name: employee_training_id
      in: path
      value: $inputs.employee_training_id
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    record: $steps.confirmRecord.response.body

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/haekka-sync-completion"
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.