trello.getCurrentMember returns the connected member’s profile. Use its id for card assignments.
automations/get-trello-member.automation.ts
Inputs
The action has no schema input fields. Optional second argument{ account: string | IntegrationAccountReference<"trello"> } selects the Trello binding and defaults to the project account.
Output
ReturnsSignal<TrelloMember> with id, fullName, username, optional initials, and nullable avatarUrl and url.