Hello, I am trying to achieve something quite specific and thought maybe someone here has experience with this.
I greet my new customers automatically with a welcome email. This welcome email includes a button which directs them to their trello board where they can organise their tasks. However I would want to have one board per customer. Knowing the email format is automatic and always sends the same information, how could i send a unique board link to each new customer automatically to avoid all customers joining the same board?
Thanks in advance!
Hi, Gleth! Welcome to the Atlassian Community!
For your specific case, looks like you could make use of Trello's API to create a new board for each client and retrieve the unique board link to include in the automated welcome email.
Here's a brief outline of the process:
The following page includes instructions on making an API call to create a new board: https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-post
Hopefully, this helps you find what you need to make that work! If you have any questions, feel free to ask! Also, if you're delving into Trello's API, maybe the Atlassian Developer Community can help you as well!
Have a great one!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.