Make + Android SMS Gateway: OTP flow

Featured illustration for Make + Android SMS Gateway: OTP flow

Make + Android SMS Gateway: OTP flow. Content-only integration guide for Make (OTP flow). 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
September 18, 2024
Updated
October 14, 2024
Reading time
16 minute read

Key Takeaways

  • Make (Integromat) OTP through an Android SMS gateway is an HTTP module POSTing JSON. We do not ship a Make app/plugin.
  • The Android phone still sends GSM. A green scenario is not an inbox.
  • Idempotency on user + challenge. Make retries will double-text without it.
  • Staff canary. Isolate OTP deviceIds. Do not point a scenario at a customer list to “test filters.”
  • Priced by devices and SMS send volume. You use your own phone and operator SMS credit. Free’s 300 SMS lifetime vanishes in a looped scenario.

Make is the conductor, not the radio

Make + Android SMS gateway OTP flow is no-code orchestration over the same REST API. We do not ship plugin source in this article. OTP verification. Developer Center. Make HTTP module help.

If the last module is “Set variable: verified = true” on HTTP 201, you automated a queue, not two-factor.
HTTP, delay, then GSM — Make does not skip the SIMHTTPWAITOTP
A green scenario is queued. Digits exist after GSM.

Scenario vs SIM

Make moduleMayMust not
Trigger (login/webhook)Start a challengeFire on every CRM row
HTTPPOST JSON onceUnlimited error handler loops
Sleep / routerWait for human / poll DLRTight GET loops on Free
Android radioSubmit OTP SMSShare the promo deviceId

HTTP module, not a Make plugin we ship

Live JSON in Developer Center. API for OTP verification. Device setup. No packaged PHP/C#/Make SDK.

OTP without a login race

  1. Store Bearer in Make connections, not in a shared screenshot. Least privilege. Rotate if it leaked into a scenario export.
  2. HTTP POST JSON with deviceIds. Confirm names in Developer Center. Typical: POST /api/v1/messages.
  3. Set an idempotency key from the OTP challenge id. A scenario error retry must not send two codes.
  4. Treat 201 as queued. Next module should not be “user is verified.”
  5. Cap resends in Make, not by looping the phone. TTL shorter than rage-clicks. Honor STOP even on a “test” scenario.
  6. Staff canary, then production. Reboot the handset once. If pairing dies, the scenario is not the patient.

Delivery reports. Multi-device.

DLR back into Make

Webhooks: SMS webhook integration on Starter+. Free: poll with backoff. HMAC still required when callbacks exist.

Every scenario run can still text

Service pricing is based on device count and total SMS sent through the gateway. You need a working Android phone with a SIM and SMS credit from your mobile operator. Operator message costs are yours—we do not sell carrier SMS balance. Paid from $19/month. Device and SMS volume pricing.

Next steps

HTTP module, idempotency, staff canary, OTP radio isolated. Then stop looping a scenario until the operator “filter” blinks — that is not an OTP flow.

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?

Not from us. Use the HTTP module against live fields in Developer Center. This page is patterns, not plugin code.

Can Make wait for DLR before the next module?

Only if you poll or receive a webhook on a paid plan. Do not busy-loop. Webhooks are not on Free.

Should OTP live in the same scenario as a promo blast?

No. Separate scenarios, separate deviceIds. Dual SIM is not isolation.

Does Make include carrier credit?

No. You bring the Android and operator SMS credit.
Keep learning

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

Information
gohighlevel android sms gateway

GoHighLevel + Android SMS Gateway: OTP flow

GoHighLevel + Android SMS Gateway: OTP flow. Content-only integration guide for GoHighLevel (OTP flow). 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 1, 202516 min
Read article
Information
n8n android sms gateway

n8n + Android SMS Gateway: OTP flow

n8n + Android SMS Gateway: OTP flow. Content-only integration guide for n8n (OTP flow). 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.

Apr 2, 202516 min
Read article
Information
shopify android sms gateway

Shopify + Android SMS Gateway: OTP flow

Shopify + Android SMS Gateway: OTP flow. Content-only integration guide for Shopify (OTP flow). 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.

May 25, 202616 min
Read article
Information
wordpress android sms gateway

WordPress + Android SMS Gateway: OTP flow

WordPress + Android SMS Gateway: OTP flow. Content-only integration guide for WordPress (OTP flow). 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 7, 202616 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.