Skip to content

CRM & support

HubSpot

Texts from workflows, replies back to the contact.

Send SMS when a contact or deal changes, and write replies back to the contact, through Zapier, Make or n8n.

How it connects: through Zapier, Make or n8n (no native app yet). Your API base is https://api.99billingsolutions.com.

What you can do

  • Deal-stage follow-ups
  • Lead welcome texts
  • Log replies on the contact

Setup

  1. In Zapier, Make or n8n, start a workflow from the HubSpot trigger (new contact, deal stage changed, …).
  2. Send SMS with an HTTP POST to /v1/messages/send, header x-api-key set to a key from Settings → API keys, and a JSON body with from_number, to_number and content.
  3. To react to replies, add a webhook in Settings → Webhooks for message.received that points at the tool's incoming-webhook URL.
  4. Turn the workflow on and send yourself a test.

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