ekyte

Package Information

Released: 7/10/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 1.0.1
Author: claudio.ekyte

Documentation

n8n-nodes-ekyte

This is an n8n community node that lets you integrate with the eKyte API to manage tasks, projects, tickets, boards, workspaces, notes, and notifications.

eKyte is a Digital Marketing Management Platform for High Performance.

Installation

Community Nodes (Recommended)

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-ekyte in Enter npm package name
  4. Agree to the risks of using community nodes
  5. Select Install

After installation, the eKyte node will be available in your n8n workflows.

Manual Installation

To install this node locally:

npm install @ekyte/n8n-nodes-ekyte

Credentials

You'll need to configure the eKyte API credentials:

  1. API Key: Your eKyte API key
  2. Company ID: Your eKyte company identifier

To obtain these credentials:

  1. Log into your eKyte account
  2. Navigate to your API settings
  3. Generate an API key if you don't have one
  4. Note your Company ID

Operations

Create Operations

  • Create Board: Create a new eKyte board
  • Create Note: Create a new note
  • Create Project: Create a new project
  • Create Task: Create a new task
  • Create Ticket: Create a new support ticket
  • Create Workspace: Create a new workspace

Get Operations

  • Get Boards: Retrieve all boards
  • Get Notifications: Retrieve notifications for a user
  • Get Projects: Retrieve all projects
  • Get Tasks: Retrieve all tasks
  • Get Tasks Phase: Retrieve tasks with phase information
  • Get Tickets Changed: Retrieve tickets updated in the last 15 minutes
  • Get Tickets Closed: Retrieve tickets closed in the last 15 minutes
  • Get Workspaces: Retrieve all workspaces

Node Usage

  1. Add the eKyte node to your workflow
  2. Configure your eKyte API credentials
  3. Select the desired operation
  4. Provide the required user email
  5. Configure operation-specific parameters
  6. Execute the workflow

API Reference

This node integrates with the eKyte API at https://api.ekyte.com/n8n. For detailed API documentation, visit the eKyte integration guide.

Version History

  • 1.0.0: Initial release with core eKyte operations

Requirements

  • n8n version 1.0.0 or higher
  • Node.js 20.15 or higher
  • Valid eKyte account with API access

Support

For issues, questions, or feature requests:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Rate Limiting

This node implements rate limiting to ensure compliance with eKyte API limits. All operations are automatically throttled to prevent exceeding API quotas.

Discussion