curl 'https://graph.facebook.com/v24.0/106540352242922/messages' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer EAAJB...' \
-d '
\{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "+1233214532",
"type": "template",
"template": {
"name": "august_promotion",
"language": {
"code": "en"
},
"components": [\
{\
"type": "header",\
"parameters": [\
{\
"type": "image",\
"image": {\
"link": "https://www.luckyshrubs.com"\
}\
}\
]\
},\
{\
"type": "body",\
"parameters": [\
{\
"type": "text",\
"text": "Hello Andy..."\
}\
]\
},\
{\
"type": "tap_target_configuration",\
"parameters": [\
{\
"type": "tap_target_configuration",\
"tap_target_configuration": [\
{\
"url": "https://www.luckyshrubs.com/",\
"title": "Offer Details"\
}\
]\
}\
]\
}\
]
}
}'