This topic was automatically generated from Slack. You can find the original thread here.
Hey guys, does anyone know why discord components don’t work on pipedream? Everything else works for the webhook embed when i send from nodejs to discord, but the components just don’t work?
I think it has something to do with pipedream not integrating it? It looks like in the second pic, that pipedream is bundling everything into the embed, and not seperating attachments, components, etc. Just saying it all in the embed? Maybe I’m just formatting it wrong?
Hello , I’m not sure I what you’d like to achieve also. Pipedream Discord Bot action provides 2 fields: Message and Embeds (1st image below). And the action handles those prop via this code.
If you’d like to have other customization to the message (.i.e attachment), you can use Discord Bot API via HTTP request/Node.js/Python (2nd image below). Or you can submit a new ticket for feature request via this link
Well, it’s as you said, pipedream only has the preset options for message and embed, so I guess that’s why it wasn’t working. I thought I could use components inside embeds . Would love to have more flexible features for the send message discord bot feature, so we can use components
Yea you are right it doesn’t look like our actions currently support that field on the message object. We’ll have to dig in and see how we can extend support. Can you add an issue here and tell us about your use case?