Expected Errors & Programming Languages
Expected Errors
Using MM API to send normal text messages
{
"detail": {
"error": {
"message": "(#100) Invalid parameter",
"type": "OAuthException",
"code": 100,
"error_data": {
"messaging_product": "whatsapp",
"details": "Message must be a template message."
},
"fbtrace_id": "AS8UhxdPr7P7WMufJGTGVGU"
}
}
}Using MM API to send Authentication/Utility templates
Not allowed to send messages using MM API
Using the wrong D360-API-KEY
Examples using multiple programming languages
1. Postman Collection

2. NodeJS (using request library)
3. Python (using request library)
Last updated
Was this helpful?