Notification Messages
Notification messages are a key component of user interaction within a service, providing users with timely information or updates. These messages can alert users to important events or reminders. They can be delivered via various channels, including SMS or also in a call.
Sending a notification message
You can send a notification message requesting the next path:
POST {base_url}/notify
| Field | Required | Description |
|---|---|---|
| channel | Yes | String field that identifies the channel type that wil receive the code |
| to | Yes | String field that defines the phone number or client account that will receive the code |
| text | Yes | String field that defines the notification message that will receive the recipient |