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
Module reference

Module guide

Email-to-task

Forward an email to a unique address and get a task.

Open module/settings
collabadmin

Overview

Each tenant registers one or more aliases (for example, atlas-abc123@in.your-domain.com). When the MX gateway posts an inbound email signed with ATLAS_INBOUND_EMAIL_SECRET, Atlas mints a task in the alias's default project.


Highlights

The capabilities worth knowing before you dive in.

  • HMAC-signed webhook (not raw SMTP), which keeps the API surface small
  • Per-alias default project and default assignee
  • Every inbound email is persisted in InboundEmail regardless of success

Important to know

Limits, permissions, and sharp edges to keep in mind.

  • ATLAS_INBOUND_EMAIL_SECRET must be set on the api service. See docs/operations/operations-prerequisites.md.
  • Attachments are not yet ingested; the body goes into the task description.

How to use it

The primary workflow, start to finish.

  1. 1Go to Settings > Email-to-task > New alias (this picks the default project).
  2. 2Configure your MX gateway to POST to /inbound-email/hook.
  3. 3Forward emails to the alias, and tasks appear.

FAQ

Why does nothing arrive when I email the alias?
Check that the inbound email secret is set on the api service. Without it the gateway cannot sign its post and Atlas will not accept the message. The operations prerequisites document names the variable.
Where do the attachments on an inbound email go?
Nowhere yet. Attachments are not ingested at present, and the body of the message becomes the task description. Send anything that must be attached through the task itself once it exists.
Can I tell which project and assignee an emailed task will land on?
Yes. Each alias carries a default project and a default assignee, so the destination is a property of the address the sender used. Register more than one alias when different inboxes should land in different projects.

Automate this module

Everything on this screen is scriptable. Drive it from the REST API, or let an AI agent run it through the MCP server.
All modules
Was this page helpful?

On this page

  • Overview
  • Highlights
  • Important to know
  • How to use it
  • FAQ