Getting Started
Learn what Vomentatel is, how the platform is organized, how roles work, and how to send your first SMS from the panel or API.
VOMENTATELVomentatel Documentation
Explore platform guides, API references, tenant administration, billing workflows, delivery reports, webhooks, and operational resources built for enterprise SMS and CPaaS teams.
Knowledge Base
Browse Vomentatel documentation by workflow, role, or technical requirement.
Learn what Vomentatel is, how the platform is organized, how roles work, and how to send your first SMS from the panel or API.
Operate daily messaging workflows across dashboard analytics, message sending, campaign management, templates, contacts, reports, SIDs, and opt-out tools.
Manage balance, credits, top-ups, invoices, payment history, pricing plans, and account ledger activity.
Administer tenant accounts, sub-accounts, memberships, spend limits, role permissions, and account lifecycle controls.
Use REST API v1 to authenticate, send SMS, retrieve delivery reports, manage SIDs, configure API keys, and receive webhook events.
Access glossary terms, frequently asked questions, release notes, and operational reference material for messaging teams.
Quick Start
From account access to real-time delivery visibility, Vomentatel is designed to help teams move from setup to production quickly.
Select an approved Sender ID from your account or request a new one for your target market.
Add destinations manually or by file, select encoding, review message length, and preview the final SMS.
Send from the dashboard or API, then monitor delivery status, cost, message count, and DLR performance in real time.
Developer Experience
Use Vomentatel REST API v1 to send SMS programmatically, retrieve delivery reports, manage sender IDs, and connect webhook events to your internal systems.
curl -X POST https://vomentatel.com/v1/accounts/{accountId}/messages \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "messages": [ { "sender": "SID_UUID", "destinations": [{ "to": "905528406216" }], "content": { "text": "This is a sample message" } } ] }'
Authenticate requests with an account API key using the X-API-Key header.
Submit one or more messages and receive bulkId and messageId values for tracking.
Query reports by messageId or bulkId and review status, error, price, and timestamps.
Receive real-time delivery callbacks for sent, delivered, failed, and received message events.
Use Cases
Documentation is organized around the workflows that matter most to telecom, SaaS, fintech, logistics, healthcare, retail, and reseller teams.
Configure reliable transactional SMS flows for login, verification, and transaction authentication.
Send time-sensitive alerts with delivery visibility and webhook-based status tracking.
Create segmented campaigns, reuse templates, schedule sends, and analyze campaign performance.
Support high-volume A2P messaging with SMPP routing, failover, and per-destination analytics.
Manage branded SMS services with tenant isolation, sub-accounts, spend limits, billing, and role-based access.
Documentation Package
Download the standard Vomentatel documentation package for platform guides, API workflows, tenant administration, billing, reporting, webhooks, and customer success use cases.