Gravio Blog
April 28, 2025

How to trigger software at the Edge using n8n?

How to trigger a cctv camera at the edge from n8n using Gravio
How to trigger software at the Edge using n8n?

n8n is a tool that has gained popularity recently due to its simplicity. But even though n8n can be run on-premise, most people run it in the cloud. In this tutorial, we learn how you can trigger an action at the edge using Gravio, triggered by n8n. In this case we trigger a camera to take a picture and send it via e-mail.

The setup is simple:

n8n (cloud activity) ➡️ publish ➡️ MQTT ⬅️ subscribe ➡️ Gravio (edge activity)

The setup on n8n looks like this:

The form can be found under https://gregavio.app.n8n.cloud/form/f4aeb455-1b8b-4697-9525-0135f56d67af

The first step is to set up the form:

Then we use an MQTT publish event sending the JSON document to the respective broker (there are many available out there, we use ThingDash in this example):

That’s it. On the Gravio side at the Edge, we have the following setup for the subscription on the input side:

On the trigger side, we just push whatever comes in to the action:

Where we take a picture from the camera and send it via e-mail. We use the free option of Brevo.com as SMTP server:

The result from sending the form is an e-mail like this:

Needless to say, you can trigger all sort of activities at the edge, including sending data back using webhooks and HTTP requests. Your imagination is the limit. Do you like to find out what you can build? Get in touch with us: getstarted@gravio.com 

Latest Posts
Enterprise AI Adoption: Building an AI-Native Workforce That Empowers Every Employee
AI adoption is no longer limited to technical teams. Enterprise AI tools now empower non-technical employees to build practical business solutions that improve efficiency and productivity. With a structured approach to digital transformation, companies can unlock workforce innovation and become truly AI-native organizations.
Friday, February 20, 2026
Read More
MQTT vs KAFKA
A comprehensive technical comparison of MQTT and Apache Kafka messaging protocols. Learn the key differences in architecture, performance, delivery guarantees, and discover when to use each protocol for IoT, real-time streaming, and enterprise applications.
Friday, February 13, 2026
Read More