Actions5
- Call Actions
- Message Actions
- Account Actions
Overview
This node interacts with the BulkVS API to retrieve message records within a specified date range and limit. It is useful for users who want to query and analyze SMS message logs sent or received through the BulkVS service. For example, a user can fetch all message records between two dates to monitor communication activity or generate reports.
Use Case Examples
- Retrieve SMS message records from the last month to analyze messaging trends.
- Fetch the latest 100 message records to audit recent SMS communications.
Properties
| Name | Meaning |
|---|---|
| Start Date | The start date for filtering message records in the query. |
| End Date | The end date for filtering message records in the query. |
| Limit | The maximum number of message records to return in the response. |
Output
JSON
results- Array of message record objects returned from the BulkVS API.summarytotal- Total number of message records requested.successful- Number of successfully retrieved message records.
Dependencies
- Requires an API key credential for BulkVS API authentication.
Troubleshooting
- Common issues include invalid or expired API credentials, resulting in authentication errors.
- Incorrect date formats or invalid date ranges may cause the API to return errors or empty results.
- Exceeding the limit parameter or setting it too high may lead to performance issues or API rate limiting.
Links
- BulkVS API Documentation - Official API documentation for BulkVS, detailing endpoints and usage.