Message data missing in Discord reaction trigger

Hey there,

I tried to look into similar posts, however the only thing I could find was an issue a user had with slack.

I’m trying to build a trigger that when I react to a message in discord, that message will be sent to my Notion database. However, there is no “text” object recorded of the reacted content in the event results.

Basically the same goal/issue as mentioned by this fellow. Trouble Finding Message in Slack to Push to Notion

Goal is to insert a message into Notion page when a specific emoji is used. I’ve gotten it to trigger the event for the slack page I am monitoring but the fields presented don’t have the message body text. I created a new workflow item to “Find Message” in Slack and I am unable to insert multiple query parameters to look for messages in channel with emoji icon by my user. I can only search by one parameter at a time. Maybe the filter function is a better use case?

I believe this is the proper documentation: Discord Developer Portal
However, I’m a complete novice and have no idea what I’m doing.

Hello @mark, I’ve checked and confirmed that Pipedream Discord - New Reaction Added source doesn’t include the message text on the event. I’ve created a ticket here to improve that: [IMPROVEMENT] Discord - New Reaction Added (Instant) source: Add message text to event body · Issue #5646 · PipedreamHQ/pipedream · GitHub

After the ticket is done, you can create a new Discord source, then the message text should be there.

You’re awesome, thanks much!