NotificaMe Hub icon

NotificaMe Hub

Integração com NotificaMe Hub API

Overview

This node integrates with the NotificaMe Hub API to list subaccounts under the 'Revenda' resource. It is useful for users who manage multiple subaccounts and need to retrieve a list of these subaccounts programmatically. For example, a reseller managing multiple client accounts can use this node to fetch and process subaccount data for reporting or automation purposes.

Use Case Examples

  1. A reseller wants to automate the retrieval of all their subaccounts to sync with their internal CRM system.
  2. A user needs to batch process subaccounts for sending notifications or updates through the NotificaMe Hub platform.

Properties

Name Meaning
Request Options Options to control the request behavior such as batching, SSL certificate validation, proxy settings, and timeout.

Output

JSON

  • subaccounts - Array of subaccount objects retrieved from the NotificaMe Hub API.
  • totalCount - Total number of subaccounts available.

Dependencies

  • Requires an API key credential for NotificaMe Hub API authentication.

Troubleshooting

  • If the node fails due to SSL certificate issues, enable 'Ignore SSL Issues (Insecure)' option to bypass validation, but be cautious as this reduces security.
  • Timeout errors can occur if the server is slow or unresponsive; increase the 'Timeout' value in request options to mitigate this.
  • Proxy configuration errors may arise if the proxy URL or credentials are incorrect; verify proxy settings carefully.

Discussion