Make + Android SMS Gateway: Webhook pattern

Featured illustration for Make + Android SMS Gateway: Webhook pattern

Make + Android SMS Gateway: Webhook pattern. Content-only integration guide for Make (webhook pattern). Describe REST/webhook patterns; do not ship plugin code. Priced by devices and SMS send volume; BYO phone and operator credit. Developer Center owns live API parameters.

Written by the SMS Gateway team for operators who run phones and airtime themselves — not for theoretical cloud SMS demos.

InformationAndroid SMS GatewayIntegrationmake
Article
Published
February 24, 2026
Updated
March 22, 2026
Reading time
16 minute read

Key Takeaways

  • Make + an Android SMS gateway is a custom webhook plus an HTTP module to POST /messages — not a first-party Make app we ship.
  • Outbound: scenario HTTP to app.sms-gateway.app with Bearer from Make’s secret store. Inbound: our HMAC webhook into a Make custom webhook.
  • Confirm live JSON in Developer Center. Map 200 to accepted, not delivered.
  • Idempotency-Key per Make execution. Isolate OTP devices. Pace to last-seen.
  • You bring the phone and operator credit. Platform pricing is devices plus send volume.

Make is HTTP, not a plugin

Hub: Android SMS gateway API. Product webhooks: SMS webhooks. Make’s own webhook help: make.com webhooks. Live fields: Developer Center.

We meter devices and volume. A prettier scenario does not include pulsa.

Two directions

Outbound: Make HTTP module POST https://app.sms-gateway.app/api/v1/messages with Authorization: Bearer from a scenario variable — not a note on the canvas. Inbound: subscribe to message.delivered / message.failed / message.received and point the URL at Make’s custom webhook.

“If the only ‘integration’ is a Google Sheet that Make polls, you built a delay machine. Webhooks exist so the radio can talk back.”

Scenario failure modes

Make webhook pattern vs first check
SymptomLikely causeFirst check
Duplicate SMSMake auto-retry, no Idempotency-KeyStable key = bundle + recipient
200, CRM says deliveredHTTP mapped to DLRDLR
No inbound module fireURL, TLS, HMAC headers ignoredX-SmsGateway-Signature
OTP late during a saleSame device as the blastNamed OTP pool
Pending pileScenario faster than last-seenPairing

HMAC or do not trust it

Verify timestamp + body before the scenario writes CRM. RFC 2104. cURL tests: webhook receive.

Keep OTP off the blast scenario

Isolate OTP. STOP: auto-reply. Pricing.

Next steps

Canary one staff number from a tiny scenario. Confirm HMAC on inbound. Operator credit stays yours.

Jump to the live product docs for this topic—not another long-form article.

FAQ

Frequently asked questions

Direct answers about make android sms gateway.

Is there an official Make.com SMS Gateway app?

No. Content-only: Custom Webhook + HTTP. Do not wait for a marketplace plugin from us.

Can Make send OTP in the same scenario as a promo blast?

Do not. Named OTP device, separate scenario, cap retries. Campaign volume will starve login.

Does a Make scenario include carrier airtime?

No. Each radio send bills the operator. Free is 300 SMS lifetime on the platform. Starter, Professional, and Business list Unlimited SMS as platform send volume; that is not unmetered carrier SMS.
Keep learning

Topically related guides—chosen by subject overlap, not a fixed sitewide footer.

Information
n8n android sms gateway

n8n + Android SMS Gateway: Webhook pattern

n8n + Android SMS Gateway: Webhook pattern. Content-only integration guide for n8n (webhook pattern). Describe REST/webhook patterns; do not ship plugin code. Priced by devices and SMS send volume; BYO phone and operator credit. Developer Center owns live API parameters.

Jan 3, 202616 min
Read article
Information
shopify android sms gateway

Shopify + Android SMS Gateway: Webhook pattern

Shopify + Android SMS Gateway: Webhook pattern. Content-only integration guide for Shopify (webhook pattern). Describe REST/webhook patterns; do not ship plugin code. Priced by devices and SMS send volume; BYO phone and operator credit. Developer Center owns live API parameters.

Jun 23, 202516 min
Read article
Information
wordpress android sms gateway

WordPress + Android SMS Gateway: Webhook pattern

WordPress + Android SMS Gateway: Webhook pattern. Content-only integration guide for WordPress (webhook pattern). Describe REST/webhook patterns; do not ship plugin code. Priced by devices and SMS send volume; BYO phone and operator credit. Developer Center owns live API parameters.

Oct 22, 202516 min
Read article

Browse the full Android SMS gateway knowledge base or return to how an Android SMS gateway works.

Get started

Test the gateway on your own Android phone

Install the app, pair one device, and validate your API flow before choosing a paid plan.

You supply the phone, SIM, and operator SMS credit.