Albato · Schema

AutomationStep

A step in an automation workflow

No-Code AutomationWorkflow AutomationEmbedded iPaaSApp IntegrationIntegrationsWebhooksWhite-Label

Properties

Name Type Description
app string App identifier
type string trigger, action, condition, or delay
event string Event name
config object
View JSON Schema on GitHub

JSON Schema

albato-albato-automations-automation-step-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/albato/refs/heads/main/json-schema/albato-albato-automations-automation-step-schema.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"
    }
  }
}