Get guilds

Introduction

The "Get Guilds" step retrieves a list of all guilds/servers associated with a specific Discord bot connection. This step is useful for automations requiring access to guild information.

Configuration

  • Connection: Specifies the Discord bot connection to use. This parameter is required.

Outputs

  • Guilds: A list of guilds retrieved through the specified connection. Each guild in the list contains detailed information as per the GuildType schema.

Last updated