Key Takeaways
- Zapier Android SMS gateway order/pipeline alerts are HTTP steps calling your REST gateway — not a first-party Zapier SMS network and not free airtime.
- Use deal/order id as idempotency so Zap retries do not triple-text.
- Accept ≠ delivered; wire DLR or webhooks.
- Keep OTP off Zapier marketing zaps; isolate device pools.
- Live fields live in Developer Center.
- You bring the Android and operator credit. We meter devices and send volume.
Zapier is HTTP glue
Zapier Android SMS gateway order or pipeline alerts means CRM/stage changes trigger HTTPS POSTs to your Android SMS gateway — not a Zapier-native SMS carrier. Hub: Android SMS gateway API. MCP vs Zapier contrast: MCP vs Zapier prompt. Fields: Developer Center.
A green Zap that retries without an idempotency key is how one closed-won becomes three texts.
Pipeline alert fields
| Field | Source | Rule |
|---|---|---|
| to | CRM contact E.164 | Normalized; suppress STOP list |
| body | Stage template | No OTP digits in pipeline spam |
| client ref | deal.id + stage | Stable across Zap retries |
| filter | Zap conditions | Human gate for bulk-like blasts |
Deal id as client ref
Confirm exact JSON field names in Developer Center. Rails/Laravel order-alert siblings use the same idempotency idea over REST.
Filters and human gates
Do not let every pipeline twitch SMS the customer. DLR: delivery reports. STOP: auto-reply and STOP.
Cost
You bring the Android and operator SMS credit. Zap retries without idempotency still meter volume. Free: 1 device / 300 SMS lifetime / 300 contacts. See device and SMS volume pricing.
Checklist
- No “Zapier replaces SIM” claim.
- Keys in Zapier vault / env — not chat.
- Idempotent deal/order keys.
- Accept ≠ delivered.
- OTP isolated from pipeline zaps.
- STOP honored on promo alerts.
- Developer Center for live fields.
- No Unlimited SMS titles.
Next steps
Setup: device setup. Webhooks: SMS webhooks.
Related product pages
Jump to the live product docs for this topic—not another long-form article.
- SMS API documentationLive endpoint reference
- device and SMS volume pricingPlans and allowances
- transactional SMS for orders and alertsEvent-driven messages
- Android SMS gateway product guideDefinition, product, and how to buy





