2 comments.

  1. Shanthosh

    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.

  2. Sujith

    We are having the same issue please let us know if you have resolved it thank you

Add a new comment.