Gupshup Messaging Connector for AI agents.
6 live capabilities
Send WhatsApp business messages and media via your AI agent.
Waiting for input…
Why people use Gupshup Messaging
Automate WhatsApp Business Outreach with Gupshup Messaging
With this Connector, you just tell your agent to send the confirmation. It handles the Gupshup API calls for you, sending the message in seconds. You get a finished task without ever leaving your workspace.
What Vinkius changes
You get a direct line to WhatsApp Business from your AI agent without touching a separate dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Order Confirmations
A customer buys a product and the agent uses send_template_message to send an instant receipt with the order ID.
- Real-world use case 02
Support Media Sharing
A user asks for a manual and the agent uses send_media_message to provide a PDF link to the documentation.
- Real-world use case 03
Survey Polling
A marketing lead asks the agent to send an interactive poll using send_interactive_message to gather customer feedback.
Complete set · 6capabilities
The complete Gupshup Messaging capability set.
These are the exact actions your AI can choose when you ask it to work with Gupshup Messaging.
01—03
3 capabilities in this set.
Part of 6 available through Gupshup Messaging.
- 01 Capability
Get template info
Look up the details of a specific WhatsApp template. This helps you make sure you're using the right one for the right situation.
- 02 Capability
Send interactive message
Send a message with up to three buttons. It's a great way to get users to click a specific option instead of typing.
- 03 Capability
Send media message
Send images, videos, audio, or documents via a public URL. This lets your agent share rich content like receipts or manuals.
04—06
3 capabilities in this set.
Part of 6 available through Gupshup Messaging.
- 04 Capability
Send reaction
Add an emoji reaction to a specific message. It makes the interaction feel more human and less like a bot.
- 05 Capability
Send template message
Send a pre-approved template to a specific number. You just provide the phone number and the variables to fill in the blanks.
- 06 Capability
Send text message
Send a standard text message to a user. This is best for quick replies during an active 24-hour conversation window.
Set up in minutes
One URL. Then ask Gupshup Messaging to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Gupshup Messaging 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_zWJUY2HD7eK0izOG5QNTYOdA1x7SNxZUeNTNvfPq/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 Gupshup Messaging, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Gupshup Messaging for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_zWJUY2HD7eK0izOG5QNTYOdA1x7SNxZUeNTNvfPq/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 Gupshup Messaging URL.
- Step 03
Save and start
Save the connection and enable Gupshup Messaging in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"gupshup-messaging": {
"url": "https://edge.vinkius.com/vk_preview_zWJUY2HD7eK0izOG5QNTYOdA1x7SNxZUeNTNvfPq/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 Gupshup Messaging
Open Agent mode in chat and ask: "Using Gupshup Messaging, help me...". 6 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"gupshup-messaging": {
"url": "https://edge.vinkius.com/vk_preview_zWJUY2HD7eK0izOG5QNTYOdA1x7SNxZUeNTNvfPq/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 Gupshup Messaging
Ask Copilot: "Using Gupshup Messaging, help me...". 6 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"gupshup-messaging": {
"url": "https://edge.vinkius.com/vk_preview_zWJUY2HD7eK0izOG5QNTYOdA1x7SNxZUeNTNvfPq/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 Gupshup Messaging
Open Cascade and ask: "Using Gupshup Messaging, help me...". 6 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"gupshup-messaging": {
"url": "https://edge.vinkius.com/vk_preview_zWJUY2HD7eK0izOG5QNTYOdA1x7SNxZUeNTNvfPq/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 Gupshup Messaging
Ask Cline: "Using Gupshup Messaging, help me...". 6 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add gupshup-messaging --transport http "https://edge.vinkius.com/vk_preview_zWJUY2HD7eK0izOG5QNTYOdA1x7SNxZUeNTNvfPq/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 Gupshup Messaging
Ask Claude: "Using Gupshup Messaging, show me...". 6 tools are ready
Where the request belongs
Work Gupshup can move forward.
This is for support leads tired of manual copy-pasting, marketing managers who need to scale notifications, and developers building automated customer alerts.
Customer Support Lead
They use this to send product manuals and react to customer queries instantly to keep satisfaction high.
Marketing Manager
They use this to blast out template-based alerts and interactive polls without manual data entry.
Backend Developer
They use this to trigger automated WhatsApp notifications for order updates or account alerts via an AI agent.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWhatsApp Business
Send text, media, and interactive messages on WhatsApp. the world's most popular messaging platform.
WSLA (WhatsApp)
Send WhatsApp messages, templates, and reactions via AI using the Meta Cloud API.
360dialog
Send WhatsApp messages at scale, manage templates, and track delivery with the official 360dialog Business API integration.
Wati
Send WhatsApp messages at scale with official API access, chatbot automation, and shared team inbox for business conversations.
QuickReply.ai
Automate WhatsApp marketing and customer engagement via QuickReply.ai. trigger journeys, send templates, and manage session messages directly from your AI agent.
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 Gupshup 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 Gupshup.
The practical details behind the request, access and result.
Can I use Gupshup Messaging to send images to customers?
Yes, you can. The Connector lets your agent send images, videos, and documents as rich media messages. Just provide a public URL, and the agent handles the rest.
Does this work for standard text messages too?
It works for free-form text messages within the 24-hour window of an active conversation. For messages outside that window, you'll need to use a pre-approved template.
Can my AI agent send buttons in WhatsApp?
Yes. You can use the interactive message capability to send up to three buttons. This is great for giving customers clear choices like Yes or No.
Do I need to host my files online for this to work?
Yes, for media messages like images or PDFs, you need to provide a public URL. The Connector sends the link to WhatsApp so the user can view it.
How do I know which template parameters to use?
You can ask your agent to check the template info first. It will pull the specific requirements for a template so you don't have to guess.
Can I use this for marketing alerts?
Absolutely. It's a common way to send out notifications, alerts, and marketing messages using pre-approved WhatsApp templates.
How do I get my Gupshup API Key?
Log in to your Gupshup Console, navigate to Apps > Your App > Settings, and copy your API Key.
Can I send free text messages?
Yes, but only within the 24-hour session window after the user messages you first.
Do I need to pre-approve templates?
Yes, template messages must be approved by Meta before they can be sent via the send_template_message capability.
One connection away
Give your agent a direct line to Gupshup.
Connect Gupshup once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available