{
"id": "66ebe013c67****4d0f4511",
"welcomeMaterialIds": [
"1111",
"22222"
],
"triggerCondition": {
"delayTime": 7,
"userCount": 12
},
"status": true,
"rooms": [
{
"botId": "1111",
"imRoomId": "2222"
}
],
"isAtContact": false
}curl --location --request POST 'https://zan-hub.xiaoshunai.com/api/v2/room/welcome/update?token=d12195ec829f4********9e79f1c0bc7' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "66ebe013c67****4d0f4511",
"welcomeMaterialIds": [
"1111",
"22222"
],
"triggerCondition": {
"delayTime": 7,
"userCount": 12
},
"status": true,
"rooms": [
{
"botId": "1111",
"imRoomId": "2222"
}
],
"isAtContact": false
}'{
"errcode": 0,
"errmsg": "",
"data": {
"id": "68689db8631d6d8b356c0c66",
"welcomeMaterialIds": [
"6867321b2b53258eaa412ef4"
],
"triggerCondition": {
"delayTime": 30,
"userCount": 30
},
"status": true,
"roomIds": [
"685191b6ae****e2f315dc3f"
]
}
}