Overview

Introduction

USSD is a versatile and widely accessible mobile technology, offering a fast and reliable way to communicate between users and client applications. It does not rely on a specific device and requires no activation, ensuring ease of use for everyone.

The USSD session begins when a user dials a code, such as *800*2#, from their mobile phone. This process is similar to the action of checking your airtime or data balance.

With Frog’s USSD API, developers can easily integrate and manage USSD requests once the account is set up. The API offers the flexibility to design and deploy applications that meet the unique needs of any business, making the process both efficient and adaptable.

Why is USSD Preferred

How it Works

How USSD Works
  • Frog USSD initiates a request with a newSession value set to true to the URL provided during the setup.
  • You process the data and return a response in JSON format to Frog Bulk SMS, which will be displayed to the user. Set continueSession to true if the session is expected to continue or false to close the session.