2

I am currently a free user of Google chat, and I am trying to set up an incoming webhook to send myself asynchronous messages (notifications) in a chat space. I have not been able to locate the "Manage webhooks" dialog in the chat space menu. Is the incoming webhook chat bot feature for Google Chat only available for user with Google Workspace access?

Isaac To
  • 679
  • 3
  • 17

1 Answers1

2

The documentaiton is not very clear about it, but to add a webhook, you should be able to create it first

The documentation for Google Apps Script bot specifies:

Prerequisites

A Google Workspace account with access to Google Chat.

There is no direct respective mention for Webhooks, but this seems to be a bug - see There is no mention in the documentation of the "Configure webhooks" being available only for Workspace users.

In other words:

Unfortunately, Incoming Webhooks are only available to Google Workspace users, even if it is currently not mentioned in the documentation.

ziganotschka
  • 25,866
  • 2
  • 16
  • 33
  • 1
    I have set up google workspace now, and I can see the "Manage webhooks" dialog in a chat space menu. – Isaac To Feb 07 '22 at 20:12