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, setup template

Start with the gmail-api node and a custom-api call to api.trello.com. Configure the Gmail source payload, the agent input, and the Trello operation. The sequential template does not implement conditional writes or approval by itself.

Gmail to Trello: run on a schedule → read gmail → review source and draft → call trello TRIGGER trigger-timer Run on a schedule Configure activation ACTION gmail-api Read Gmail Configure inputs ACTION agnt-agent Review source and draft Configure inputs ACTION custom-api Call Trello Configure inputs
Setup template for Gmail and Trello; verify data mapping and authorization using test accounts.
Gmail → TrelloSetup template · configure before activation

This is a schema-checked starting point, not an end-to-end tested automation. Replace every CONFIGURE_ value, choose the operations you intend, connect credentials and map source outputs into later inputs. An edge orders steps; it does not supply a condition, an approval gate or a field mapping. Add and test those controls explicitly before any write. Cloud APIs and model providers may receive data. Keep the workflow inactive until tested with fixtures.

{
  "id": "327cf45d-11e3-48a8-a022-640fe917a0d4",
  "name": "Gmail → Trello",
  "nodes": [
    {
      "id": "8a486264-42b8-48bf-a957-5d7d17610126",
      "text": "Run on a schedule",
      "x": 512,
      "y": 144,
      "isEditing": false,
      "type": "trigger-timer",
      "icon": "connect",
      "category": "trigger",
      "isSelected": false,
      "parameters": {
        "fireOnStart": "No",
        "scheduleType": "Interval",
        "schedule": "Every 15 Minutes"
      },
      "description": "Setup template for Timer Trigger. This trigger node fires the workflow at specified intervals or at a specific time. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "1fd18693-446d-474a-a35b-e6bd84ed4b20",
      "text": "Read Gmail",
      "x": 512,
      "y": 336,
      "isEditing": false,
      "type": "gmail-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "operation": "Search and Read Emails",
        "searchQuery": "CONFIGURE_SEARCHQUERY",
        "maxResults": 1
      },
      "description": "Setup template for Gmail API. A powerful tool to send, reply, read, organize, and manage attachments in Gmail. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "a0baa6a4-64b6-4f5d-abc9-13d5b3cdfc86",
      "text": "Review source and draft",
      "x": 512,
      "y": 528,
      "isEditing": false,
      "type": "agnt-agent",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "agentId": "CONFIGURE_AGENTID",
        "message": "Read the Gmail item. Decide whether it warrants action in Trello, and explain why.\nSource input: CONFIGURE_SOURCE_INPUT. Produce a reviewable draft only; do not take external actions."
      },
      "description": "Setup template for Agent Chat. Chat with an AI agent from your agent library. Select an agent and send messages to interact with it within your workflow. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "42806157-b94c-4042-aa24-c7375fec8408",
      "text": "Call Trello",
      "x": 512,
      "y": 720,
      "isEditing": false,
      "type": "custom-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "url": "https://api.trello.com/1/cards?key={key}&token={token}",
        "method": "GET",
        "authType": "None",
        "query": "",
        "headers": "{}"
      },
      "description": "Setup template for Custom API Request. This action node makes a custom API request to any endpoint with configurable method, headers, and authentication. Configure credentials, inputs and output mapping before use.",
      "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
    },
    {
      "id": "649f7566-215d-44f2-a437-9fa2051b3ab4",
      "start": {
        "id": "a0baa6a4-64b6-4f5d-abc9-13d5b3cdfc86",
        "type": "output"
      },
      "end": {
        "id": "42806157-b94c-4042-aa24-c7375fec8408",
        "type": "input"
      },
      "startX": 800,
      "startY": 552,
      "endX": 512,
      "endY": 744
    }
  ],
  "zoomLevel": 1,
  "canvasOffsetX": 0,
  "canvasOffsetY": 0,
  "isTinyNodeMode": false
}

Configure Gmail API

A powerful tool to send, reply, read, organize, and manage attachments in Gmail.

  • operation — The Gmail operation to perform. Current example: Search and Read Emails.
  • searchQuery — Optional. Gmail search query (e.g., 'from:user is:unread'). If blank, fetches latest emails. Current example: CONFIGURE_SEARCHQUERY.
  • maxResults — Maximum number of emails to return. Current example: 1.

Configure Custom API Request

This action node makes a custom API request to any endpoint with configurable method, headers, and authentication.

  • url — The URL of the API endpoint Current example: https://api.trello.com/1/cards?key={key}&token={token}.
  • method — The HTTP method for the request Current example: GET.
  • authType — The type of authentication Current example: None.
  • query — Query parameters for the request (e.g., 'key1=value1&key2=value2') Current example: .
  • headers — Optional headers for the request. e.g., {"Content-Type": "application/json"} Current example: {}.

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. Configure the 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.