Event notifications send a POST request to your webhook URL whenever objects are created or deleted in a bucket. Use prefix and suffix filters to target specific paths or file types.
Open your bucket in the portal, click the Settings tab, then click Event Notifications.
Click + Add Notification. The Add Notification modal appears with the subtitle “Configure webhook endpoint and event types.”
Webhook URL (required)
Helper: “The URL that will receive POST requests when events occur.” Placeholder: https://your-app.com/.
Event Types (required)
Helper: “Select which events should trigger notifications:“
At least one event type must be selected.
Webhook not receiving events Ensure the webhook URL is publicly accessible over HTTPS. IBEE sends POST requests — verify your endpoint is not blocking them.
Too many notifications Use the Prefix or Suffix filters under Advanced Options to limit notifications to specific paths or file types.
Notifications for wrong event type Check that the correct event types (Creation and/or Deletion) are selected for the notification.