google-chat-notifier

Symfony Google Chat Notifier Bridge

MIT License

Downloads
53.1K
Stars
9
Committers
18

Google Chat Notifier

Provides Google Chat integration for Symfony Notifier.

DSN example

GOOGLE_CHAT_DSN=googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?thread_key=THREAD_KEY

where:

  • ACCESS_KEY is your Google Chat access key
  • ACCESS_TOKEN is your Google Chat access token
  • SPACE is the Google Chat space
  • THREAD_KEY is the Google Chat message thread to group messages into a single thread (optional)

Resources