使用本文档前,请确认您已经拥有集简云开发平台的账户权限,如果还没有,请访问:https://www.jijyun.cn/open.html
{
"corp_token": "string",
"name": "string",
"url": "string",
"company_identification": "string",
"events": [
"string"
]
}curl --location 'https://developer.jijyun.cn/api/openapi/webhook/add' \
--header 'Content-Type: application/json' \
--data '{
"corp_token": "string",
"name": "string",
"url": "string",
"company_identification": "string",
"events": [
"string"
]
}'{
"code": 0,
"data": {
"result": "string"
},
"msg": "string"
}