该文档为第一版接口,后续将弃用,目前已不再更新维护,建议您使用新的接口文档进行请求:https://salesmartly-api.apifox.cn
curl --location --request POST 'https://api.salesmartly.com/api/whatsapp/send-whatsapp-template' \
--header 'external-sign: string' \
--form 'chat_user_id=""' \
--form 'project_id=""' \
--form 'template_content=""' \
--form 'template_variables="{\"text\":[\"111\",\"222\"],\"image\":\"https://ss.com/ss.jpg\",\"video\":\"https://ss.com/ss.mp4\",\"file\":\"https://ss.com/ss.txt\"}"'
{
"data": {},
"count": {},
"code": 0,
"msg": "string"
}