Integration with Google Chat messaging platform for sending messages, retrieving spaces, and searching messages.

Changelog

4 versions
v1.2.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Chat API.
v1.1.1
  • Added output examples to component schemas.
v1.1.0
  • Added multiselect input normalization for improved compatibility.
  • FindSpaces: spaceTypes field now accepts both array and comma-separated string inputs.
v1.0.1
  • Initial version

Authentication

TypeDetails
OAuth 2
Scopes:
profile email

Actions

4
Find Messages icon

Find Messages

Retrieve a list of messages from a specified Google Chat space. Maximum 1000 messages can be fetched.
Additional Scopes:
...ogleapis.com/auth/chat.messages.readonly
Find Spaces icon

Find Spaces

Retrieve a list of Google Chat spaces available to the authenticated user. Filter by selecting one or more space types: SPACE (chat rooms), GROUP_CHAT (group conversations), or DIRECT_MESSAGE (1:1 chats). Maximum 100 spaces can be retrieved at once.
Additional Scopes:
...googleapis.com/auth/chat.spaces.readonly
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Google Chat API.
Additional Scopes:
...://www.googleapis.com/auth/chat.messages
Send Message icon

Send Message

Send a message to a Google Chat space or direct message thread. Supports rich text formatting and thread replies.
Additional Scopes:
...://www.googleapis.com/auth/chat.messages