I have used this formular "=concatenate("https://api.whatsapp.com/send/?phone=",F235,"&text=",I235,"&type=phone_number&app_absent=0")" in sending customized messaging from my sheets. Now i would like to add images to the messages being sent.
I have uploaded the image unto a cloud repository and generated a public link for it. I would like to now encode the image as part of the formular/WhatsApp API above so that the image automatically pops up when the messaging is being sent to the recipients.
PS: i have no technical/developing background
Can anyone help me with this?