Discord icon

Discord

Interact with Discord API - Full Bot Features

Overview

This node interacts with the Discord API to perform various operations related to Discord threads, specifically the 'Get Members' operation retrieves the list of members in a specified thread. It is useful for scenarios where you need to manage or analyze the participants of a Discord thread, such as community management, moderation, or analytics.

Use Case Examples

  1. Retrieve all members of a specific Discord thread to monitor participation.
  2. Fetch thread members to send targeted messages or notifications.
  3. Analyze thread membership for community engagement insights.

Properties

Name Meaning
Thread ID The ID of the Discord thread from which to get members.
Additional Fields Optional additional parameters for the operation, such as embed, TTS, reason, delete message days, permissions, hoist, mentionable, topic, NSFW, bitrate, user limit, max age, max uses, and temporary membership settings.

Output

JSON

  • userId - The ID of the thread member user.
  • joinedTimestamp - The timestamp when the user joined the thread.

Dependencies

  • Discord API with bot token authentication

Troubleshooting

  • Ensure the provided Thread ID is valid and corresponds to an existing thread in the Discord server.
  • The bot must have appropriate permissions to access thread members; otherwise, the operation will fail.
  • Invalid or expired bot token credentials will prevent the node from authenticating with Discord API.
  • If the thread is archived or deleted, fetching members will not be possible.

Links

Discussion