{
"mediaTaskParam": {
"taskId": "task123",
"userId": 123,
"peopleType": 0,
"waTemplateId": 456,
"ids": [
0
],
"ai": 1,
"type": 1,
"ycloudTemplateId": "ycloud123",
"ycloudPhone": "+86-138-0013-8000",
"name": "任务名称",
"nowSend": 1,
"week": "Monday",
"startTime": "09:00",
"endTime": "18:00",
"zoneId": "Asia/Shanghai"
},
"crmRequest": {
"type": 1,
"userId": 123,
"name": "张三",
"emailPhone": "test@example.com",
"label": 1,
"labels": [
0
],
"countrys": [
"string"
],
"country": "美国",
"offset": 0,
"limit": 10,
"filterRequest": {
"conditions": [
{
"id": 0,
"menu": 0,
"columns": "string",
"operator": "string",
"dataType": 0,
"value": "example_value"
}
],
"sorts": [
{
"id": 0,
"menu": 0,
"columns": "string",
"direction": "asc"
}
],
"logicalOperator": "AND"
},
"taskId": "task123",
"mode": 0,
"ids": [
0
],
"labelIds": [
0
],
"version": 1
}
}
curl --location --request POST '/crm/createWhatsAppTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"mediaTaskParam": {
"taskId": "task123",
"userId": 123,
"peopleType": 0,
"waTemplateId": 456,
"ids": [
0
],
"ai": 1,
"type": 1,
"ycloudTemplateId": "ycloud123",
"ycloudPhone": "+86-138-0013-8000",
"name": "任务名称",
"nowSend": 1,
"week": "Monday",
"startTime": "09:00",
"endTime": "18:00",
"zoneId": "Asia/Shanghai"
},
"crmRequest": {
"type": 1,
"userId": 123,
"name": "张三",
"emailPhone": "test@example.com",
"label": 1,
"labels": [
0
],
"countrys": [
"string"
],
"country": "美国",
"offset": 0,
"limit": 10,
"filterRequest": {
"conditions": [
{
"id": 0,
"menu": 0,
"columns": "string",
"operator": "string",
"dataType": 0,
"value": "example_value"
}
],
"sorts": [
{
"id": 0,
"menu": 0,
"columns": "string",
"direction": "asc"
}
],
"logicalOperator": "AND"
},
"taskId": "task123",
"mode": 0,
"ids": [
0
],
"labelIds": [
0
],
"version": 1
}
}'
{
"date": "string",
"status": 0,
"message": "string",
"data": "string",
"returnCode": 0,
"count": 0,
"isEmpty": true
}