Skip to content

Commit 364f410

Browse files
committed
Link to SDK docs
1 parent 005afbf commit 364f410

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/changelog/queues/2025-05-09-publish-to-queues-via-http.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ curl "https://api.cloudflare.com/client/v4/accounts/<account_id>/queues/<queue_i
1717
--data '{ "body": { "greeting": "hello", "timestamp": "2025-07-24T12:00:00Z"} }'
1818
```
1919

20+
You can also use our [SDKs](/fundamentals/api/reference/sdks/) for TypeScript, Python, and Go.
21+
2022
To get started with HTTP publishing, check out our [step-by-step example](/queues/examples/publish-to-a-queue-via-http/) and the full API documentation in our [API reference](/api/resources/queues/subresources/messages/methods/push/).

0 commit comments

Comments
 (0)