Skip to main content
trello.addCardMember assigns a board member and returns a mutation receipt.
automations/assign-trello-card.automation.ts
Provide card as an ID, short link, or URL and a stable memberId. Optional second argument { account } defaults to the project binding. Returns Signal<{ added: true; cardId: string; memberId: string }> after Trello confirms the mutation. Use List board members to discover valid IDs and Get card when the updated card is needed.