Search code examples
apitrello

What is an "addedToBoard" notification in Trello API?


Trello API indicates there is a type of notification called "addedToBoard". Does any one knows how to trigger this notification?

I tried adding a member to an existing private and public board but it always triggers an "invitedToBoard" notification.


Solution

  • You can directly add someone to a board (without the invitation process) when the board belongs to an organization he is a member of, and that triggers this action type.