Skip to main content
When building Wavix integrations, you might want your applications or services to receive inbound messages as soon as they reach an SMS-enabled phone number on your account. This allows your backend systems to process them accordingly.

Prerequisites

Create a Wavix account

  1. Sign up for a Wavix account using your business email address.
  2. Confirm your email address and phone number during the sign-up process.
  3. Wait for your account to be approved by the Wavix team.
  4. After approval, choose either the Wavix Flex or Flex Pro account level.
Once your account is approved, you can access the Wavix app and APIs.

Enable inbound SMS for a number

  1. Open Numbers & trunksMy numbers.
  2. Select the number you want to use
  3. On the right side of the row, select the down arrow to expand the details.
  4. Select Activate to enable SMS for the number.
Inbound SMS can be enabled only on US and Canadian phone numbers. For non-US or Canadian numbers, it will be supported on a case-by-case basis.

Create a webhook endpoint

To receive inbound messages, you need to create a webhook endpoint that can accept HTTP POST requests. This endpoint will process the incoming messages sent by Wavix.
I