Sinch MessageMedia
MessageMedia SMS/MMS messaging, reports, replies, and webhook management.
Tools
| Name | Description |
|---|---|
send_messageSend one SMS or MMS message via Sinch MessageMedia. | Send one SMS or MMS message via Sinch MessageMedia. |
get_messageRetrieve a MessageMedia message by ID. | Retrieve a MessageMedia message by ID. |
list_webhooksList MessageMedia webhook subscriptions. | List MessageMedia webhook subscriptions. |
create_webhookCreate a MessageMedia webhook subscription for delivery reports or replies. | Create a MessageMedia webhook subscription for delivery reports or replies. |
delete_webhookDelete a MessageMedia webhook subscription by ID. Requires confirmation. | Delete a MessageMedia webhook subscription by ID. Requires confirmation. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedReceive MessageMedia delivery report or reply webhooks. Signature verification is not performed by this trigger. | Receive MessageMedia delivery report or reply webhooks. Signature verification is not performed by this trigger. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('messagemedia', 'send_message', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'messagemedia',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Sinch MessageMedia to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Sinch MessageMedia support?
Sinch MessageMedia supports 5 tools including Send Message, Get Message, List Webhooks, Create Webhook, Delete Webhook.
Can I use Sinch MessageMedia with AI agents?
Yes. Add Sinch MessageMedia to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Sinch MessageMedia be used in stateful agent workflows?
Yes. Agents can combine Sinch MessageMedia tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Sinch MessageMedia use?
Sinch MessageMedia uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Sinch MessageMedia integration cost?
The Sinch MessageMedia integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Sinch MessageMedia support?
Sinch MessageMedia supports 1 triggers including Webhook Event Received.
Connect Sinch MessageMedia in minutes
Get 20,000 free action executions every month. No credit card required.