I am using the Whatsapp send message api to send message but not recieving the message
This is whatsapp business id i am using this to send single text message and getting success but not receiving message.
but when i trying to send template message its working and i am receiving but not working in individual type message. Please help me to get out of this problem
this is payload { "messaging_product": "whatsapp", "recipient_type": "individual", "to": "919803342943", "type": "text", "text": { "body": "As requested, here's the link to our latest product" } }