For every new customer, I am sent the customer info.
After checking if all data was submitted correctly, I e-mail it to the 3rd party to create an account.
When the account has been made, I cleanup the e-mail and forward the e-mail with the account to the customer or the accountmanager.
The above is not hard to do, but it's tedious manual work.
So I decided to create a web app for my colleagues with the following steps:
- collegue fill customer data.
- the data is e-mailed to the 3rd party to create the account (with an activation link in the e-mail)
- when the account is created, the 3rd party clicks the link
- after clicking the link, an e-mail is sent to the customer with a CC notify me the account has been made.
My primary question is, will it be possible to "easily" create an activation link in an e-mail and
let my page sent an e-mail when link has been clicked ?