eavz
Infobip

Infobip

Global communications platform for SMS, email, and messaging

4 actions
1 trigger

Actions

Name
send_sms

Send an SMS message via Infobip

send_email

Send a transactional email via Infobip

get_delivery_report

Get delivery reports for sent SMS messages

custom_api_call

Make a custom API call to Infobip

Triggers

Name
message_received

Triggers when an inbound SMS or message is received

Quick Start

TypeScript
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.