Skip to main content
Question

Generate a discord message from my monday board

  • March 1, 2025
  • 1 reply
  • 4 views

I am attempting to create a simple Zap that, every morning, sends a discord message containing a quick summation of all of my Monday.com board fields and their associated statues. I am able to get to the final step but cannot figure out how to dynamically set my discord message text to the monday. It only allows me to select specific fields

Did this topic help you find an answer to your question?

1 reply

JammerS
Forum|alt.badge.img+6
  • Zapier Staff
  • 2344 replies
  • March 3, 2025

Hi ​@jakebball11,

 

Welcome to the Community.

 

To send a daily summary of your Monday.com board to Discord, use Zapier's Schedule trigger to run every morning. Then, fetch board items using the Monday.com 'Get Items' action. Next, use a Code by Zapier step (Python or JavaScript) to loop through the items and format a summary. Finally, send the summary to Discord using the 'Send Channel Message' action. This approach requires basic coding knowledge but efficiently compiles and delivers board data.

 

I hope this helps! If you have any further questions or run into any issues, please feel free to ask.