bytechefhq/bytechef

Discord - New Message trigger

Open

#1,547 opened on Oct 1, 2024

 (8 comments) (0 reactions) (0 assignees)Java (156 forks)auto 404
backendgood first issuehacktoberfestworkflow-component

Repository metrics

Stars
 (907 stars)
PR merge metrics
 (PR metrics pending)

Description

The New Message trigger for Discord component is activated whenever a new message is sent in a specific Discord channel. It enables real-time automation of workflows by responding to incoming messages as soon they apear in the designated channel. This is especially useful for monitoring communication, extracting data, or initiating processes based on the content of the messages.

Trigger Properties:

  • channel - the specific Discord channel that the trigger will monitor

Output:

  • new message - newly sent message object

Documentation Reference: https://discord.com/developers/docs/resources/webhook#create-webhook

Contributor guide