Skip to content
Discussion options

You must be logged in to vote

Hello @kveranga-tonso,
Not directly, unlike Slack notifications, Google Chat Spaces don’t have a direct built-in integration. But you can achieve this by using Google Chat Incoming Webhooks. Here:

  1. Create a webhook for your Google Chat Space by following the official guide here
  2. Add this Python script to the root of your repository that sends the notification using the webhook.
  3. Configure your Codemagic workflow to run below script during your post-publish phase by adding the command. You can tweak this with different conditions as well:
python3 <file_name>.py

This will send a message/notification to your Google Chat Space. I hope this helps.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dam-ease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants