Skip to main content

VoIP Innovations

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 VoIP Innovations

  • Username: Enter your VoIP Innovations / Apidaze API key (application key).

  • Password / Application Secret: Enter your VoIP Innovations / Apidaze API secret.

    note

    VoIP Innovations messaging uses the Apidaze API. The API key is used in the request path and the API secret is passed as the api_secret query parameter. Obtain these from the VoIP Innovations / Apidaze portal — consult the VoIP Innovations 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: voipinnovationsinbound
  • 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 and re-adds it to inbound numbers, so store your numbers in E.164 (+) format in Vodia.

Configure the VoIP Innovations inbound webhook

To receive messages, configure VoIP Innovations / Apidaze to deliver inbound messages to your PBX. In the portal, locate the inbound SMS webhook settings (consult the VoIP Innovations 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/voipinnovationsinbound
  • Format: JSON

Vodia accepts inbound JSON of type incomingWebhookSMS (with caller_id_number, destination_number, text) as well as the alternate messageType: SMS format (with from, to, text). Numbers are normalized to E.164.

Outbound messages are sent to https://api4.apidaze.io/<apiKey>/sms/send.

Your VoIP Innovations SMS integration is now configured and ready to use.