Talknbox VE

Integracja z Talknbox VE API

Actions20

Overview

This node integrates with the Talknbox VE API, allowing users to interact with various resources such as calls, campaigns, contacts, agents, queues, reports, webhooks, and system information. Specifically for the Calls - List operation, it retrieves a paginated list of call records from the Talknbox VE platform.

Typical use cases include:

  • Fetching recent or historical call data for reporting or analysis.
  • Integrating call logs into CRM or other business systems.
  • Monitoring call activity in real-time or batch processes.

For example, a user might configure this node to list calls on page 1 with 50 items per page to display recent calls in a dashboard.

Properties

Name Meaning
Page Page number of the results to retrieve.
Page Size Number of call items to retrieve per page.

Output

The node outputs an array of JSON objects representing call records retrieved from the Talknbox VE API. Each item corresponds to a call entry with all its associated data fields as returned by the API.

The output JSON structure depends on the API response but generally includes details such as call ID, phone numbers, timestamps, status, recordings, and other metadata related to each call.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Talknbox VE API.
  • The base URL for the API is configurable via credentials.
  • The node uses built-in HTTP request helpers with automatic retry logic on rate limiting (HTTP 429).

Troubleshooting

  • Rate Limiting (HTTP 429): The node automatically retries up to 3 times with delay based on the x-ratelimit-reset header. If you still encounter rate limit errors, consider reducing request frequency or increasing page size to reduce total requests.
  • Authentication Errors: Ensure that the API key credential is valid and has sufficient permissions.
  • Invalid Page or Page Size: Providing non-positive or excessively large numbers may cause API errors or empty results.
  • Network Issues: Connectivity problems will cause request failures; verify network access to the Talknbox VE API endpoint.

Links and References

Discussion