How can I see a preview of the image using the link?

How can I see a preview of the image using the link?

If I have the Show URL Previews option enabled in the Whatsapp node settings

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

n8n version:** 1.81.0
Database (default: SQLite):** superbase (postgres)
n8n EXECUTIONS_PROCESS setting (default: own, main):** own
Running n8n via (Docker, npm, n8n cloud, desktop app):** n8n cloud
Operating system:**

U have to interact with HTTP Node to download the image using its URL

1 Like

Hello, I have a question. This node expects a URL, but I have the URL inserted in a WhatsApp response. How would this work if there could be several URLs?

U have to extract them using Code Node.

Steps to follow:
1- Get the output from Whatsapp
2- Use Any AI (outside N8N) ex: Deepseek, ChatGPT to help u extract the URLS and insert them in JSON format
3- Try to use a Loop Node to take each URL and do ur action.


If my answer rings any bell 🔔 take a step, love it ❤️ and let me know! But if it's correct 👍, please mark it as the accepted solution! Thanks a lot! 😊

Let me know if you’d like any further tweaks! :rocket:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.