Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation creates an integration hook for a specified app within an account. It is useful for automating the setup of integration hooks that connect external applications or services to the platform, enabling event-driven workflows or data synchronization. For example, a user can create a webhook to receive notifications from an app or inbox when certain events occur.

Use Case Examples

  1. Creating a webhook integration for a messaging app to receive real-time message updates.
  2. Setting up an inbox hook to trigger workflows when new messages arrive in a specific inbox.

Properties

Name Meaning
Account Id The numeric ID of the account where the integration hook will be created.
App Id The ID of the app for which the integration hook is being created.
Inbox Id The inbox ID, if the hook is an inbox hook, specifying the target inbox for the integration.
Settings The JSON settings required by the integration, defining configuration details for the hook.
Request Options Optional settings to control request behavior such as batching, SSL validation, proxy usage, and timeout.

Output

JSON

  • id - The unique identifier of the created integration hook.
  • app_id - The ID of the app associated with the integration hook.
  • inbox_id - The inbox ID if the hook is related to an inbox.
  • settings - The settings used for the integration hook.
  • created_at - Timestamp when the integration hook was created.
  • updated_at - Timestamp when the integration hook was last updated.

Dependencies

  • An API key credential for authenticating with the Konverte Digital API.

Troubleshooting

  • Ensure the Account Id is a valid numeric ID and corresponds to an existing account.
  • Verify that the App Id and Inbox Id (if provided) are correct and exist in the system.
  • Check the JSON format of the Settings property to avoid parsing errors.
  • If SSL validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • If requests time out, increase the Timeout setting or check network connectivity.

Links

Discussion