Create webhook
uploadcare_create_webhookCreates a webhook subscription (additive). The project will POST to target_url when the chosen event fires. REST API: POST /webhooks/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | Event to subscribe to. Default "file.uploaded". | |
| is_active | No | Whether the webhook is active. Default true. | |
| target_url | Yes | URL the webhook will POST to. |