Integrations

Send iMessages from Retool

The short answer

Yes. Add the Blue Reacher API as a REST API resource in Retool and any app can send blue-bubble iMessages: a send button next to each row in a lead table, a reviewed bulk queue, a workflow that texts on a schedule. Reply webhooks trigger Retool Workflows for the inbound side. No A2P registration required, unlimited iMessages at $249 per line per month, and the resource setup is one screen. Lines pace at 50 opted-in / 30 cold new contacts a day to stay deliverable; replies are never metered.

$249 per line per month, published No A2P registration required 50 opted-in / 30 cold new contacts a day, unlimited replies

Key takeaways

  • The ops teams living in Retool apps are closest to when a message should go out: an account manager working renewals, an ops analyst watching stalled orders, a RevOps admin holding the re-engagement list.
  • Create a REST API resource with base URL https://api.bluereacher.com/v1 and an Authorization header of Bearer brk_live_your_key.
  • Two design notes from teams running this.
  • $249 per line per month with unlimited iMessages and no per-message fees, so a busy ops queue doesn't meter.

How a message falls back

How a message falls backEvery message is attempted as iMessage first, falls back to RCS if the number cannot receive iMessage, and falls back to SMS if it cannot receive RCS, so the message arrives either way.iMessageBlue bubble, read in minutesRCSIf the number is Android and RCS-...SMSIf neither, so it still arrives
Every message is attempted as iMessage first, falls back to RCS if the number cannot receive iMessage, and falls back to SMS if it cannot receive RCS, so the message arrives either way.

Why give an internal tool a texting capability?

The ops teams living in Retool apps are closest to when a message should go out: an account manager working renewals, an ops analyst watching stalled orders, a RevOps admin holding the re-engagement list. Today those apps end with a mailto link or a task for someone else. A send action closes the loop where the decision already happens. iMessage is the version people answer, at 2-3x the reply rate of cold email, with no A2P registration required, so adding the channel is a resource config, not a compliance project.

How does the Retool build work?

Create a REST API resource with base URL https://api.bluereacher.com/v1 and an Authorization header of Bearer brk_live_your_key. Every app in your workspace can then use it in queries. A minimal send app is a table of contacts, a text area for the message, and a button wired to a query that POSTs to /v1/messages with {{ table1.selectedRow.phone }} and the composed body. Retool's building blocks handle the rest: confirmation modals before sends, audit logging of who sent what, permissions so only the right group sees the button.

  • For the inbound side, Blue Reacher posts replies, delivery states, and opt-outs to webhooks, and a webhook-triggered Retool Workflow is a natural receiver: write the reply to your database, flag the record in the queue app, or alert the owner. Scheduled Retool Workflows cover the batch patterns, a morning run that texts everyone entering the renewal window, with the query results as the send list. STOP suppression and iMessage availability checks run platform-side, and non-iMessage contacts fall back to RCS, then SMS, automatically.
  • Renewals cockpit: accounts inside 30 days listed with a one-click check-in text from the CSM's line
  • Stalled-order dashboard: a reviewed send queue that clears with one approval, not thirty copy-pastes
  • Win-back app: closed-lost accounts resurfaced quarterly, each text personalized from the record on screen
  • Reply inbox view: a table fed by the webhook workflow showing every response and who owns it

What's worth knowing before you build?

Two design notes from teams running this. First, keep humans on the trigger for anything first-contact: Retool makes a reviewed-queue pattern (select rows, preview messages, approve batch) nearly free to build, and it's the shape that keeps quality high. Second, route each send through the line of the person who owns the relationship, one line per AM or CSM at $249 each ($199 at 6+), so replies go to someone who knows the account, not to a shared inbox nobody owns.

  • Blue Reacher is native on GoHighLevel, HubSpot, Close, Salesforce, Pipedrive and Follow Up Boss; Retool connects through the REST API and webhooks as described, and white-glove onboarding includes setting up the resource and webhook workflow with your team, so the first app ships in days.

Pricing

$249 per line per month with unlimited iMessages and no per-message fees, so a busy ops queue doesn't meter. Lines pace at 50 opted-in / 30 cold new contacts a day to stay deliverable; replies are never metered. $199 per line at four or more lines, or $1,949 per line per year, about $162.50 a month, with the $449 white-glove activation waived on annual billing. If your internal tables are missing mobile numbers, the mobile-validated B2B leads add-on fills them at $0.03 per contact, billed monthly with the line.

Frequently asked questions

How do I add Blue Reacher to Retool?

As a REST API resource: base URL https://api.bluereacher.com/v1, Authorization header Bearer brk_live_your_key. Queries in any app can then POST to /v1/messages with values from your components, and the white-glove team sets this up with you during onboarding.

Can I do bulk sends from a Retool app safely?

Yes, and the reviewed-queue pattern is the right shape: select rows, preview each personalized message, approve the batch, send. Retool's modals and permissions make the guardrails cheap to build, and STOP suppression plus availability checking run platform-side regardless.

How do replies get back into our tooling?

Blue Reacher posts replies, delivery states, and opt-outs to webhooks; a webhook-triggered Retool Workflow receives them and writes to your database, updates the queue app, or alerts the record owner. The full thread lives in Blue Reacher, where the owner replies.

Do internal tools need A2P registration to text customers?

Not through Blue Reacher: no A2P registration required. Sends ride iMessage from dedicated lines with automatic RCS then SMS fallback, and opt-outs are detected and enforced automatically, so the compliance surface of your internal tool stays small.

What does it cost per seat?

Blue Reacher is priced per line, not per Retool seat: $249 per line per month with unlimited iMessages, $199 at 4+ lines, $1,949 per line per year (about $162.50 a month), $449 activation waived on annual. Lines pace at 50 opted-in / 30 cold new contacts a day to stay deliverable; replies are never metered. Any number of Retool users can share the resource; lines map to the humans who own relationships.

Put a send button in your ops app

Book a demo and bring the Retool app where the decision already happens. We'll wire the resource live on the call, send a real blue-bubble text from your queue, and watch the reply hit a workflow.