Documentation
Developer guide and technical documentation
Overview
Qmarketing is a comprehensive platform for smart chat and automated responses across various social media platforms.
// مثال على الاستخدام الأساسي
const salesAI = new SalesAI({
apiKey: 'your-api-key',
platform: 'whatsapp'
});
salesAI.sendMessage('Hello World!');
Installation
You can get started with our platform by following these steps:
1
Create Account
Create a new account on our platform
2
Connect Platforms
Connect your social media accounts
3
Create Flows
Create smart flows for automated responses
Comprehensive support for WhatsApp Business API
Send and receive messages
Smart automated responses
Manage lists and tags
API Overview
RESTful API to access all platform features
POST
/api/v1/messages/send
{
"platform": "whatsapp",
"to": "+966501234567",
"message": "Hello from Qmarketing!",
"type": "text"
}