Setup
To use this tool you need to have an Infobip account. You can create free trial account.InfobipAPIWrapper
uses name parameters where you can provide credentials:
infobip_api_key
- API Key that you can find in your developer toolsinfobip_base_url
- Base url for Infobip API. You can use the default valuehttps://api.infobip.com/
.
infobip_api_key
and infobip_base_url
as environment variables INFOBIP_API_KEY
and INFOBIP_BASE_URL
.