Package Information
Released: 4/5/2025
Downloads: 0 weekly / 40 monthly
Latest Version: 1.0.0
Author: chowderr
Available Nodes
Documentation
n8n-nodes-motion
This is an n8n community node for integrating with Motion, a project management platform. It provides a node that allows you to interact with the Motion API from your n8n workflows.
Installation
Community Nodes (Recommended)
For users with n8n v0.187+, the easiest way to install is through the Community Nodes feature:
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-motion
in Enter npm package name - Agree to the risks
- Click Install
Manual Installation
To install this node manually:
npm install n8n-nodes-motion
For Docker-based n8n installations, add this to your Dockerfile:
RUN cd /usr/local/lib/node_modules/n8n && \
npm install n8n-nodes-motion
Usage
Authentication: You will need to create an API key from your Motion account. Navigate to Settings > Developer and create a new API key.
Creating Credentials: In n8n, go to the Credentials tab and add Motion API credentials with your API key and workspace ID.
Using the Node: Add the Motion node to your workflow and choose from the available operations:
- Task: Create, Get, Get All, Update, Delete
Examples
Create a Task
- Add a Motion node to your workflow
- Select the "Task" resource and "Create" operation
- Enter the required fields (Workspace ID and Title)
- Optional: Add additional fields like description, assignee, due date, etc.
Fetch Tasks from a Project
- Add a Motion node to your workflow
- Select the "Task" resource and "Get All" operation
- Enter the Workspace ID
- Add a filter for Project ID
- Choose if you want to return all results or limit the number