Albato Albato Connections Webhook Structure

An inbound webhook endpoint

Type: object Properties: 5
No-Code AutomationWorkflow AutomationApp IntegrationEmbedded iPaaSIntegrationsWebhooks

Albato Albato Connections Webhook Structure is a JSON Structure definition published by Albato A Single No Code Platform For All Automations, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id name description url 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-a-single-no-code-platform-for-all-automations/refs/heads/main/json-structure/albato-albato-connections-webhook-structure.json",
  "title": "Webhook",
  "description": "An inbound webhook endpoint",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": ""
    },
    "name": {
      "type": "string",
      "description": ""
    },
    "description": {
      "type": "string",
      "description": ""
    },
    "url": {
      "type": "uri",
      "description": "Webhook endpoint URL"
    },
    "created_at": {
      "type": "datetime",
      "description": ""
    }
  }
}