Skip to content

Data & spreadsheets

Airtable

Send from an automation script.

Airtable automations can run a script that calls the SMS Bridge API when a record enters a view or changes.

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

What you can do

  • Text a customer when a record changes status
  • Send reminders from a view

Setup

  1. Create an automation with a trigger such as “When record enters view”.
  2. Add a Run script action that calls fetch() on your API base + /v1/messages/send with the x-api-key header.
  3. To log replies, add an Airtable webhook trigger or use Zapier / Make in between.

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