Backblaze · Arazzo Workflow
Backblaze Configure Bucket Event Notifications
Version 1.0.0
Authorize, set a webhook notification rule on a bucket, then read the rules back to confirm.
Provider
Workflows
configure-bucket-notifications
Set a webhook notification rule on a bucket and verify it.
Authorizes the account, sets a single enabled webhook notification rule on the bucket, then reads the rules back to confirm they were stored.
1
authorize
authorizeAccount
Log in to the B2 API to obtain the authorization token.
2
setRules
setBucketNotificationRules
Replace the bucket's notification rules with a single enabled rule that posts the selected event types to the webhook URL.
3
confirmRules
getBucketNotificationRules
Read the bucket's notification rules back to confirm they were stored.