when i try to send message to WhatsApp even user contacted me a few minuets ago i got error
i need best way for subscribed use so i don't have additional charges thanks
what i’m doing wrong here ?
{
"subscriber_id": "#####",
"data": {
"type": "whatsapp", // "whatsapp" and "telegram" are also supported
"version": "v2",
"template_name": "test",
"content": {
"messages": [
{
"type": "text",
"text": "مرحبا 👋 هذا اختبار إرسال من Postman عبر ManyChat!"
}
]
}
}
}
{
"status": "error",
"message": "Content can’t be sent to the subscriber without a message tag. Subscriber’s last interaction was over 0h ago (more than 24 hours ago)",
"code": 3011
}