Aproova with n8n: automate notifications, not the review
Send review events to n8n, filter them by folder or group, and build WhatsApp notifications with a link and thumbnail.
Written by the Aproova product team from the review flows we build and test in the application.

A well-organized review can still wait because nobody noticed the update. Automation solves the notification, not the approval itself.
Aproova sends the event. n8n decides whether to message a channel, update another service, or call an API.
Choose one useful event first
A new review, released version, comment, decision, or stage change can trigger different workflows. Sending every event to the same chat creates noise.
Start with the manual step the team repeats most, such as notifying a client about a released version.
Scope the automation
A webhook can be limited by folder, subfolder, or group. One client can feed a dedicated workflow while internal work follows another route.
Dynamic fields carry review, version, file, folder, actor, link, and thumbnail data into the request.
Test before sending WhatsApp media
Create an n8n Webhook, copy its production URL into Aproova, and confirm an HTTP 2xx response with a test delivery.
Validate that the thumbnail URL returns an image before sending media. If no preview is available, send text with the review link and keep the decision in Aproova.
Keep the fallback simple
Media delivery should check whether the thumbnail URL returns an image. A PDF or video URL should not be sent as image media.
When no thumbnail is available, send a text notification with the review link. The reviewer still reaches the correct content.
Questions people ask before setting up the workflow
Does Aproova send WhatsApp messages directly?
The webhook sends data to n8n or another service. WhatsApp delivery depends on the provider and workflow configured by the team.
Can a webhook be limited to one client?
Yes. Endpoint scope can be filtered by workspace folder, subfolder, or group.
How do I know whether delivery worked?
Send a test, confirm an HTTP 2xx response, and check the recent delivery history after activation.












