Skip to main content
This notebook that shows how to use Infobip API wrapper to send SMS messages, emails. Infobip provides many services, but this notebook will focus on SMS and Email services. For more information, see API and other channels.

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 tools
  • infobip_base_url - Base URL for Infobip API. You can use the default value https://api.infobip.com/.
You can also provide infobip_api_key and infobip_base_url as environment variables INFOBIP_API_KEY and INFOBIP_BASE_URL.

Sending a SMS

Sending an email

How to use it inside an Agent