Conversation
|
Out of curiosity, what kind of automation do we think would use this? |
This is so we can easily scrape an updated list of discord users with nickname + userID so we can match it against google people directory storage. Basically so we can route interactions to discord based on a main user directory rather than matching nicknames. Right now for the email -> discord we are using a manual userID entry but this would end reliance on that. Ideally we could also use this to power any number of automations like sending DMs, assigning user roles automatically or even sending event reminders from valkyrie to DM or channels with specific users? |
|
Simplifying sending DMs is a likely antigoal for us, just to state that clearly. Love the rest of those ideas though 😊 |
|
👋 Coming back to this one :) Should be good to merge! |
Notes
This PR adds the function to send Discord memberlist (Nickname, Username, UserID) to n8n in-order to create a user directory for running additional automations to Discord. It is set to run at buildtime and send an array of members to n8n.
To do
For now it's set to only run on initial build but if needed could be set to run on a timer or from an automation request on n8n.