AtlasWork, planned itself.

The AI-native, all-in-one work platform. Tasks, projects, CRM, contracts, and analytics in one calm workspace.

  • SOC 2 II
  • ISO 27001
  • HIPAA
  • GDPR

Product

  • Overview
  • PDF tools
  • People & HR
  • Integrations
  • Marketplace
  • Pricing

Resources

  • Guides
  • Docs
  • API reference
  • Support
  • Changelog
  • Status

Company

  • About
  • Careers
  • Press
  • Contact

Legal & trust

  • Trust center
  • Security
  • Privacy
  • Terms
  • DPA
  • GDPR
  • SLA
  • Refunds
Atlas, a product by wrxstack.com·© 2026 wrxstack·All rights reserved
Made in India
Skip to documentation
AtlasDocs
Back to Atlas

Start here

  • Overview

Developer

  • REST API
  • MCP (AI agents)
  • SDKs
  • Quick actions

Connect

  • Connectors
  • Integrations

Reference

  • Keyboard shortcuts
  • Module reference

DiscordMessaging

Post Atlas notifications to Discord servers and let community members convert messages into tasks.

What this connector does

  • Post Atlas task and project notifications into selected Discord channels.
  • Run slash commands such as /atlas to create tasks from chat.
  • Read message context when a member explicitly converts a message.
  • Respect Discord server permission overrides for visibility.

Before you begin

  • You are a Discord server owner.
  • You can add bots to the server.
  • You have a test server for first validation.

Get your credentials

1

Open the Discord developer portal

Sign in with your Discord account. discord.com/developers/applications

Screenshot placeholder
2

Create an application

Click New Application, name it Atlas Connector.

Screenshot placeholder
3

Add a bot user

Open Bot, click Add Bot, and disable Public Bot unless you want the bot to be installable by anyone.

Screenshot placeholder
4

Add the Atlas redirect URL

Under OAuth2, General, add https://YOUR-ATLAS-HOST/oauth/callback/discord as a redirect.

Screenshot placeholder
5

Copy the client id, secret, and bot token

Copy Application ID, Client Secret, and the Bot Token into the Atlas Discord connector settings page.

Screenshot placeholder

Required scopes and permissions

Identify useridentify
Send messages as botbot
Use slash commandsapplications.commands

Setup checklist

  1. Create the provider app in a sandbox or development workspace.
  2. Add the Atlas redirect URL to the provider app configuration.
  3. Copy the client id, client secret, or API key.
  4. Paste the credentials into the Atlas connector settings page.
  5. Click Connect and complete the provider sign-in screen.
  6. Run Test connection from the connector page to verify health.

Troubleshooting

  • invalid_client

    Client secret is wrong or was rotated. Generate a new secret and update Atlas.

  • Missing Permissions

    The bot does not have Send Messages on this channel. Update channel permissions or move the bot role above the channel restriction.

  • Interaction Failed

    Discord requires slash command responses within 3 seconds. Atlas defers long-running operations automatically.

Webhooks

Discord delivers interaction events to the Interactions Endpoint URL with an Ed25519 signed payload that Atlas validates on receipt.

Events Atlas listens for

  • INTERACTION_CREATE (slash commands)
  • MESSAGE_CREATE (gateway events when enabled)

Provider docs: https://discord.com/developers/docs/interactions/receiving-and-responding

Disconnect and data deletion

  1. Click Disconnect on the Atlas Discord connector page.
  2. Open the developer portal and delete the Atlas Connector application or kick the bot from the server.
  3. Atlas stops posting messages immediately on disconnect.

Ready to connect Discord?

Paste the credentials you copied above into the live connector page.

Open the connector page