Gupshup SMS API integration with Zapier.
For sending non-promotional messages to Indian(+91) numbers, I've found Gupshup to be very reliable, even for numbers with Do Not Disturb
(DND) enabled (these seem to fail on other Zapier apps like Twilio).
Note: I prefer and recommend the Zapier Twilio app for sending text messages and voice calls internationally.
Follow along Zapier CLI Quick Start for instructions to get started.
- Run
npm install
. - Replace values inside
.env.template
with your own values. - Copy contents of
.env.template
into a new file named.env
. - Run
zapier test
.
-
Run
zapier validate
to validate project structure locally if you encounter errors while pushing the app after making code changes. -
Invalid SMS template: Gupshup SMS REST API has the concept of approval of SMS templates for transactional messages. You might need to get your SMS content template registered and approved before being able to send an SMS.
- Add support for sending WhatsApp messages.
- Validate input arguments for things like phone numbers.
- Add demo screen recording with mobile emulator
This is not an official app by Zapier or Gupshup. Use it at your own discretion.