You're viewing a demo portfolio

Join the waitlist
PRSM

create_webhook

Active

Tool of QuintaDB

declared in 1.0.0

Створити вебхук для форми. Викликається при спрацюванні action rule.

Parameters schema

{
  "type": "object",
  "required": [
    "app_id",
    "entity_id",
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "URL ендпоінту"
    },
    "app_id": {
      "type": "string",
      "description": "Project ID (from list_projects)"
    },
    "method": {
      "type": "string",
      "description": "GET, POST (default), PUT, PATCH, DELETE"
    },
    "params": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "[{name, property_id|custom_value}]"
    },
    "headers": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "[{name, value}]"
    },
    "auth_type": {
      "type": "string",
      "description": "basic або bearer"
    },
    "entity_id": {
      "type": "string",
      "description": "Form ID (from list_forms or describe_project)"
    },
    "basic_login": {
      "type": "string"
    },
    "bearer_token": {
      "type": "string"
    },
    "content_type": {
      "type": "string",
      "description": "json (default), form_data, form_urlencoded"
    },
    "basic_password": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

QuintaDB

1/7 registries
View full server →
create_webhook — QuintaDB — PRSM MCP