Albato · JSON Structure

Albato Albato Embedded Team Structure

An embedded team representing a customer account

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

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

Properties

id name external_id plan active_automations transaction_count created_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-embedded-team-structure.json",
  "title": "Team",
  "description": "An embedded team representing a customer account",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": ""
    },
    "name": {
      "type": "string",
      "description": ""
    },
    "external_id": {
      "type": "string",
      "description": ""
    },
    "plan": {
      "type": "string",
      "description": ""
    },
    "active_automations": {
      "type": "int32",
      "description": ""
    },
    "transaction_count": {
      "type": "int32",
      "description": ""
    },
    "created_at": {
      "type": "datetime",
      "description": ""
    }
  }
}