Send WhatsApp from your WordPress app
aulm is a hosted WhatsApp gateway — flat pricing, webhooks, multi-number support. No Meta approval required. Works with WordPress through a tiny backend layer.
Three steps
- Create an account and scan the QR code to pair your number.
- Paste the prompt below into WordPress to scaffold the sender + webhook.
- Send your first message via POST /v1/messages/send-text.
Ready-to-paste prompt:
Build this as a small WordPress plugin (or in functions.php): use wp_remote_post() server-side for the send helper, and register_rest_route() for the inbound webhook (verify the x-aulm-signature HMAC there). Store AULM_API_KEY / AULM_SESSION_ID / AULM_WEBHOOK_SECRET as constants in wp-config.php (server-side only).
See the full Quick Install section in docs for the complete core prompt.
FAQ
- Do I need Meta approval to use aulm with WordPress?
- No. aulm is an independent gateway. No Meta business verification and no per-message fees.
- How long does setup take?
- Usually under 10 minutes: sign up, scan QR, paste the prompt, send.
- Is aulm the official WhatsApp Business API?
- No. aulm is an independent gateway driving a real WhatsApp session. Read the warm-up guide before sending at volume.