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
Trello logo

Work management

Trello

Sync Trello boards, lists, and cards with Atlas so visual planning stays connected to operational records.

AuthAPI keyUpdatesReal-timeAvailable

What this connector does

  • Sync Trello boards, lists, and cards into Atlas project views.
  • Reflect card movement and label changes across both systems.
  • Convert cards into Atlas tasks with linked checklists.
  • Listen for Trello webhook events.

Before you begin

  • You are an admin of the Trello Workspace.
  • API key access is allowed.
  • You have a sandbox board to validate the first sync.

Get your credentials

1

Open the Trello power-ups admin

Sign in with the workspace admin. trello.com/power-ups/admin

2

Create a power-up

Click New, name it Atlas Connector, and pick the workspace.

3

Generate an API key

Open the API key tab and click Generate a new API key.

4

Add the Atlas callback URL

Add https://YOUR-ATLAS-HOST/oauth/callback/trello to the allowed Origins.

5

Copy the API key and secret

Copy API Key and Secret into the Atlas Trello connector settings page. The OAuth flow returns a per-user token.

Required scopes and permissions

Readread
Writewrite
Accountaccount

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 token

    The per-user token was revoked. Reconnect from Atlas.

  • invalid origin

    Add the Atlas hostname to Allowed Origins in the power-up settings.

  • webhook 410 deleted

    Trello deletes webhooks whose callbacks return non-2xx for several days. Recreate the connection.

Webhooks

Atlas registers Trello webhooks per board and validates the X-Trello-Webhook signature header.

Events Atlas listens for

  • createCard
  • updateCard
  • commentCard
  • addLabelToCard

Provider docs: https://developer.atlassian.com/cloud/trello/guides/rest-api/webhooks/

Disconnect and data deletion

  1. Click Disconnect on the Atlas Trello connector page.
  2. Open https://trello.com/your/account, Other applications and revoke Atlas Connector.
  3. Atlas removes cached board data within 24 hours of disconnect.

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

Open the Trello 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