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. You can find more information about the API and other channels here.

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


Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.