360dialog Connector for AI agents.
10 live capabilities
Send and manage WhatsApp Business messages through your AI agent.
Waiting for input…
Why people use 360dialog
Automating WhatsApp Business Messaging with 360dialog
With this Connector, you just tell your agent what needs to happen. It handles the communication with the API, pulls the right templates, and sends the messages. You get a unified command center where your AI does the heavy lifting of data entry.
What Vinkius changes
You get a direct line to WhatsApp Business messaging without the overhead of manual API management.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Verifying leads before outreach
A sales rep asks the agent to check if ten new leads are on WhatsApp.
- Real-world use case 02
Sending order confirmations
A customer service agent asks the AI to send a shipping update.
- Real-world use case 03
Sharing product videos
A marketing user wants to send a new demo video.
Complete set · 10capabilities
The complete 360dialog capability set.
These are the exact actions your AI can choose when you ask it to work with 360dialog.
01—04
4 capabilities in this set.
Part of 10 available through 360dialog.
- 01 Capability
Check contacts
Verify if a phone number is registered on WhatsApp before you try to send a message. This prevents your agent from wasting credits on invalid numbers.
- 02 Capability
Check 360dialog status
Check your API connectivity and account health to ensure your messaging is active. Use this to confirm everything is running smoothly before a big launch.
- 03 Capability
Get media
Retrieve specific details about a media file already stored in your WhatsApp cloud. This helps you manage your media library and verify file types.
- 04 Capability
Get template
Inspect the specific components and details of a single pre-approved message template. Use this to double check the content before you trigger a campaign.
05—07
3 capabilities in this set.
Part of 10 available through 360dialog.
- 05 Capability
List templates
View all approved message templates currently available in your 360dialog account. This makes it easy to see what marketing options you have ready to go.
- 06 Capability
Send media message
Send images, videos, or documents to a contact by providing the file type and URL. This lets your agent share rich content with customers instantly.
- 07 Capability
Send message
Send a standard text message to a recipient using their international phone number. Use this for quick updates or direct communication with your leads.
08—10
3 capabilities in this set.
Part of 10 available through 360dialog.
- 08 Capability
Send template message
Send a pre-approved marketing or transactional message using a specific template name and language code. This is the best way to send high-volume, official messages.
- 09 Capability
Set webhook
Configure the callback URL to receive incoming messages and delivery status updates. This keeps your records current without manual checking.
- 10 Capability
Upload media
Upload files to the WhatsApp cloud so you can reuse them in multiple different messages. It saves time and ensures your media stays accessible for every conversation.
Set up in minutes
One URL. Then ask 360dialog to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use 360dialog from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZH9jAbF5aqrziPa5FZPLRCki9eWckamzwk2C9Thc/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it 360dialog, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable 360dialog for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZH9jAbF5aqrziPa5FZPLRCki9eWckamzwk2C9Thc/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the 360dialog URL.
- Step 03
Save and start
Save the connection and enable 360dialog in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"360dialog": {
"url": "https://edge.vinkius.com/vk_preview_ZH9jAbF5aqrziPa5FZPLRCki9eWckamzwk2C9Thc/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using 360dialog
Open Agent mode in chat and ask: "Using 360dialog, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"360dialog": {
"url": "https://edge.vinkius.com/vk_preview_ZH9jAbF5aqrziPa5FZPLRCki9eWckamzwk2C9Thc/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using 360dialog
Ask Copilot: "Using 360dialog, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"360dialog": {
"url": "https://edge.vinkius.com/vk_preview_ZH9jAbF5aqrziPa5FZPLRCki9eWckamzwk2C9Thc/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using 360dialog
Open Cascade and ask: "Using 360dialog, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"360dialog": {
"url": "https://edge.vinkius.com/vk_preview_ZH9jAbF5aqrziPa5FZPLRCki9eWckamzwk2C9Thc/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using 360dialog
Ask Cline: "Using 360dialog, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add 360dialog --transport http "https://edge.vinkius.com/vk_preview_ZH9jAbF5aqrziPa5FZPLRCki9eWckamzwk2C9Thc/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using 360dialog
Ask Claude: "Using 360dialog, show me...". 10 tools are ready
Where the request belongs
Work 360dialog can move forward.
This is for customer success leads, marketing managers, and sales ops people who need to reach customers on WhatsApp at scale without manual copy-pasting.
Customer Support Lead
Handles high volumes of inquiries by asking the agent to send status updates or verify contact details.
Marketing Manager
Launches regional campaigns using pre-approved templates and checks delivery readiness.
Sales Operations Specialist
Validates lead phone numbers and automates first-touch outreach to new prospects.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWati
Send WhatsApp messages at scale with official API access, chatbot automation, and shared team inbox for business conversations.
WA Smart Business
Scale your WhatsApp business communication with chatbots, bulk messaging, and team inbox features for growing companies.
DoubleTick
Scale your WhatsApp sales with bulk messaging, chatbot automation, and team inbox features built for growing businesses.
Gallabox
Automate WhatsApp Business communication, send templates, and manage chats via AI agents with Gallabox.
Bring your own AI
Change the model, client or framework. Keep 360dialog connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about 360dialog.
The practical details behind the request, access and result.
Can I use 360dialog MCP to send bulk messages?
Yes, you can send high-volume messages to your customers. The Connector allows your AI agent to trigger marketing templates and standard messages at scale via the official 360dialog Business API.
Does the 360dialog MCP support images and videos?
Yes, it supports sending images, videos, documents, and audio files. You can upload these files to the WhatsApp cloud once and then have your agent send them to multiple contacts.
How do I connect 360dialog to my AI agent?
You just need to subscribe to the Connector on Vinkius and provide your API Key from the 360dialog Client Hub. Once connected, your agent can handle all messaging tasks directly.
Can I use this for my personal WhatsApp account?
No, this Connector is specifically designed for the WhatsApp Business API. It is intended for companies and teams who need professional messaging capabilities, not for personal private chats.
How does it handle delivery status?
The Connector can configure webhooks to receive real-time updates. This means your agent can tell you whether a message was successfully delivered or if it failed.
Do I need to provide the phone numbers for the AI?
Yes, you need to have your own list of contacts. The Connector uses those numbers to send messages via your 360dialog account, but it doesn't provide the phone numbers themselves.
Can my AI verify if phone numbers are registered on WhatsApp?
Yes. Use the check_contacts capability with a comma-separated list of phone numbers. The agent returns the WhatsApp registration status for each number instantly.
How do I send a pre-approved template message?
Use the send_template_message capability. Provide the recipient phone number, the template name, and the language code (e.g., en_US). The agent delivers the template through the 360dialog API.
Can I send images and documents through WhatsApp via AI?
Yes. The send_media_message capability supports image, video, document, and audio types. Provide the media URL and type, and the agent delivers it directly to the WhatsApp contact.
One connection away
Give your agent a direct line to 360dialog.
Connect 360dialog once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available