Webhook

An inbound webhook endpoint

No-Code AutomationWorkflow AutomationApp IntegrationEmbedded iPaaSIntegrationsWebhooks

Properties

Name Type Description
id string
name string
description string
url string Webhook endpoint URL
created_at string
View JSON Schema on GitHub

JSON Schema

albato-albato-connections-webhook-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/albato-a-single-no-code-platform-for-all-automations/refs/heads/main/json-schema/albato-albato-connections-webhook-schema.json",
  "title": "Webhook",
  "description": "An inbound webhook endpoint",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "Webhook endpoint URL"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    }
  }
}