← All integrations

Google Chat App icon

Google Chat App

Send messages and receive events through a partner-owned Google Chat app

Credentials form8 native toolsIcon needs-review
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
google_chat_app_list_spaces
List spaces where the partner's Google Chat app is a member

/spaces

3 parameters
ParamTypeRequiredDescription
pageSizeintegeroptionalMaximum number of results to return
pageTokenstringoptionalPage token for the next page
filterstringoptionalOptional Google Chat space filter
GET
google_chat_app_get_space
Get a space visible to the partner's Google Chat app

/spaces/{spaceId}

1 parameter
ParamTypeRequiredDescription
spaceIdstringrequiredSpace ID, without the spaces/ prefix
GET
google_chat_app_list_members
List human members visible to the partner's Google Chat app

/spaces/{spaceId}/members

4 parameters
ParamTypeRequiredDescription
spaceIdstringrequiredSpace ID, without the spaces/ prefix
pageSizeintegeroptionalMaximum number of results to return
pageTokenstringoptionalPage token for the next page
filterstringoptionalOptional membership filter
GET
google_chat_app_get_member
Get a membership visible to the partner's Google Chat app

/spaces/{spaceId}/members/{memberId}

2 parameters
ParamTypeRequiredDescription
spaceIdstringrequiredSpace ID, without the spaces/ prefix
memberIdstringrequiredMembership ID or member email, without the spaces/{space}/members/ prefix
POST
google_chat_app_create_message
Send a text message as the partner's Google Chat app

/spaces/{spaceId}/messages

3 parameters
ParamTypeRequiredDescription
spaceIdstringrequiredSpace ID, without the spaces/ prefix
textstringrequiredMessage text
threadNamestringoptionalOptional thread resource name to reply in
GET
google_chat_app_get_message
Get a message visible to the partner's Google Chat app

/spaces/{spaceId}/messages/{messageId}

2 parameters
ParamTypeRequiredDescription
spaceIdstringrequiredSpace ID, without the spaces/ prefix
messageIdstringrequiredMessage ID, without the spaces/{space}/messages/ prefix
PATCH
google_chat_app_update_message
Update a text message created by the partner's Google Chat app

/spaces/{spaceId}/messages/{messageId}

3 parameters
ParamTypeRequiredDescription
spaceIdstringrequiredSpace ID, without the spaces/ prefix
messageIdstringrequiredMessage ID, without the spaces/{space}/messages/ prefix
textstringrequiredReplacement message text
DELETE
google_chat_app_delete_message
Delete a message created by the partner's Google Chat app

/spaces/{spaceId}/messages/{messageId}

2 parameters
ParamTypeRequiredDescription
spaceIdstringrequiredSpace ID, without the spaces/ prefix
messageIdstringrequiredMessage ID, without the spaces/{space}/messages/ prefix
Request private-beta access