create_webhook
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
QuintaDB
1/7 registries