Skip to main content

Hubtel Adaptor

About Hubtel

Hubtel is a payment, messaging, and e-commerce platform that enables businesses to send SMS messages, process mobile money transactions, and manage digital commerce operations. Hubtel supports API integrations to facilitate seamless business automation.

Integration Options

Hubtel supports two primary integration options with OpenFn:

1. Rest API: Hubtel offers a REST API that enables external applications to interact with its services. This option is ideal for applications requiring scheduled or bulk synchronization with Hubtel. Refer to the Hubtel REST API documentation for detailed guidelines on endpoints and payload formats.

2. Webhook: Webhook or Data Forwarding to push data from Hubtel to external systems (see docs). This option is suited for real-time, event-based data integration.

Authentication

  1. See Hubtel docs for the latest on supported authentication methods.
  2. When integrating with Hubtel via OpenFn, authentication via API Key is supported.
  3. See this adaptor's Configuration docs for more on the 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:

{
"baseUrl": "https://example.com",
"clientId": "abc123def",
"clientSecret": "ghi456jkl"
}
  1. Hubtel Developer Portal

  2. API Reference

  3. Webhook Setup Guide

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.