Authentication

This provider requires authentication.

  • webhook_url: Google Chat Webhook Url (required: True, sensitive: True)

In workflows

This provider can be used in workflows.

As “action” to make changes or update data, example:

actions:
    - name: Query google_chat
      provider: google_chat
      config: "{{ provider.my_provider_name }}"
      with:
        message: {value}  # The text message to send.

If you need workflow examples with this provider, please raise a GitHub issue.

Connecting with the Provider

  1. Open Google Chat
  2. Open the space to which you want to add a webhook
  3. Next to the space title, click the expand more arrow, and then click “Apps & Integrations”
  4. Click ”+ Add webhooks”
  5. In the Name field, enter “Quickstart Webhook”
  6. In the Avatar URL field, enter https://developers.google.com/chat/images/chat-product-icon.png
  7. Click Save
  8. To copy the webhook URL, click “More”, and then click “Copy link”.