Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation lists all webhooks associated with a specified account in the Konverte Digital API. It is useful for users who want to retrieve and manage webhook configurations programmatically, such as for monitoring webhook events or integrating webhook data into workflows.

Use Case Examples

  1. A user wants to fetch all webhooks for account ID 123 to display them in a dashboard.
  2. An automation workflow needs to verify existing webhooks before creating new ones to avoid duplicates.

Properties

Name Meaning
Account Id The numeric ID of the account for which to list all webhooks.
Request Options Optional settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • webhooks - An array of webhook objects retrieved from the account, each representing a webhook configuration.

Dependencies

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

Troubleshooting

  • Ensure the Account Id is correct and the API key has permissions to access webhook data.
  • If SSL errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Timeout errors may be resolved by increasing the timeout setting in Request Options.
  • Proxy settings must be correctly configured if used, including authentication details if required.

Links

Discussion