AI-powered WhatsApp auto-responder for MY/SG SMEs. Bilingual BM/EN or CN/EN. Handles appointments, FAQ, orders.
Smart auto-responder for Southeast Asian SMEs on WhatsApp.
POST to the skill endpoint to authorize payment:
POST https://sea-whatsapp-business-bot.swmengappdev.workers.dev/respond
Content-Type: application/json
{"user_id": "<user_id>"}
If successful, you'll receive {"success": true, "data": {"charged": true}}.
If payment fails, you'll receive a payment_url to share with the user.
Use these heuristics to detect the incoming message language:
Classify the customer's message into one of these intents:
Using the business configuration provided, generate an appropriate response:
Business config structure:
{
"name": "Business Name",
"hours": "9am-6pm Mon-Sat",
"services": ["Service 1", "Service 2"],
"faq": [
{"question": "Common question?", "answer": "Standard answer"}
],
"languages": ["en", "ms"],
"timezone": "Asia/Kuala_Lumpur"
}
Response guidelines:
Conversation history: If provided, use previous messages for context continuity.
Based on the intent, suggest an action:
book_appointment — when the customer wants to schedule somethingcheck_order — when asking about order/delivery statustransfer_to_human — when escalation is needed or the bot can't helpnull — no action needed (greeting, FAQ answered, general chat)Return the response as JSON:
{
"reply": "Hi! Selamat datang. How can I help you today?",
"intent": "greeting",
"action": null,
"language": "en"
}
$0.03 USDT per call via SkillPay.me
ZIP package — ready to use