Welcome to ENA Connect
ENA Connect is a powerful platform designed to secure communication, streamline collaboration, and integrate with your workflow tools. This documentation will guide you through setting up your account, understanding core features, and making the most of our API platform.
Secure Messaging
All messages are encrypted end-to-end using military-grade AES-256 encryption. Your data stays private and safe at all times.
Team Rooms
Create dedicated rooms for your team, clients, or projects with customizable permissions and access controls.
File Sync
Share and sync files across your team with real-time access control, version history, and collaborative editing.
Analytics
Get insights into team performance, meeting efficiency, and communication patterns.
Getting Started
Step 1:
Visit our homepage and select "Start Free Trial" in the top right corner.
Step 2:
Fill out your company information and validate your email.
Step 3:
Get your API keys in the developer dashboard for integration with external tools.
Tip: Use our official SDKs (Python, JavaScript, Node.js) for faster integration with ENA Connect API.
Authentication
POST /api/v1/auth/token { "email": "user@example.com", "token": "your-personal-api-token" }
Generates a JWT token for API access. Use the returned token in Authorization Header as Bearer token.
Messages
POST /api/v1/messages { "room_id": "1234", "content": "Meeting scheduled at 3 PM", "format": "text" }
Sends a message to a specific room. Supports multiple formats including text, HTML, and attachments.