Sin desarrollador: configura auto-respuestas por palabra clave en el panel. Con desarrollador: webhooks (HMAC-SHA256) y respuesta por API. 24/7. 100 mensajes/mes gratis, desde $1.
Answer common questions like opening hours, location, pricing, and order status without staying on standby manually.
Set automatic replies when a customer sends a specific keyword, quick to set up from the dashboard.
Use webhooks so incoming messages are processed by your system/AI, then send a dynamic reply via the API.
For simple needs, just set up keyword auto-reply without coding from the dashboard.
# Example incoming-message webhook payload
POST https://your-server.com/webhook
{
"from": "+6281234567890",
"message": "pricing",
"received_at": "2026-06-01T08:00:00Z"
}
# Reply automatically via API
POST https://api.loginwa.com/api/v1/messages/send
{
"phone": "+6281234567890",
"message": "Check our price list here 😊"
}
Set rules in the dashboard with no code. HMAC-SHA256 webhooks if you need your own server. Free 100 messages/month.
Start freeKeyword rules from the dashboard, or a webhook to your server. Replies use the same quota as OTP and blast.
Yes. You can set up auto-reply based on keywords or message patterns. For more complex logic, use a webhook so incoming messages are processed by your system and replies are sent back via the API.
Yes. Through webhooks, every incoming message is forwarded to your endpoint. You are free to process it with business logic, a database, or AI, then send a reply using the LoginWA API.
Rules run while a device is online. There is no separate business-hours switch in the dashboard.
Para auto-respuesta por palabra clave, configúralo en el panel sin código. Para flujos avanzados, usa webhooks y la API con tus claves.