NAME

Apertur::SDK::Resource::Webhooks - Event webhook management

DESCRIPTION

Manages event webhooks within a project, including delivery history and retry capabilities.

METHODS

list($project_id)

Lists all webhooks for a project.

create($project_id, %config)

Creates a new webhook.

update($project_id, $webhook_id, %config)

Updates a webhook's configuration.

delete($project_id, $webhook_id)

Deletes a webhook.

test($project_id, $webhook_id)

Triggers a test delivery for a webhook.

deliveries($project_id, $webhook_id, %options)

Lists delivery attempts for a webhook. Options: page, limit.

retry_delivery($project_id, $webhook_id, $delivery_id)

Retries a failed webhook delivery.