Automate Trello with TypeScript

List and inspect Trello workspaces, and manage boards, lists, cards, custom fields, checklists, members, labels, comments, and attachments. React to detailed card, list, checklist, and board activity.

acknowledge-trello-moves.automation.ts
import { automation } from "automate.ax"
import { trello } from "automate.ax/trello"

export default automation("Acknowledge Trello moves", () => {
  const event = trello.onCardMoved({ board: "board-id" })

  trello.addComment({
    card: event.card.id,
    text: "Card moved.",
  })
})

What you can do

Actions

  • List and inspect workspaces; create and manage boards, lists, and cards
  • Manage members, labels, comments, and binary attachments
  • Create and update custom fields, checklists, and checklist items
  • Search cards and inspect boards, memberships, and workspaces

Triggers

  • Card, comment, attachment, member, and label activity
  • Checklist, custom field, list, and broad board activity

Start automating with Trello today

Start building