Skip to content

E-commerce

Shopify

Order and COD confirmation texts via Shopify Flow.

Shopify Flow's “Send HTTP request” action can call the SMS Bridge API when an order is created or fulfilled. For more complex logic, use Zapier, Make or n8n.

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

What you can do

  • Confirm cash-on-delivery orders
  • Shipping notifications
  • Ask for a YES reply before dispatch

Setup

  1. In Shopify Flow, create a workflow with the trigger Order created.
  2. Add the action Send HTTP request: method POST, URL your API base + /v1/messages/send, headers x-api-key and Content-Type: application/json, body with from_number, the order's phone as to_number, and your message as content.
  3. To react to replies, add a webhook in Settings → Webhooks for message.received that points at the tool's incoming-webhook URL.

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