Three nodes to connect real devices and AgiMate connectors to your workflows.
Each node has its role. Together — full automation.
Starts a workflow on device or service events. Works as a webhook — n8n listens and reacts.
Calls connector methods — fetching data, updating statuses, sending messages. Any service from the catalog.
Controls mobile devices — screenshots, notifications, command execution. The agent acts autonomously.
From installation to your first workflow — under a minute.
Via npm in your n8n instance or through the Community Nodes UI.
npm install n8n-nodes-agimateEnter your AgiMate API key in n8n settings. One key for all three nodes.
Drag the node onto the canvas, pick a method, and run. Done.
Ready-made ideas for your workflows
New marketplace orders automatically go to Google Sheets and Telegram.
Incoming customer messages are analyzed by AI, which replies or escalates.
Takes a device screenshot every hour and saves it to cloud for auditing.
Monitors competitor prices and sends a notification on deviation.
Automatic stock synchronization between warehouse and marketplaces.
Critical events are announced on device via TTS.
Use AgiMate as a tool for n8n AI Agent
The n8n AI Agent can use AgiMate nodes as tools. The agent decides when to call a connector, take a screenshot, or send a notification.
Events you can subscribe to via AgiMate Trigger
| Event | Description | Source |
|---|---|---|
order.created | New order | Marketplaces |
order.status_changed | Order status change | Marketplaces |
message.received | Incoming message | Messengers |
price.changed | Competitor price change | Monitoring |
device.screenshot | Device screenshot | Mobile |
device.notification | Device notification | Mobile |
inventory.low | Low stock | Warehouse |
review.new | New review | Marketplaces |
order.createdorder.status_changedmessage.receivedprice.changeddevice.screenshotdevice.notificationinventory.lowreview.newTwo ways to install — pick what works for you
Run this command in your n8n directory:
npm install n8n-nodes-agimate