webhook 详情
open_webhook_detailRetrieve webhook details by ID, including type, URL, and configuration. Supports custom webhooks with HTTP method, headers, and body.
Instructions
GET /open/webhook/detail - 查看 webhook 详情。 请求(url): webhookId(webhook编号,必填)。 统一响应: code(数字,200成功), msg(字符串), data(业务数据)。 data: id, webhookCode, webhookName, webhookType(webhook类型;1企业微信机器人,2钉钉,3飞书,4Server酱,50bark,6企业微信应用,7腾讯轻联,8IFTTT,9集简云,10Gotify,11WxPusher,12自定义), webhookTypeName, webhookUrl, createTime, httpMethod/headers/body(仅自定义类型返回)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhookId | Yes | webhook编号 |