Send WhatsApp from your Make app

aulm is a hosted WhatsApp gateway — flat pricing, webhooks, multi-number support. No Meta approval required. Works with Make through a tiny backend layer.

Three steps

  1. Create an account and scan the QR code to pair your number.
  2. Paste the prompt below into Make to scaffold the sender + webhook.
  3. Send your first message via POST /v1/messages/send-text.

Ready-to-paste prompt:

Use an HTTP module for sends (POST to the aulm URLs, Authorization: Bearer header with AULM_API_KEY stored as a Make connection/keychain value). For inbound, use a Custom Webhook trigger, then verify the x-aulm-signature HMAC over the raw body before processing.

See the full Quick Install section in docs for the complete core prompt.

FAQ

Do I need Meta approval to use aulm with Make?
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.