Send WhatsApp messages
WhatsApp is a globally popular messaging platform that enables secure, reliable communication between individuals and businesses.
WhatsApp Business API provides organizations with powerful capabilities to:
- Engage customers: Send personalized messages, notifications, and updates directly to customers' preferred messaging app
- Automate conversations: Create interactive chatbots and automated response systems for common inquiries
- Enhance support: Provide real-time customer service through a familiar interface with rich media support
- Drive conversions: Facilitate transactions and follow-ups with customers in a secure, compliant environment
In Sim Studio, the WhatsApp integration enables your agents to leverage these messaging capabilities as part of their workflows. This creates opportunities for sophisticated customer engagement scenarios like appointment reminders, verification codes, alerts, and interactive conversations. The integration bridges the gap between your AI workflows and customer communication channels, allowing your agents to deliver timely, relevant information directly to users' mobile devices. By connecting Sim Studio with WhatsApp, you can build intelligent agents that engage customers through their preferred messaging platform, enhancing user experience while automating routine messaging tasks.
Usage Instructions
Send messages to WhatsApp users using the WhatsApp Business API. Requires WhatsApp Business API configuration.
Tools
whatsapp_send_message
Send WhatsApp messages
Input
Parameter | Type | Required | Description |
---|---|---|---|
phoneNumber | string | Yes | Recipient phone number with country code |
message | string | Yes | Message content to send |
phoneNumberId | string | Yes | WhatsApp Business Phone Number ID |
accessToken | string | Yes | WhatsApp Business API Access Token |
Output
Parameter | Type |
---|---|
success | string |
messageId | string |
Block Configuration
Input
Parameter | Type | Required | Description |
---|---|---|---|
phoneNumber | string | Yes | Recipient Phone Number - Enter phone number with country code (e.g., +1234567890) |
Outputs
Output | Type | Description |
---|---|---|
response | object | Output from response |
↳ success | boolean | success of the response |
↳ messageId | any | messageId of the response |
↳ error | any | error of the response |
Notes
- Category:
tools
- Type:
whatsapp