Email × Project mgmt
GmailTrelloAGNT

Automate Gmail + Trello

The inbox most operations still start in. Boards and cards — simple enough to automate deeply. Put an agent between them and the hand-off stops being manual: it reads, decides, acts, and shows its work.

Install Inbox Triage → Get AGNT free

Inbox Triage is a ready-made agent built around Gmail; point its last step at Trello to finish this hand-off.

Automations teams run

Unlike field-mapping automation, the step in the middle is an agent: it can summarise, classify, judge and draft, not merely copy values from Gmail into Trello.

When a new email arrives in Gmail…

…an agent can create and move cards in Trello — after reading the context and deciding it should.

When a label is applied in Gmail…

…an agent can update checklists and labels in Trello — after reading the context and deciding it should.

When a thread goes unanswered in Gmail…

…an agent can summarise a board in Trello — after reading the context and deciding it should.

When a card is created or moved in Trello…

…an agent can send or draft a reply in Gmail — with the reasoning recorded in the run’s receipt.

When a due date approaches in Trello…

…an agent can apply labels and archive in Gmail — with the reasoning recorded in the run’s receipt.

When a checklist completes in Trello…

…an agent can extract attachments and fields in Gmail — with the reasoning recorded in the run’s receipt.

Gmail to Trello, in three nodes

Concretely: the gmail-api node on one side, a custom-api call to api.trello.com on the other, and an agent in between that can decline. Deciding not to write into Trello is a recorded outcome, not a silent one.

Gmail to Trello: watch gmail → read it and decide → call trello TRIGGER gmail-api Watch Gmail Fires the moment it happens. ACTION agnt-agent Read it and decide Judged against your own rules. ACTION custom-api Call Trello POST · query parameters
Local end to end. The receipt records what was read in Gmail and what was written in Trello.
Gmail → Trellopaste into a new workflow
{
  "id": "327cf45d-11e3-48a8-a022-640fe917a0d4",
  "name": "Gmail → Trello",
  "nodes": [
    {
      "id": "8a486264-42b8-48bf-a957-5d7d17610126",
      "text": "Watch Gmail",
      "x": 512,
      "y": 144,
      "isEditing": false,
      "type": "gmail-api",
      "icon": "connect",
      "category": "trigger",
      "isSelected": false,
      "parameters": {},
      "description": "A powerful tool to send, reply, read, organize, and manage attachments in Gmail.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "1fd18693-446d-474a-a35b-e6bd84ed4b20",
      "text": "Read it and decide",
      "x": 512,
      "y": 336,
      "isEditing": false,
      "type": "agnt-agent",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "instructions": "Read the Gmail item. Decide whether it warrants action in Trello, and explain why."
      },
      "description": "Decides whether this Gmail item warrants anything in Trello.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "a0baa6a4-64b6-4f5d-abc9-13d5b3cdfc86",
      "text": "Call Trello",
      "x": 512,
      "y": 528,
      "isEditing": false,
      "type": "custom-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "url": "https://api.trello.com/1/cards?key={key}&token={token}",
        "method": "POST"
      },
      "description": "Writes into Trello over its API.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    }
  ],
  "edges": [
    {
      "id": "37806113-ec88-49cc-abae-21516e226d60",
      "start": {
        "id": "8a486264-42b8-48bf-a957-5d7d17610126",
        "type": "output"
      },
      "end": {
        "id": "1fd18693-446d-474a-a35b-e6bd84ed4b20",
        "type": "input"
      },
      "startX": 800,
      "startY": 168,
      "endX": 512,
      "endY": 360
    },
    {
      "id": "a9a5215d-0e6f-4bff-a690-9aa8731a1c0e",
      "start": {
        "id": "1fd18693-446d-474a-a35b-e6bd84ed4b20",
        "type": "output"
      },
      "end": {
        "id": "a0baa6a4-64b6-4f5d-abc9-13d5b3cdfc86",
        "type": "input"
      },
      "startX": 800,
      "startY": 360,
      "endX": 512,
      "endY": 552
    }
  ],
  "zoomLevel": 1,
  "canvasOffsetX": 0,
  "canvasOffsetY": 0,
  "isTinyNodeMode": false
}

Install Inbox Triage

Inbox Triage is a working agent built around Gmail. Install it, point its last step at Trello, and you have this hand-off without building it from an empty canvas.

Runs on your own machine · See what it does

Build it in AGNT

  1. Get AGNT Community Core. Free, local, no sign-up needed to run a workflow.
  2. Add both connections to the vault — Gmail takes one OAuth sign-in, Trello takes an API key pasted into the vault.
  3. Build the three nodes above, or start from a marketplace workflow and edit it. The agent in the middle is the part worth spending time on.
  4. Run it once with an approval gate in place. The receipt tells you what it read, what it concluded, and what it changed in Trello.

Gmail and Trello — common questions

Can I connect Gmail to Trello without writing code?

Yes. Gmail connects with one OAuth sign-in and Trello with an API key pasted into the vault, both from the local credential vault. You then describe the job in plain language — “when a new email arrives, create and move cards” — and the agent handles the rest.

How is this different from a field-mapping Gmail to Trello automation?

Mapping tools move data; this reasons about it. Rather than copying a field into Trello, the agent can weigh what arrived from Gmail, classify it against criteria you wrote in prose, draft something new, and act only when it is warranted.

Does my Gmail and Trello data leave my machine?

Your credentials stay in a vault on your own disk rather than in someone else’s cloud. The only calls made are the ones the workflow needs: Gmail, Trello, and your chosen model provider — which can be a local one.

What does a Gmail and Trello run leave behind?

A receipt: what was read in Gmail, which tools ran with which arguments, what the agent concluded, and what it wrote to Trello. Anything consequential can sit behind an approval gate so a person signs off before it happens.

Give AI a job. Get the proof.