Actions7
- AlfaConnect Actions
- AlfaMail Actions
- NimbaSMS Actions
- Djomy Actions
Overview
The NimbaSMS Get Balance operation allows users to retrieve their current SMS balance from the AlfaConnect SMS service. This node is useful for monitoring SMS credit availability to ensure uninterrupted messaging services. It can optionally include detailed balance information for more comprehensive insights.
Use Case Examples
- A marketing team uses this node to check their SMS credit balance before launching a campaign to avoid message sending failures.
- A system administrator schedules this node to run periodically to monitor SMS balance and trigger alerts when credits are low.
Properties
| Name | Meaning |
|---|---|
| Options | Additional options for the balance request, such as whether to include detailed balance information. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout. |
Output
JSON
balance- The current SMS balance available in the user's account.details- Detailed balance information, included if the 'Include Details' option is enabled.
Dependencies
- Requires an API key credential for AlfaConnect to authenticate requests.
Troubleshooting
- Common issues include authentication failures due to invalid or missing API credentials. Ensure the API key is correctly configured.
- Network issues such as proxy misconfiguration or SSL certificate validation failures can cause request errors. Verify proxy settings and SSL options.
- Timeout errors may occur if the server is slow to respond. Adjust the timeout setting as needed.
Links
- AlfaConnect API Documentation - SMS Balance - Official documentation for the SMS balance endpoint of the AlfaConnect API.