Hi, i just switched to using the new discord node, i use embed notification and saw that some options are missing, like footer options, author url and some others, is there a way to configure those options?
Information on your n8n setup
**n8n version: 1.22.6
**Database (default: SQLite): PostgreSQL
**Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Hi @Pedro_Buffon
if you want to configure those options you should use the “Input Method” > “Raw JSON” and structure all the embed fields you need in the Value parameter (as JSON).
You can find the available Discord fields for an embed on the Discord developers portal.
Let me know if this helps and you need more support
All the best
Hi @Pedro_Buffon
there’s no near plan to add those fields.
Those were not originally added not to clutter the user interface. But I added a note to our internal documentation to be sure these are added when we touch the Discord node again.