All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Queues - Subscribe to events from Cloudflare services with Queues

10mo ago

Source

CloudflareQueues - Subscribe to events from Cloudflare services with Queuescloudflare.com
Snippet from the RSS feed
You can now subscribe to events from other Cloudflare services (for example, Workers KV , Workers AI , Workers ) and consume those events via Queues , allowing you to build custom workflows, integrations, and logic in response to account activity. Event subscriptions allow you to receive messages when events occur across your Cloudflare account. Cloudflare products can publish structured events to a queue, which you can then consume with Workers or pull via HTTP from anywhere . To create a subscription, use the dashboard or Wrangler : npx wrangler queues subscription create my-queue --source r2 --events bucket.created An event is a structured record of something happening in your Cloudflare account – like a Workers AI batch request being queued, a Worker build completing, or an R2 bucket being created. Events follow a consistent structure: { " type " : "cf.r2.bucket.created" , " source " : { " type " : "r2" }, " payload " : { " name " : "my-bucket" , " location " : "WNAM" }, " metadata " : { " accountId " : "f9f79265f388666de8122cfb508d7776" , " eventTimestamp " : "2025-07-28T10:30:00Z" } } Current event sources include R2 , Workers KV , Workers AI , Workers Builds , Vectorize , Super Slurper , and Workflows . More sources and events are on the way. For more information on event subscriptions, available events, and how to get started, refer to our documentation .

You might also wanna read

Cloudflare launches Email Service private beta with native Workers integration

Cloudflare is launching a new Email Service in private beta that allows developers to send and receive email directly from Cloudflare Worker

blog.cloudflare.com·9mo ago

Cloudflare Email Service Enters Public Beta for AI Agent Integration

Cloudflare has launched its Email Service into public beta, providing infrastructure for developers to integrate email capabilities into AI

blog.cloudflare.com·2mo ago

Cloudflare Email Service Enters Public Beta for AI Agent Integration

Cloudflare has launched its Email Service into public beta, enabling developers to integrate AI agents with email infrastructure. The servic

Product Hunt·12d ago

Cloudflare launches temporary accounts for AI agents to bypass human signup flows

Cloudflare is launching Temporary Accounts for AI agents, allowing them to deploy websites, APIs, and other agents instantly without going t

blog.cloudflare.com·14d ago

Cloudflare launches temporary accounts for AI agents to bypass human signup flows

Cloudflare is launching Temporary Accounts for AI agents, allowing them to deploy websites, APIs, and other agents instantly without going t

Cloudflare·14d ago

Cloudflare Radar enables AI agents to become direct customers with automated account setup

Cloudflare Radar announces that AI agents can now become Cloudflare customers directly, creating accounts, starting paid subscriptions, regi

radar.cloudflare.com·10mo ago

Cloudflare enables AI agents to autonomously create accounts, buy domains, and deploy code

Cloudflare now allows AI coding agents to create accounts, purchase domains, set up paid subscriptions, and obtain API tokens autonomously o

The Cloudflare Blog·1mo ago

Comments

Sign in to join the conversation.

No comments yet. Be the first.