Actions
| Name | Description |
|---|---|
send_smsSend an SMS message via Infobip | Send an SMS message via Infobip |
send_emailSend a transactional email via Infobip | Send a transactional email via Infobip |
get_delivery_reportGet delivery reports for sent SMS messages | Get delivery reports for sent SMS messages |
custom_api_callMake a custom API call to Infobip | Make a custom API call to Infobip |
Triggers
| Name | Description |
|---|---|
message_receivedTriggers when an inbound SMS or message is received | Triggers when an inbound SMS or message is received |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'infobip',
actionName: 'send_sms',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Infobip to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Infobip support?
Infobip supports 4 actions including Send SMS, Send Email, Get Delivery Report, Custom API Call.
Can I use Infobip with AI agents?
Yes. Add Infobip to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Infobip use?
Infobip uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Infobip integration cost?
The Infobip integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Infobip support?
Infobip supports 1 triggers including Message Received.
Connect Infobip in 2 minutes
Get 1,000 free actions every month. No credit card required.