Discord
Discord Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
This is the Discord integration for sending Messages from XSOAR to Discord server made by Trustnet
#
Configure Discord on Cortex XSOARNavigate to Settings > Integrations > Servers & Services.
Search for Discord.
Click Add instance to create and configure a new integration instance.
Parameter Description Required Api Key You'll find your api key in BOT section -> Reset Token True Channel ID You'll find your channel id by click on your channle then "Copy Channel ID" True Click Test to validate the URLs, token, and connection.
#
CommandsYou can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
discord-send-messageSend message to your channel
#
Base Commanddiscord-send-message
#
InputArgument Name | Description | Required |
---|---|---|
text | Enter your text. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
Discord.Message.id | unknown | Message ID |
Discord.Message.content | unknown | Content |
Discord.Message.channel_id | unknown | Channel ID |
#
discord-get-messageGet message details
#
Base Commanddiscord-get-message
#
InputArgument Name | Description | Required |
---|---|---|
message_id | Right click on message then "Copy Message ID". | Required |
#
Context OutputPath | Type | Description |
---|---|---|
Discord.Details.id | unknown | Message ID |
Discord.Details.content | unknown | Message Content |
Discord.Details.channel_id | unknown | Message Channel ID |
Discord.Details.author.id | unknown | Message Author ID |
Discord.Details.author.username | unknown | Message Author User Name |