Hey everyone,
I’m trying to integrate Google Chat and Slack using N8N Cloud, allowing my team to communicate with customers in a Google Chat group directly from Slack, and ensuring that customer responses in Google Chat are forwarded back to Slack.
What I’ve set up so far:
Google Chat Webhook: I have a webhook URL generated by Google Chat to receive messages.
Slack Webhook: I created a webhook in N8N to receive messages from Slack.
N8N Cloud: I’m using workflows in N8N to process and forward messages.
Main Issues I’m Facing:
Slack is not verifying my N8N webhook URL because it expects a “challenge” parameter in the initial verification request. How can I configure my N8N Webhook to correctly respond to Slack’s “challenge” parameter?
Google Chat does not allow external webhooks (like the one from N8N); it only generates its own webhook URL. How can I make Google Chat send messages to N8N?
What’s the best approach to handling bidirectional communication between Google Chat and Slack using N8N ?
Any advice or example workflows in N8N would be highly appreciated!
Thanks in advance!