Why am I not receiving any template messages that includes media even though i got successful response as status accepted while sending the template message
template messages not being sent
Tony-Marketing-API.cn is a vibrant community dedicated to Facebook, Meta,Google Ads api, app development, Instagram, and related technologies. It offers valuable bug solutions, troubleshooting cases, and problem-solving strategies shared by users. Stay updated with real-world solutions, development tips, and the latest trends in digital marketing and app development.
template messages not being sent
While sending a template message that includes media, we need to pass a link parameter "parameters": [ { "type": "image", "image": { "link": "https://URL" } } ] Initially I was passing the URL I obtained by uploading my file through the resumable upload API from Facebook, however what should be done is to store the URL on our side as well and while sending the template message, we should use that stored URL as the link.
We are having the same issue please let us know if you have resolved it thank you