UNPKG

n8n-nodes-dext

Version:

n8n node for Dext Precision API

60 lines (39 loc) 1.81 kB
# n8n-nodes-dext This is an n8n community node that provides integration with the Dext Precision API. [n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform. [Installation](#installation) [Operations](#operations) [Credentials](#credentials) [Compatibility](#compatibility) [Usage](#usage) [Resources](#resources) ## Installation Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) 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: 1. Log in to your Dext Precision account 2. Go to "Your Settings" > API tab 3. Generate an API token 4. 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 1. Install the node in your n8n instance 2. Configure the Dext API credentials with your API token 3. Add the Dext node to your workflow 4. Select the operation you want to perform 5. Configure the required parameters ## Resources - [Dext Precision API Documentation](https://help.dext.com/en/articles/105818-precision-api) - [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/) ## 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. ## License [MIT](https://github.com/n8n-io/n8n-nodes-dext/blob/master/LICENSE.md)