Skip to main content

Inteliquent

Navigate to SMS Management

Add an SMS provider

  • Log into your Vodia Tenant portal.

  • Click Trunks on the left menu then SMS Management

  • Under the Providers tab click the [+ | Add] button

  • Complete the information.

  • Name: Provide a name (for your purposes)

  • Provider: Select Inteliquent

  • Application Secret / Password: Enter your Inteliquent API bearer token. Vodia sends this as a Bearer authorization header to the Inteliquent Message Broker API.

    note

    Inteliquent authenticates with a bearer token only — no username is required. Generate the token in the Inteliquent portal — consult the Inteliquent documentation for the exact location.

  • Click [Save].

Add your SMS numbers

Now you need to add your DIDs into the Numbers tab.

  • Under the section SMS Management (Trunks on the left menu then SMS Management)
  • Click the Numbers tab and click the [+ | Add] button.
  • Provide a name (for your purposes)
  • Enter your phone number in E.164 format (e.g., +12025551234).
  • Policy: If you have any policy in place, choose it. (optional)
  • Provider: Choose the provider name you have created.
  • URL prefix for receiving messages: Enter something you will use for your SMS callback URL. Eg: inteliquentinbound
  • Source: It could be your extension number.
  • Destination: It could be your extension number.
  • Click [Save].
note

Vodia strips the leading + from numbers when sending to Inteliquent, so store your numbers in E.164 (+) format in Vodia.

Configure the Inteliquent inbound webhook

To receive messages, configure Inteliquent to deliver inbound messages to your PBX. In the Inteliquent portal, locate the inbound delivery / webhook settings (consult the Inteliquent documentation for the exact location) and set:

  • Webhook URL: Your PBX URL with the prefix you specified above, for example: https://your-pbx-domain.com/inteliquentinbound
  • Format: JSON

Vodia expects the inbound payload as JSON containing from, to, and text. If media URLs are present, Vodia downloads the media.

Outbound messages are sent to https://messagebroker.inteliquent.com/msgbroker/rest/publishMessages. MMS is sent by including mediaUrls.

Your Inteliquent SMS integration is now configured and ready to use.