Package Information
Downloads: 1 weekly / 7 monthly
Latest Version: 1.0.0
Author: n8n Community
Available Nodes
Documentation
n8n-nodes-dext
This is an n8n community node that provides integration with the Dext Precision API.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Client
- Get All: Retrieve all clients
- Get: Get a specific client by ID
- Get Activity Stats: Get activity statistics for a client
Credentials
To use this node, you need a Dext Precision API token:
- Log in to your Dext Precision account
- Go to "Your Settings" > API tab
- Generate an API token
- Use this token in the n8n credentials configuration
Note: Store the token securely and do not share it.
Compatibility
- Minimum n8n version: 0.175.0
- Credentials: API Token authentication
Usage
- Install the node in your n8n instance
- Configure the Dext API credentials with your API token
- Add the Dext node to your workflow
- Select the operation you want to perform
- Configure the required parameters
Resources
API Rate Limits
The Dext Precision API has a rate limit of 60 requests per minute. Exceeding this limit will return a HTTP 429 "Too Many Requests" response.