Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iaindooley/5a269b0e86640cf68a51aa56c18fe51c to your computer and use it in GitHub Desktop.
Save iaindooley/5a269b0e86640cf68a51aa56c18fe51c to your computer and use it in GitHub Desktop.
Create board and invite member
function createBoardAndInviteMember(notification)
{
var card = new Notification(notification).createdCard();
card.attachLink(Board.findOrCreate("My Template").copy(card.name()).inviteMemberByEmail(card.name(),"normal").link());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment