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
- See Hubtel docs for the latest on supported authentication methods.
- When integrating with Hubtel via OpenFn, authentication via API Key is supported.
- 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"
}
Helpful Links
Implementation Examples
Coming soon!