Albato · Schema

Team

An embedded team representing a customer account

No-Code AutomationWorkflow AutomationEmbedded iPaaSApp IntegrationIntegrationsWebhooksWhite-Label

Properties

Name Type Description
id string
name string
external_id string
plan string
active_automations integer
transaction_count integer
created_at string
View JSON Schema on GitHub

JSON Schema

albato-albato-embedded-team-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-embedded-team-schema.json",
  "title": "Team",
  "description": "An embedded team representing a customer account",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "external_id": {
      "type": "string"
    },
    "plan": {
      "type": "string"
    },
    "active_automations": {
      "type": "integer"
    },
    "transaction_count": {
      "type": "integer"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    }
  }
}