If you are running a productized agency and need to create a Trello board for a client after they successfully make a payment, this process can be easily automated:
1. Listen for Stripe events
2. Filter "checkout.session.completed"
3. Filter for a payment link
š
First, set up a Stripe events webhook in Make.
The event you'll likely be interested in is "checkout.session.completed," which provides the payment link ID and client reference/email.
Secondly, filter for specific payment links. If possible, I would recommend storing them as organization variables.
Next, create a Trello board. If you have a demo board, include it here and it will be copied.
This is also a good opportunity to invite the client by email to join the board, as well as for you to self-join the board.
In my example, I used Make, Stripe, and Trello. However, I believe that the general process would be similar with other tools.
For instance, Zapier offers a convenient integration between Stripe and Trello. Creating boards in other management tools should also be easy too.