Integrations & API
Import from Trello, send webhooks, email cards in, link Git, and use the API.
Trello import
Bring your existing work across under Settings → Integrations. Connect Trello, pick the boards to import, and we recreate their lists and cards. Enable two-way sync to keep them in step.
Webhooks
Send card and board events to your own endpoints. Add an outbound webhook under Settings → Webhooks, choose the events, and we deliver a signed payload to your URL.
Email-to-board
Turn email into cards. Open a board you can edit, choose Edit board → Email-to-board, and generate the board’s private address. Forward or send a message to it and each one arrives as a card — the subject becomes the title, the body the description, and any files are added as attachments. Pick which list new cards land in, and generate a fresh address at any time to revoke the old one.
Git integrations
Connect GitHub, GitLab or Bitbucket under Settings → Repositories. Reference a card in a commit or pull request and the activity links back to the card automatically.
REST API & tokens
Automate anything with the REST API. Create a personal API token (with scopes) under Settings → API tokens, then call the documented endpoints. Full reference lives on the doc subdomain.

Common questions
Can I keep Trello in sync after importing?
Yes — enable two-way sync on the linked boards.
Where do I get an API token?
Create one under Settings → API tokens, with the scopes you need.