Create a USSD app
hellio_ussd_create_appCreate a USSD app that routes incoming sessions to your callback URL. Begins in test mode and returns secrets for test and live.
Instructions
Creates an app that points the short code at your callback URL. Starts in test mode and returns test_secret and live_secret (shown once). The callback URL must be public. Requires the ussd scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| active | No | ||
| callback_url | Yes | Public HTTPS URL that receives each session step. |