Google Cloud Pub/Sub
Cloud messaging service — publish and subscribe to messages, manage topics and subscriptions
Actions
| Name | Description |
|---|---|
publish_messagePublish a message to a Pub/Sub topic | Publish a message to a Pub/Sub topic |
pull_messagesPull messages from a Pub/Sub subscription | Pull messages from a Pub/Sub subscription |
acknowledge_messagesAcknowledge received messages so they are not redelivered | Acknowledge received messages so they are not redelivered |
list_topicsList all topics in a Google Cloud project | List all topics in a Google Cloud project |
create_topicCreate a new Pub/Sub topic | Create a new Pub/Sub topic |
delete_topicDelete a Pub/Sub topic | Delete a Pub/Sub topic |
list_subscriptionsList all subscriptions in a Google Cloud project | List all subscriptions in a Google Cloud project |
create_subscriptionCreate a new Pub/Sub subscription | Create a new Pub/Sub subscription |
custom_api_callMake a custom API call to the Google Cloud Pub/Sub API | Make a custom API call to the Google Cloud Pub/Sub API |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'gcloud-pubsub',
actionName: 'publish_message',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Google Cloud Pub/Sub to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Google Cloud Pub/Sub support?
Google Cloud Pub/Sub supports 9 actions including Publish Message, Pull Messages, Acknowledge Messages, List Topics, Create Topic, and more.
Can I use Google Cloud Pub/Sub with AI agents?
Yes. Add Google Cloud Pub/Sub to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Google Cloud Pub/Sub use?
Google Cloud Pub/Sub uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Google Cloud Pub/Sub integration cost?
The Google Cloud Pub/Sub integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Google Cloud Pub/Sub in 2 minutes
Get 1,000 free actions every month. No credit card required.