Haekka · Arazzo Workflow

Assign a Haekka training to employees

Version 1.0.0

List trainings and active employees, then assign a training and confirm the assignment.

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

Provider

haekka

Workflows

assignTrainingToEmployees
Select a training, select employees, assign the training, and verify.
Pulls the list of trainings and active employees, assigns a chosen training to chosen employees, then lists employee-training records to confirm the assignment took effect.
4 steps inputs: alert_employees, employee_ids, training_id outputs: employee_trainings
1
listTrainings
2
listEmployees
3
assignTraining
4
verifyAssignment

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Assign a Haekka training to employees
  version: 1.0.0
  summary: List trainings and active employees, then assign a training and confirm the assignment.
sourceDescriptions:
- name: employeeTrainingsApi
  url: ../openapi/haekka-employee-trainings-api-openapi.yml
  type: openapi
- name: employeesApi
  url: ../openapi/haekka-employees-api-openapi.yml
  type: openapi
- name: trainingsApi
  url: ../openapi/haekka-trainings-api-openapi.yml
  type: openapi
workflows:
- workflowId: assignTrainingToEmployees
  summary: Select a training, select employees, assign the training, and verify.
  description: >-
    Pulls the list of trainings and active employees, assigns a chosen
    training to chosen employees, then lists employee-training records to
    confirm the assignment took effect.
  inputs:
    type: object
    properties:
      training_id:
        type: string
        description: The training to assign (from listTrainings).
      employee_ids:
        type: array
        items:
          type: string
        description: The employees to assign the training to.
      alert_employees:
        type: boolean
        default: true
  steps:
  - stepId: listTrainings
    operationId: listTrainings
    successCriteria:
    - condition: $statusCode == 200
  - stepId: listEmployees
    operationId: listEmployees
    successCriteria:
    - condition: $statusCode == 200
  - stepId: assignTraining
    operationId: assignTraining
    requestBody:
      contentType: application/json
      payload:
        training_id: $inputs.training_id
        employee_ids: $inputs.employee_ids
        alert_employees: $inputs.alert_employees
    successCriteria:
    - condition: $statusCode == 200
  - stepId: verifyAssignment
    operationId: listEmployeeTrainings
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    employee_trainings: $steps.verifyAssignment.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-assign-training"
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.