| 错误码 | 说明 |
|---|---|
| 20601 | staff_id 错误,找不到对应员工 |
| 20602 | external_user_id 错误 |
| 20603 | external_user_unionid 错误 |
| 20604 | 请提供external_user_id或external_user_unionid |
| 20605 | content 不可为空 |
| 20606 | title 长度超过32个字符限制 |
| 20607 | custom_event_type_id对应事件类型不存在 |
| 调用此接口需购买基础席位。 |
{
"staff_id":"Wan****Jun",
"external_user_id":"otrN**************2YvU",
"content":"事件内容11",
"title":"标题11"
}curl --location -g --request POST 'https://open.weibanzhushou.com/open-api/external_user_event/add?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"staff_id":"Wan****Jun",
"external_user_id":"otrN**************2YvU",
"content":"事件内容11",
"title":"标题11"
}'{}