Skip to main content

How to send imagefile from Airtable to WhatsApp using Airtable API

  • May 6, 2022
  • 1 reply
  • 0 views

Forum|alt.badge.img+6
  • Inspiring
  • 20 replies

Hi, I’m writing a program that sends Airtable content to WhatsApp in Node.js. I’m facing a problem while sending the image file, I can only find a way that sends the image URL and not the image itself. How can I convert the URL to the image file?

Code for sending the image URL.

const img = record.get('Image');
imgurl = img[0].url
console.log(imgurl)

Help is appreciated, Thank you!

1 reply

Forum|alt.badge.img+5
  • Participating Frequently
  • 5 replies
  • September 12, 2023

Hi, in case you still need help with it, there's an easier way to send Airtable images to WhatsApp using Zapier/Make and a WhatsApp bot called WhatsAble. 

You connect an Airtable trigger to zap/make and there's a field to add an attachment which can be anything from documents, videos, or images. It then gets sent to your designated WhatsApp number without needing to set up WhatsApp business cloud


Reply