eavz
Google Cloud Pub/Sub

Google Cloud Pub/Sub

Cloud messaging service — publish and subscribe to messages, manage topics and subscriptions

9 actions

Actions

Name
publish_message

Publish a message to a Pub/Sub topic

pull_messages

Pull messages from a Pub/Sub subscription

acknowledge_messages

Acknowledge received messages so they are not redelivered

list_topics

List all topics in a Google Cloud project

create_topic

Create a new Pub/Sub topic

delete_topic

Delete a Pub/Sub topic

list_subscriptions

List all subscriptions in a Google Cloud project

create_subscription

Create a new Pub/Sub subscription

custom_api_call

Make a custom API call to the Google Cloud Pub/Sub API

Quick Start

TypeScript
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.