Albato · JSON Structure

Albato Albato Automations Automation Structure

A multi-step automation workflow

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

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

Properties

id name description status trigger_count success_count error_count created_at updated_at

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-structure.json",
  "title": "Automation",
  "description": "A multi-step automation workflow",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": ""
    },
    "name": {
      "type": "string",
      "description": "Automation display name"
    },
    "description": {
      "type": "string",
      "description": ""
    },
    "status": {
      "type": "string",
      "description": "active or inactive"
    },
    "trigger_count": {
      "type": "int32",
      "description": ""
    },
    "success_count": {
      "type": "int32",
      "description": ""
    },
    "error_count": {
      "type": "int32",
      "description": ""
    },
    "created_at": {
      "type": "datetime",
      "description": ""
    },
    "updated_at": {
      "type": "datetime",
      "description": ""
    }
  }
}