Skip to main content

Wigal SMS Adaptor

About Wigal SMS

Wigal is a Ghana-based technology company that provides enterprise-level digital solutions including their flagship SMS platform called FROG (Free and Reliable Online Gateway). FROG is Ghana's leading bulk SMS provider, offering the most competitive messaging prices and reliable delivery to all mobile network operators in the country.

Integration Options

Wigal SMS supports integration through its FROG API, which enables external services like OpenFn to:

  1. REST API: Send SMS messages programmatically using the FROG SMS Gateway API. This option is suited for automated notifications, bulk messaging campaigns, or workflows that need to send SMS alerts and communications. See functions for more on how to use this adaptor to work with the API.

  2. Bulk Messaging: Send messages to multiple recipients simultaneously, perfect for marketing campaigns, alerts, and mass communications.

Authentication

When integrating with Wigal SMS via OpenFn, the authentication method requires:

  • Username: Your FROG SMS account username (email address)
  • API Key: Your FROG SMS API key for authentication
  • Base URL: The FROG API endpoint (https://frogapi.wigal.com.gh)

See this adaptor's Configuration docs for more on required authentication parameters.

See platform docs on managing credentials for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:

{
"username": "test@openfn.org",
"apiKey": "@some(!)apikey",
"baseUrl": "https://frogapi.wigal.com.gh"
}
  1. FROG SMS Platform
  2. Wigal Company Website
  3. FROG API Documentation
  4. FROG Registration

Implementation Examples

Coming soon!

I've noticed a problem with this Adaptor, or something is out of date, what can I do?

Thanks for asking! We are a fully Open Source Digital Public Good, and we welcome contributions from our community. Check out our Adaptors Wiki for more information on how you can update Adaptors!

Or, you can always reach out to the Community through our Community Forum here.