EnoSend
Category

Tutorials

Step-by-step guides — connect WhatsApp, send messages, build automations.

SMS vs WhatsApp for OTPs and alerts: an honest breakdown
Tutorials · · 3 min read

SMS vs WhatsApp for OTPs and alerts: an honest breakdown

SMS or WhatsApp for your OTPs, receipts and alerts? An honest breakdown for developers and product teams, including the cases where SMS still wins.

Auto-reply to WhatsApp messages with Node.js and EnoSend
Tutorials · · 3 min read

Auto-reply to WhatsApp messages with Node.js and EnoSend

A Node.js and Express webhook that receives WhatsApp messages through EnoSend, verifies the HMAC-SHA256 signature, and auto-replies. Real, checked code you can run today.

Send WhatsApp order confirmations from Laravel with EnoSend
Tutorials · · 2 min read

Send WhatsApp order confirmations from Laravel with EnoSend

A working Laravel setup for sending WhatsApp order confirmations through EnoSend and verifying the delivery webhook with HMAC-SHA256. Real, correct code you can paste into an existing app today.

Never Forget Anything Again: How I Use EnoSend to Send Myself Reminders on WhatsApp
Tutorials · · 3 min read

Never Forget Anything Again: How I Use EnoSend to Send Myself Reminders on WhatsApp

Most reminder apps get ignored. WhatsApp doesn't. Here's how to use EnoSend to send scheduled WhatsApp messages to yourself — so you actually act on what matters.

Send WhatsApp from Zapier with EnoSend in 1 minutes (no custom code)
Tutorials · · 4 min read

Send WhatsApp from Zapier with EnoSend in 1 minutes (no custom code)

Zapier doesn't ship a dedicated EnoSend app — and you don't need one. The Webhooks by Zapier action handles every send and receive flow EnoSend supports, with no code.

Send your first WhatsApp message with the EnoSend REST API
Tutorials · · 2 min read

Send your first WhatsApp message with the EnoSend REST API

A complete quickstart: create an account, connect a WhatsApp session, grab an API key, and POST a message — with copy-paste examples in curl, Python and Node.js.

Trigger WhatsApp from n8n with EnoSend
Tutorials · · 2 min read

Trigger WhatsApp from n8n with EnoSend

Build an n8n workflow that sends WhatsApp messages through EnoSend whenever a trigger fires. Includes a working example you can import.

How to run a 1,000-recipient WhatsApp campaign without getting your number banned
Tutorials · · 3 min read

How to run a 1,000-recipient WhatsApp campaign without getting your number banned

WhatsApp doesn't ban accounts because you sent a lot of messages — it bans them because you sent them the wrong way. Here's the operator playbook for getting 1000 recipients reached with your number still alive at the end.

Build a WhatsApp OTP flow with Django and EnoSend in 30 minutes
Tutorials · · 4 min read

Build a WhatsApp OTP flow with Django and EnoSend in 30 minutes

WhatsApp OTPs have better deliverability and lower per-message cost than SMS in most African markets. Here's a full Django implementation using EnoSend, end to end.