AtlasWork, planned itself.

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

All systems operational
  • SOC 2 II
  • ISO 27001
  • HIPAA
  • GDPR

Product

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

Resources

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

Company

  • About
  • Careers
  • Press
  • Contact

Legal & trust

  • Trust center
  • Security
  • Privacy
  • Terms
  • DPA
  • GDPR
  • SLA
  • Refunds
  • Google API data
Atlas, a product by wrxstack.com·© 2026 wrxstack·All rights reserved
PrivacyTermsSecurityStatus
Skip to documentation
Docs
Back to Atlas

Start here

  • Overview

Developer

  • REST API guide
  • Authentication
  • API reference
  • MCP (AI agents)
  • SDKs
  • Quick actions

Webhooks

  • Overview
  • Quickstart
  • Events
  • Payloads and headers
  • Security and signing
  • Delivery and retries
  • Managing via API

Connect

  • Connectors
  • Integrations

Product

  • Collaboration and chat

Reference

  • Glossary
  • Keyboard shortcuts
  • Module reference
Discord logo

Messaging

Discord

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

AuthOAuth 2.0UpdatesReal-timeAvailable

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

2

Create an application

Click New Application, name it Atlas Connector.

3

Add a bot user

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

4

Add the Atlas redirect URL

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

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.

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.

Once you have the credentials above, paste them into the live connector page to finish connecting Discord.

Open the Discord connector page

On this page

  • What this connector does
  • Before you begin
  • Get your credentials
  • Required scopes and permissions
  • Setup checklist
  • Troubleshooting
  • Webhooks
  • Disconnect and data deletion