Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation retrieves details of a specific inbox from the Konverte Digital API by using the provided account ID and inbox ID. It is useful for scenarios where you need to fetch information about a particular inbox within an account, such as for monitoring or managing inbox settings.

Use Case Examples

  1. Fetch details of an inbox by specifying the account and inbox IDs to display its configuration or status in a workflow.
  2. Use the node to get inbox information before performing further actions like message retrieval or inbox updates.

Properties

Name Meaning
Account Id The numeric ID of the account to which the inbox belongs.
Id The ID of the inbox to retrieve details for.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and timeout settings.

Output

JSON

  • id - The unique identifier of the inbox.
  • name - The name of the inbox.
  • description - Description or details about the inbox.
  • account_id - The account ID to which the inbox belongs.
  • created_at - Timestamp when the inbox was created.
  • updated_at - Timestamp when the inbox was last updated.

Dependencies

  • Requires an API key credential for authentication to the Konverte Digital API.

Troubleshooting

  • Ensure the account ID and inbox ID are correct and exist in the system to avoid 'not found' errors.
  • If SSL certificate validation fails, enable the 'Ignore SSL Issues' option to bypass validation, but be aware of security risks.
  • Check proxy settings if requests fail due to network issues.
  • Adjust the timeout setting if the server response is slow to prevent premature request abortion.

Links

Discussion