You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/queues/2025-08-18-event-subscriptions.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ products:
6
6
date: 2025-08-18 12:00:00 UTC
7
7
---
8
8
9
-
[Queues](/queues/) can now subscribe to events from other Cloudflare services (e.g., [KV](/kv/), [Workers AI](/workers-ai), [Workers](/workers)), allowing you to build custom workflows, integrations, and logic in response to account activity.
9
+
[Queues](/queues/) can now subscribe to events from other Cloudflare services (for example, [Workers KV](/kv/), [Workers AI](/workers-ai), [Workers](/workers)), allowing you to build custom workflows, integrations, and logic in response to account activity.
Copy file name to clipboardExpand all lines: src/content/docs/queues/event-subscriptions/manage-event-subscriptions.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
pcx_content_type: configuration
3
3
title: Manage event subscriptions
4
-
description: Learn how to create, view, and delete event subscriptions for your queues
4
+
description: Learn how to create, view, and delete event subscriptions for your queues.
5
5
sidebar:
6
6
order: 1
7
7
---
@@ -24,17 +24,17 @@ Creating a subscription allows your queue to receive messages when events occur
24
24
### Dashboard
25
25
26
26
<Steps>
27
-
1.From the Cloudflare dashboard, go to **Storage & Databases** > **Queues**.
27
+
1.Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), and go to **Compute & AI** > **Queues**.
28
28
2. Select the queue you want to add a subscription to.
29
29
3. Switch to the **Subscriptions** tab.
30
30
4. Select **Subscribe to events**.
31
-
5.Select the desired source and events.
31
+
5.Name your subscription, and select the desired source and events.
32
32
6. Select **Subscribe**.
33
33
</Steps>
34
34
35
35
### Wrangler CLI
36
36
37
-
To create a subscription using Wrangler, run the [`queues subscription create command`](/workers/wrangler/commands/#subscription-create):
37
+
To create a subscription using Wrangler, run the [`queues subscription create command`](/queues/reference/wrangler-commands/#queues-subscription-create):
0 commit comments