Connect your own AI server or custom API to handle incoming messages and generate intelligent replies using OpenAI, Claude, or any custom logic. Take full control of your auto-reply system.
Unlock the power of AI and custom automation for your messages
Integrate OpenAI, Claude, or any AI service to generate intelligent, context-aware responses automatically.
Implement your own rules, CRM integration, database lookups, or any custom logic for replies.
Messages are sent to your API instantly, with fast response times and reliable delivery.
Detect and respond in any language using AI translation or your own language detection logic.
Track all messages, analyze patterns, and optimize your auto-reply system with complete visibility.
Your data goes directly to your server. Full encryption with X-API-Key authentication support.
Simple 4-step process from message to intelligent reply
AutoReply Mate receives a notification from WhatsApp, SMS, Telegram, or any supported app.
Message data is sent to your configured endpoint with sender info, message text, and timestamp.
Your server/AI analyzes the message and generates an intelligent reply using your custom logic.
AutoReply Mate receives your response and sends it back to the sender instantly.
Everything you need to integrate your server
AutoReply Mate sends this JSON to your API endpoint
POST /api/autoreply
Content-Type: application/json
X-API-Key: your-secret-key-here
{
"type": "SMS",
"sender": "+40712345678",
"name": "John Doe",
"message": "help",
"timestamp": "2026-02-28 14:30:00"
}
SMS, WHATSAPP,
TELEGRAM,
FACEBOOK_MESSENGER,
INSTAGRAM, etc.
+40712345678) or contact name if
phone not available
yyyy-MM-dd HH:mm:ss
Your server must respond with this JSON structure
{
"text": "Your reply message here",
"status": "success",
"timestamp": "2026-02-28 14:30:05"
}
"success" to send the reply
(required)
Handle these common error scenarios
{
"error": "Missing X-API-Key header",
"status": "unauthorized"
}
{
"error": "Invalid API key",
"status": "forbidden"
}
{
"error": "Invalid JSON format",
"status": "bad_request"
}
Quick test to verify your endpoint is working
curl -X POST https://your-domain.com/api/autoreply \
-H "Content-Type: application/json" \
-H "X-API-Key: your-secret-key-here" \
-d '{
"type": "SMS",
"sender": "+40712345678",
"name": "Test User",
"message": "help",
"timestamp": "2026-02-28 14:30:00"
}'
Get started with Server API in minutes
Create your API endpoint using PHP, Node.js, Python, or any backend. See code examples for ready-to-use implementations.
Launch the app and navigate to Settings โ Server API Configuration (PRO feature required).
Enter your API URL and optional X-API-Key. Select which apps to enable (WhatsApp, SMS, Telegram, etc.).
Use the built-in "Test Connection" button to verify your endpoint is working correctly before activating.
Toggle the switch to activate. Server API will now handle messages for selected apps (bypassing custom rules).
When Server API is active for an app, ALL custom rules are bypassed. Only your API will handle messages for that app. Make sure your server is reliable and responds quickly.
Real-world applications of Server API integration
Upgrade to PRO to unlock Server API Integration and connect your AI server