CloudConvert icon

CloudConvert

A node to execute file conversion jobs on https://cloudconvert.com

Actions5

Overview

This node interacts with the CloudConvert API to manage webhooks related to file conversion jobs. Specifically, the 'Get All' operation under the 'Webhook' resource retrieves a list of all webhooks configured in the user's CloudConvert account. It supports filtering the results by a specific webhook URL, allowing users to narrow down the list to relevant webhooks. This operation is useful for monitoring, managing, or auditing webhook configurations that notify about job completions or other events.

Use Case Examples

  1. A user wants to retrieve all webhooks to verify which URLs are currently set up to receive notifications from CloudConvert.
  2. A user filters webhooks by a specific URL to check if a particular webhook endpoint is registered.

Properties

Name Meaning
Webhook URL Filters the list of webhooks to include only those with the specified URL.

Output

JSON

  • ``
    • id - The unique identifier of each webhook.
    • url - The URL endpoint of the webhook.
    • events - The events that trigger the webhook.
    • created_at - Timestamp when the webhook was created.
    • updated_at - Timestamp when the webhook was last updated.

Dependencies

  • CloudConvert API
  • API authentication token (credential)

Troubleshooting

  • Ensure the API credentials are correctly configured and have the necessary permissions to list webhooks.
  • If filtering by webhook URL returns no results, verify the URL string is correct and matches exactly with the registered webhook URLs.
  • Network issues or API downtime may cause request failures; check connectivity and CloudConvert service status.

Links

Discussion