AgiMate + n8n

Three nodes to connect real devices and AgiMate connectors to your workflows.

Three nodes — one integration

Each node has its role. Together — full automation.

AgiMate Trigger

Starts a workflow on device or service events. Works as a webhook — n8n listens and reacts.

  • Mobile device events
  • Notifications from connected services
  • Filter by event type
  • Automatic retry on errors
Example
An event in a serviceAgiMate TriggerHandled in n8n

AgiMate Connectors

Calls connector methods — fetching data, updating statuses, sending messages. Any service from the catalog.

  • Telegram, MCP servers and your API by key
  • Full access to API methods
  • Dynamic method and parameter selection
  • Automatic authorization
Example
Fetch ordersAgiMate ConnectorsData to Google Sheets

AgiMate Mobile

Controls mobile devices — screenshots, notifications, command execution. The agent acts autonomously.

  • Device screenshots
  • Send notifications and TTS
  • Execute commands on device
  • Status monitoring
Example
AI commandAgiMate MobileAction on phone

Install in 3 steps

From installation to your first workflow — under a minute.

1

Install the node

Via npm in your n8n instance or through the Community Nodes UI.

npm install n8n-nodes-agimate
2

Add credentials

Enter your AgiMate API key in n8n settings. One key for all three nodes.

3

Create a workflow

Drag the node onto the canvas, pick a method, and run. Done.

Use cases

Ready-made ideas for your workflows

Order monitoring

New marketplace orders automatically go to Google Sheets and Telegram.

AgiMate TriggerFilterGoogle Sheets + Telegram

AI-powered support

Incoming customer messages are analyzed by AI, which replies or escalates.

AgiMate TriggerOpenAIAgiMate Connectors

Scheduled screenshots

Takes a device screenshot every hour and saves it to cloud for auditing.

ScheduleAgiMate MobileGoogle Drive

Price change alerts

Monitors competitor prices and sends a notification on deviation.

AgiMate TriggerCompareSlack / Telegram

Inventory sync

Automatic stock synchronization between warehouse and marketplaces.

ScheduleAgiMate ConnectorsOzon + WB API

Voice notifications

Critical events are announced on device via TTS.

AgiMate TriggerFilterAgiMate Mobile TTS

AI Agent integration

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.

AI Agent
AgiMate Tools
Fetch ordersTake screenshotSend notificationUpdate status

Event types

Events you can subscribe to via AgiMate Trigger

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

Get started now

Two ways to install — pick what works for you

Via CLI

Run this command in your n8n directory:

npm install n8n-nodes-agimate

Via n8n UI

  1. 1Settings → Community Nodes
  2. 2Install a community node
  3. 3Enter n8n-nodes-agimate