-
-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Labels
Description
Problem you are facing
I want to send unique registrations tokens to each speaker individually
Possible Solution
- Use the web interface to mail each speaker one after the other, copy/paste the template, change the token (time consuming)
- Get the name and the email address from pretalx with the API, generate & send all the emails at once (faster, but the emails aren't exported in the API)