Actions5
Overview
This node integrates with the 8x8 API to perform various SMS-related operations, including sending SMS messages, sending batch SMS, canceling scheduled SMS, and canceling batch scheduled SMS. It is useful for automating SMS communication workflows, such as sending notifications, alerts, or marketing messages, and managing scheduled SMS cancellations.
Use Case Examples
- Cancel a scheduled SMS by providing the Sub-Account ID and Umid ID to stop a message before it is sent.
- Cancel a batch of scheduled SMS messages using the batch cancellation operation.
Properties
| Name | Meaning |
|---|---|
| Sub-Account ID | ID of the sub-account used to identify the account context for the SMS operation. |
| Umid ID | Unique identifier (Umid) used to specify the particular scheduled SMS to cancel. |
Output
JSON
json- The JSON response from the 8x8 API representing the result of the SMS operation, such as confirmation of cancellation or details of the SMS.
Dependencies
- Requires an API key credential for authenticating with the 8x8 API service.
Troubleshooting
- Ensure that the Sub-Account ID and Umid ID are correctly provided and valid; missing or incorrect IDs will cause errors.
- If the operation is not supported or under development, the node throws an error indicating the unsupported operation.
- Network or authentication issues with the 8x8 API may cause request failures; verify API credentials and network connectivity.