NumberHub
HomeResourcesIntegration Guides

Integration Guides

Step-by-step tutorials for wiring up IQ NumberHub to your favorite platforms.

GoHighLevel Integration

Connecting your GoHighLevel agency account to IQ NumberHub allows you to route inbound texts directly into your GHL conversations tab.

  1. Log into the IQ NumberHub dashboard.
  2. Navigate to Integrations -> GoHighLevel.
  3. Click Connect Agency. You will be redirected to the GoHighLevel OAuth screen.
  4. Authorize the application.
  5. Once redirected back, map your purchased numbers to your respective GHL sub-accounts.

Textstream.ai Delivery

Textstream.ai allows you to build conversational AI agents. IQ NumberHub provides the telecommunications backbone to give those agents real phone numbers.

  1. Obtain your Textstream API Key from your Textstream.ai dashboard.
  2. In IQ NumberHub, go to the settings for your specific phone number.
  3. Under Routing Mode, select Textstream AI Agent.
  4. Paste your Textstream API Key and select the specific Agent ID you wish to connect.
  5. Send a test text to your number to watch the AI agent reply in real-time!

Custom Webhook Servers (Node.js)

If you are building a custom backend, here is a quick example of an Express route handling an inbound message:

app.post('/webhook/inbound-sms', (req, res) => {
  const { from, to, body } = req.body;
  console.log(`Received message from ${from}: ${body}`);
  
  // Return 200 OK immediately to acknowledge receipt
  res.status(200).send('OK');
});

Ready to transform your communication?

Join the leading marketing agencies and developers utilizing IQ NumberHub's powerful middleware.