{
"tenantId": "{{tenantId}}",
"userName": "{{userName}}",
"createTime": "{{createTime}}",
"token": "{{token}}",
"objType": 1,
"executeType": 2,
"info": [
{
"senderWhatsApp": "{{senderWhatsApp}}",
"friendWhatsApp": "{{friendWhatsApp}}",
"contentList": [
{
"text": "test001",
"type": 0,
"sort": 1
},
{
"url": "https://image.whatsappscrm.com/client/135/autoReply/20220804-whatsapp_03.png",
"type": 1,
"sort": 2
}
]
},
{
"senderWhatsApp": "{{senderWhatsApp}}",
"friendWhatsApp": "{{friendWhatsApp}}",
"contentList": [
{
"text": "test001",
"type": 0,
"sort": 1
},
{
"text": "test002",
"type": 0,
"sort": 2
}
]
}
]
}
curl --location --request POST 'http://wascrm.socialepoch.com/wscrm-bus-api/openapi/gs/simpleCreateMomc' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantId": "503632",
"userName": "ALT000",
"createTime": "2022-09-16 11:57:10",
"token": "05a376fa833e90fe02fd0a9c4fa1ba2b",
"objType": 1,
"executeType": 2,
"info": [
{
"senderWhatsApp": "",
"friendWhatsApp": "",
"contentList": [
{
"text": "test001",
"type": 0,
"sort": 1
},
{
"url": "https://image.whatsappscrm.com/client/135/autoReply/20220804-whatsapp_03.png",
"type": 1,
"sort": 2
}
]
},
{
"senderWhatsApp": "",
"friendWhatsApp": "",
"contentList": [
{
"text": "test001",
"type": 0,
"sort": 1
},
{
"text": "test002",
"type": 0,
"sort": 2
}
]
}
]
}'
{}