Skip to content
FlowHubFluxonLab
Discord
Discordfree

Send a message with a Discord Bot

by eem2188adapted from n8n official workflow galleryUpdated Aug 2026
RequiresDiscordDiscord
Share Post Share
MaOn clicking 'execute'On clicking 'ex…Discord1
1/5
STEPS · 1
Run manually by an operator

Explore this workflow on its official n8n template page.

Tags

n8nreference-onlydiscord
Connects
discordDiscord
CategoryDiscord
Triggermanual
Complexitysimple
Nodes2
AddedJun 17, 2020

Related workflows

See all Discord
discordW
free

Set alert on the website changes

I used this to check for a page that had Out Of Stock not found when an item came back in stock. Set the URL for the HTTP Request node and your Webhook URL and Messages for the discord nodes.

by darkesthour111
discordgraphql
free

Get top 5 products on Product Hunt every hour

This workflow gets the top 5 products from Product Hunt and shares them on the Discord server. Cron node: This node triggers the workflow every hour. Based on your use case, you can update the node to trigger the workflow at a different time. GraphQL node: This node makes the API call to the Product Hunt GraphQL API. You will need an API token from Product Hunt to make the call. Item Lists node: This node transforms the single item returned by the previous node into multiple items. Set node: The Set node is used to return only the name, description, and votes of the product. Discord node: This node is used to send the top 5 products to the Discord server.

by Harshil Agrawal
Cdiscordsheets
free

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 credentials. Google account and Google credentials. 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.

by n8n Team