Simple API to let MailWhale handle user actications on behalf of your application.
- App X requests to send a confirmation mail to newly signed up user with some e-mail address
- MailWhale generates and persists confirmation token for that user and sends out a mail with a link
- MailWhale handles the link click and changes the status of the user (so it can actively be requested later on)
- Optionally, a pre-defined webhook is a called to notify app X about to successful activation