curl –XPOST https://api.tyntec.com/conversations/v3/messages\ -H 'Content-Type: application/json' \ -H 'apikey: <API KEY>' \ -d '{ { "from" : "{{whatsAppBusinessNumber}}", "to" : "{{receiverPhoneNumber}}", "channel" : "whatsapp", "content" : { "contentType" : "image", "image" : { "url": "https://upload.wikimedia.org/wikipedia/commons/6/6c/Sample_EPC_QR_code.png", "caption" : "An optional caption" } } }
ℹ️ QR codes can be shared as an image.
ℹ️ Do you want to send an image as a media message template? Check how to integrate images in your media message template here.
