{"library":"n8n-nodes-evolution-api-media-downloader","title":"n8n Evolution API Media Downloader","description":"A community node package for n8n (v0.1.0) that adds a node to download media from Evolution API data messages. This package allows users to process incoming WhatsApp messages containing media (images, audio, video, documents) and download the files directly within n8n workflows. The node integrates with the Evolution API webhook format. It is intended for n8n instances running version 0.218.0 or later. The package is minimal and focused on a single use case, with no additional dependencies beyond n8n-workflow.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install n8n-nodes-evolution-api-media-downloader"],"cli":null},"imports":["import { EvolutionApiMediaDownloader } from 'n8n-nodes-evolution-api-media-downloader'","import { nodeMetadata } from 'n8n-nodes-evolution-api-media-downloader'","import EvolutionApiMediaDownloader from 'n8n-nodes-evolution-api-media-downloader'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install the package in your n8n custom nodes directory\n// npm install n8n-nodes-evolution-api-media-downloader\n\n// Example usage: Create an n8n workflow that uses the node\n// 1. Add a Webhook node (trigger) to receive Evolution API messages\n// 2. Connect it to an Evolution API Media Downloader node\n// 3. Configure the node to extract the media URL from the webhook payload\n\n// The node expects input with JSON like:\n// {\n//   \"data\": {\n//     \"message\": {\n//       \"mediaUrl\": \"https://evolution-api.example.com/media/123\",\n//       \"fileName\": \"document.pdf\",\n//       \"mimeType\": \"application/pdf\"\n//     }\n//   }\n// }\n\n// Node output will contain the downloaded file as binary data\n// Use n8n's Set node to map the binary data for further processing","lang":"javascript","description":"Shows how to install and configure the node in an n8n workflow for downloading media from Evolution API","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}