Developers
Developer Overview
The Qwetty API lets you programmatically access your organization's chats, contacts, and templates — and send messages through your connected channels.
What you can build
- CRM integrations — Sync contacts and conversations with your CRM
- Custom dashboards — Pull analytics data into your own reporting tools
- Automated messaging — Send messages based on external triggers (e.g., order updates)
- Chatbot backends — Connect external AI/NLP services
- Web chat embedding — Add live chat to your website
Base URL
Code
For local development:
Code
Available endpoints
| Resource | Operations |
|---|---|
| Chats | List, get details |
| Messages | List, send |
| Contacts | List |
| Templates | List, send template messages |
See the full API Reference for detailed endpoint documentation.
Getting started
- Create an API key in Settings → API Keys
- Authenticate your requests with Bearer token
- Send your first message
Conventions
- All responses are JSON
- Pagination uses
pageandlimitquery parameters - Errors return
{ success: false, message: "..." } - Timestamps are in ISO 8601 format
Next steps
- Authentication — How to authenticate
- API Keys — Create and manage keys
- API Reference — Full endpoint documentation
Last modified on