workflows.fit
Back to n8n workflows
n8n templateFreeBy n8n Team

Send Google Sheets data as a message to a Discord channel

This workflow sends a message to a Discord channel when a new row is added or a row is updated in a Google Sheet. The message will send all data rows in the Google Sheet. Prerequisites - Discord account and [Discord c...

Data & StorageProductivityCommunicationHITLDevelopmentCore NodesGoogle Sheets TriggerDiscord
Loading interactive preview...

Template notes

This workflow sends a message to a Discord channel when a new row is added or a row is updated in a Google Sheet. The message will send all data rows in the Google Sheet.

Prerequisites - Discord account and [Discord credentials](https://docs.n8n.io/integrations/builtin/credentials/discord/). - Google account and [Google credentials](https://docs.n8n.io/integrations/builtin/credentials/google/).

How it works Using a code node, we can use the obtained Google Sheet data to create a custom message that will be sent to Discord. The message will be sent to the Discord channel specified in the Discord node.

Setup This workflow requires that you set up a Discord webhook and have an existing Google Sheet with data. See [how to set up a Discord webhook here](https://docs.n8n.io/integrations/builtin/credentials/discord/creating-a-webhook-in-discord).