When a client receives incoming SMS on their virtual number, the platform can automatically forward each message to an external URL in real time. This is configured by the client directly from their own cabinet.
Before You Start
The relevant API access must be enabled for the client in the admin panel. Go to Profiles → Clients, open the client's edit page, and make sure the Can Send via API and Can Send via RESTAPI features are enabled.
Set Up Incoming SMS Forwarding via GET API
In the client cabinet, go to API → GET.
In the Incoming SMS sending to webhook section, enter the URL that should receive incoming messages.

Optionally, check With confirmation if your endpoint needs to return a confirmation response for each delivery.
Click Save.
To verify the setup, click Check Response — the platform will send a test request to your URL and display the result.
Set Up Incoming SMS Forwarding via REST API
In the client cabinet, go to API → RESTAPI.
In the Incoming SMS sending to webhook section, enter the URL that should receive incoming messages.

Optionally, check With confirmation if your endpoint needs to return a confirmation response for each delivery.
Click Save.
To verify the setup, click Check Response — the platform will send a test request to your URL and display the result.