No-code automation
Zapier
Connect SMS Bridge to 6,000+ apps with Webhooks by Zapier.
Use Zapier's built-in Webhooks by Zapier app: a POST action sends SMS, and a Catch Hook trigger receives replies and delivery updates. No native SMS Bridge Zapier app is needed.
How it connects: Zapier calls the SMS Bridge API itself — no extra tool needed. Your API base is https://api.99billingsolutions.com.
What you can do
- Send an SMS when something happens in any app
- Start a Zap when an SMS arrives
- Log replies to a sheet or CRM
Setup
- Sending: add a Webhooks by Zapier → POST action. URL: your API base + /v1/messages/send. Payload type: JSON. Data: from_number, to_number, content. Headers: x-api-key = your API key.
- Receiving: create a Zap with the Webhooks by Zapier → Catch Hook trigger, copy its URL, and add it in SMS Bridge under Settings → Webhooks for message.received.
- Test each step from the Zap editor, then turn the Zap on.
Field names and error codes are in the send message reference; webhook payloads and signatures in Webhooks. Missing something? Tell us.