Albato · JSON Structure

Albato Albato Automations Automation Step Structure

A step in an automation workflow

Type: object Properties: 4
No-Code AutomationWorkflow AutomationEmbedded iPaaSApp IntegrationIntegrationsWebhooksWhite-Label

Albato Albato Automations Automation Step Structure is a JSON Structure definition published by Albato, describing 4 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

app type event config

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/albato/refs/heads/main/json-structure/albato-albato-automations-automation-step-structure.json",
  "title": "AutomationStep",
  "description": "A step in an automation workflow",
  "type": "object",
  "properties": {
    "app": {
      "type": "string",
      "description": "App identifier"
    },
    "type": {
      "type": "string",
      "description": "trigger, action, condition, or delay"
    },
    "event": {
      "type": "string",
      "description": "Event name"
    },
    "config": {
      "type": "object",
      "description": ""
    }
  }
}