Actions
| Name | Description |
|---|---|
send_messageSend a message in a Tidio conversation | Send a message in a Tidio conversation |
list_visitorsList visitors on your site tracked by Tidio | List visitors on your site tracked by Tidio |
list_conversationsList conversations in Tidio | List conversations in Tidio |
get_operatorGet details of a Tidio operator | Get details of a Tidio operator |
custom_api_callMake a custom API call to the Tidio API | Make a custom API call to the Tidio API |
Triggers
| Name | Description |
|---|---|
new_messageTriggers when a new message is received in Tidio | Triggers when a new message is received in Tidio |
visitor_startedTriggers when a visitor starts a new chat in Tidio | Triggers when a visitor starts a new chat in Tidio |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'tidio',
actionName: 'send_message',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Tidio to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Tidio support?
Tidio supports 5 actions including Send Message, List Visitors, List Conversations, Get Operator, Custom API Call.
Can I use Tidio with AI agents?
Yes. Add Tidio 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 Tidio use?
Tidio uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Tidio integration cost?
The Tidio integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Tidio support?
Tidio supports 2 triggers including New Message Received, Visitor Started Chat.
Connect Tidio in 2 minutes
Get 1,000 free actions every month. No credit card required.