{
"groupId": "string",
"welcomeMaterialIds": [
"string"
],
"triggerCondition": {
"delayTime": 0,
"userCount": 0
},
"rooms": [
{
"botId": "string",
"imRoomId": "string"
}
],
"isAtContact": true
}curl --location --request POST 'https://ae-bg.ddregion.com/hub-api/api/v2/room/welcome/create?token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": "string",
"welcomeMaterialIds": [
"string"
],
"triggerCondition": {
"delayTime": 0,
"userCount": 0
},
"rooms": [
{
"botId": "string",
"imRoomId": "string"
}
],
"isAtContact": true
}'{
"errcode": 0
}