1 Like
You’re super close, the only reason the WhatsApp node isn’t sending the image is because it has no image source mapped. It’s set to messageType: "image" but you haven’t given it an image URL, media ID, or binary file.
You can fix it in one of two quick ways:
1. If your Google Sheet has a public image URL
In the WhatsApp node’s Image URL field, map:
{{ $json["image_url"] }}
(Replace image_url with your column name.)
2. If the URL isn’t public
Do:
-
HTTP Request → download image as binary
-
WhatsApp → Media Upload → get media ID
-
WhatsApp → Send Image → use that media ID
Right now nothing is mapped, so WhatsApp has no image to send.
Tell me your sheet’s column name and I’ll give you the exact mapping.
- Name Service
- Name product
- Name description
- Link
- Image ??
Please help