Actions5
- Call Actions
- Message Actions
- Account Actions
Overview
This node integrates with the BulkVS API to send bulk SMS messages. It allows users to send a single SMS message to multiple phone numbers at once, which is useful for marketing campaigns, notifications, or alerts. Users provide a comma-separated list of phone numbers, the SMS message content, and optionally a sender number. The node processes each phone number individually, sending the SMS and returning the status for each number along with a summary of total and successful messages.
Use Case Examples
- Sending promotional SMS to a list of customers.
- Notifying multiple users about an event or update via SMS.
Properties
| Name | Meaning |
|---|---|
| Phone Numbers | Comma-separated list of phone numbers to send SMS (include country code) |
| Message Text | SMS message content (max 160 characters for single SMS) |
| From Number | Phone number or short code to send SMS from |
Output
JSON
results- Array of objects with each phone number's send status, message ID if successful, and response or error detailssummarytotal- Total number of phone numbers processedsuccessful- Number of successfully sent SMS messages
Dependencies
- BulkVS API accessed via an API key credential named 'bulkVsApi'
Troubleshooting
- Common issues include invalid phone number formats, exceeding message length limits, or API authentication failures.
- Error messages from the API are captured and returned per phone number in the output to help diagnose issues.
- Ensure the API key credential is correctly configured and has permissions to send SMS.
- Verify phone numbers include country codes and are correctly formatted.
Links
- BulkVS API Documentation - Official API documentation for BulkVS, useful for understanding API endpoints and parameters.