n8n-nodes-agimate
v0.2.0
Published
n8n community nodes for AgiMate Platform — triggers, connectors and mobile/desktop device control
Readme
n8n-nodes-agimate
This is an n8n community node for the Agimate platform. It lets you integrate Agimate connectors, mobile devices, and event triggers into your n8n workflows.
Agimate is a platform for managing and automating IoT devices, mobile applications, and third-party service integrations.
n8n is a fair-code licensed workflow automation platform.
Installation Nodes Credentials Compatibility Usage Resources Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Nodes
This package includes three nodes:
Agimate Connectors
Executes actions through connectors registered on the Agimate platform.
Parameters:
- Connector - Select a connector from your Agimate account
- Connector Credentials - Select credentials for the connector
- Method - Select a method to execute
- Request Body - JSON request body for the method (optional)
Agimate Device
Executes actions on mobile devices registered with Agimate.
Parameters:
- Device - Select a device from your Agimate account
- Method - Select an action to execute on the device
- Request Body - JSON request body for the action (optional)
Agimate Trigger
Receives webhook events from the Agimate platform. This is a trigger node that starts workflows when events occur.
Parameters:
- Event Types - Filter by event types (default:
*for all events) - Authentication -
header(validate Authorization header) ornone - Include Headers - Include HTTP headers in output data
- Include Query Parameters - Include query parameters in output data
Supported Event Types:
mobile.trigger- Events triggered on mobile devicesconnector.event- Events from connectorscredential.updated- Credential update eventsdevice.action- Device action events
Note: After activating the workflow, copy the webhook URL and register it on the Agimate platform.
Credentials
Agimate API
To use these nodes, you need to configure Agimate API credentials:
- In n8n, go to Credentials > New Credential
- Search for "Agimate API"
- Configure the following fields:
- API URL - Base URL of the Agimate API (default:
https://api.agimate.io) - API Key - Your Agimate API key
- API URL - Base URL of the Agimate API (default:
The API key is sent in the X-API-Key header for all API requests.
Compatibility
Tested with n8n version 1.x. Requires n8n-workflow package.
Usage
Example: Execute device action
- Add Agimate Device node to your workflow
- Configure credentials
- Select your device
- Choose an action (e.g.,
vibrate) - Set request body:
{"duration": 500}
Example: React to mobile triggers
- Add Agimate Trigger node
- Set event type to
mobile.trigger - Activate workflow and copy webhook URL
- Register webhook URL in Agimate platform
- Add processing nodes after the trigger
Example: Use connector actions
- Add Agimate Connectors node
- Select connector and credentials
- Choose method to execute
- Configure request body if needed
Resources
Version history
0.1.0
- Initial release
- Agimate Connectors node
- Agimate Device node
- Agimate Trigger node
