Skip to content
Yohannes Mekonnen edited this page Sep 5, 2023 · 10 revisions

SMS Service Integration

  • This documentation demonstrates how to integrate SMS Ethiopia API with various programming languages and frameworks. It includes implementations for sending SMS to single and multiple phone numbers via their API endpoints.

Prerequisites

  • Internet connection to access the SMS service API
  • Service credentials, username and password, given from the SMS Ethiopia

Usage

  • Choose the programming language and framework you are familiar with to send SMS to single or multiple phone numbers.

Customization

Depending on your SMS service credential, you need to change the following placeholders:

  • your_single_url
  • your_list_url
  • your_username
  • your_password
  • to
  • text.
Clone this wiki locally