Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation creates a webhook for an account in the Konverte Digital API. It allows users to specify the account ID, the URL where events should be sent, and the event subscriptions they want to listen to. This is useful for integrating external systems with Konverte Digital by receiving real-time event notifications via webhooks.

Use Case Examples

  1. Creating a webhook to receive notifications about new messages or updates in a specific account.
  2. Setting up a webhook URL to automate workflows triggered by events in the Konverte Digital platform.

Properties

Name Meaning
Account Id The numeric ID of the account for which the webhook is being created.
Url The URL where the webhook events should be sent.
Subscriptions The list of events to subscribe to for receiving notifications.
Request Options Additional HTTP request options such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • id - The unique identifier of the created webhook.
  • account_id - The account ID associated with the webhook.
  • url - The URL where events will be sent.
  • subscriptions - The list of event subscriptions for the webhook.
  • created_at - Timestamp when the webhook was created.

Dependencies

  • Konverte Digital API

Troubleshooting

  • Ensure the account ID is valid and exists in the Konverte Digital system to avoid errors.
  • Verify the webhook URL is reachable and correctly formatted to receive events.
  • Check the subscriptions JSON is properly formatted and contains valid event names.
  • If SSL issues occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Proxy settings must be correct if used, otherwise requests may fail.
  • Timeouts can be adjusted if the server response is slow to prevent premature request abortion.

Discussion