Actions5
Overview
This node integrates with the 8x8 API to perform SMS-related operations, specifically including sending SMS messages, sending batch SMS messages, canceling scheduled SMS messages, and providing SMS success feedback. It is useful for automating SMS communication workflows, such as sending notifications, marketing messages, or managing scheduled SMS campaigns. For example, it can send a single SMS, send multiple SMS messages in a batch, cancel scheduled SMS messages, or send feedback about SMS delivery success.
Use Case Examples
- Sending a single SMS message to a recipient.
- Sending a batch of SMS messages to multiple recipients with optional templates.
- Canceling a scheduled SMS message before it is sent.
- Sending success feedback for an SMS message delivery.
Properties
| Name | Meaning |
|---|---|
| Sub-Account ID | ID of the sub-account used for the SMS operation. |
| Umid ID | Umid identifier used for SMS success feedback or canceling scheduled SMS. |
Output
JSON
json- The JSON response from the 8x8 API for the requested SMS operation, which may be a single object or an array of objects representing SMS messages or batch results.
Dependencies
- Requires an API key credential for authenticating with the 8x8 API.
Troubleshooting
- Common errors include invalid or missing parameters such as Sub-Account ID or Umid ID, which will cause the API request to fail.
- If the operation is not supported or under development, an error is thrown indicating the operation is not available.
- Network or authentication errors may occur if the API key credential is incorrect or expired.