Skip to main content
getCurrentMember returns the profile behind the selected Trello connection. Use it to discover the member ID used by card assignment actions.
automations/get-trello-member.automation.ts

Inputs

Only the optional account: string | IntegrationAccountReference<"trello"> input is accepted; it defaults to the project account.

Output

Returns Signal<TrelloMember> with id, fullName, username, optional initials, and nullable avatarUrl and url.