Zum Hauptinhalt springen

IXICA

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 IXICA

  • Application Secret / Password: Enter your IXICA API bearer token. Vodia sends this as a Bearer authorization header.

    note

    IXICA authenticates with a bearer token only — no username is required. Generate the token in the IXICA / mysms portal — consult the IXICA 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). Numbers are passed to IXICA exactly as entered.
  • 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: ixicainbound
  • Source: It could be your extension number.
  • Destination: It could be your extension number.
  • Click [Save].

Configure the IXICA inbound webhook

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

Vodia expects the inbound payload as JSON containing from, to, and text.

Outbound messages are sent to https://mysms.ca/api/send.

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