Overview
This node interacts with the CloudConvert API to manage webhooks related to file conversion jobs. Specifically, the 'Delete' operation under the 'Webhook' resource allows users to delete a webhook by providing its Webhook ID. This is useful for managing and cleaning up webhook configurations that are no longer needed or valid.
Use Case Examples
- Deleting a webhook by specifying its Webhook ID to stop receiving notifications for certain job events.
- Managing webhook lifecycle in automation workflows to ensure only active webhooks are maintained.
Properties
| Name | Meaning |
|---|---|
| Webhook ID | The unique identifier of the webhook to be deleted. This is a required input for the delete operation under the webhook resource. |
Output
JSON
success- Indicates whether the webhook deletion was successful (true if deleted).
Dependencies
- Requires an API key credential for CloudConvert to authenticate requests.
Troubleshooting
- Ensure the Webhook ID provided is correct and exists; otherwise, the deletion will fail.
- Check API credentials and permissions to confirm the node can perform delete operations on webhooks.
- If the API returns an error, verify network connectivity and CloudConvert service status.
Links
- CloudConvert Webhooks API - Official documentation for managing webhooks via CloudConvert API, including deletion.
