Skip to content

No-code automation

Make

HTTP and Webhooks modules, no custom app needed.

Make's HTTP → Make a request module calls the SMS Bridge API, and the Webhooks → Custom webhook trigger receives SMS Bridge events.

How it connects: Make calls the SMS Bridge API itself — no extra tool needed. Your API base is https://api.99billingsolutions.com.

What you can do

  • Send SMS from any scenario
  • Branch a scenario on an inbound reply
  • Update records when a message is delivered

Setup

  1. Sending: add HTTP → Make a request. Method POST, URL your API base + /v1/messages/send, header x-api-key, body type Raw / JSON with from_number, to_number and content.
  2. Receiving: add Webhooks → Custom webhook as the trigger, copy its address, and add it in SMS Bridge under Settings → Webhooks.
  3. Run the scenario once to let Make learn the payload structure.

Field names and error codes are in the send message reference; webhook payloads and signatures in Webhooks. Missing something? Tell us.