Page 1 of 1

Activation Link possible ?

Posted: Mon Mar 07, 2022 9:45 pm
by Sontec
Our customers use a 3rd party app to order with us.
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:
  1. collegue fill customer data.
  2. the data is e-mailed to the 3rd party to create the account (with an activation link in the e-mail)
  3. when the account is created, the 3rd party clicks the link
  4. after clicking the link, an e-mail is sent to the customer with a CC notify me the account has been made.
I'm not sure if I should use Nubuilder or C# (both which I have to learn yet).

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 ?

Re: Activation Link possible ?

Posted: Tue Mar 08, 2022 1:44 am
by kev1n
Sontec wrote: Mon Mar 07, 2022 9:45 pm

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 ?
Hi,

This is pretty easy to do with nuBuilder.

Re: Activation Link possible ?

Posted: Tue Mar 08, 2022 2:16 am
by Sontec
Nice to know!
Is there some documentation to help me a little ?
Or do you perhaps know the "nuBuilder" name for this construction ?

Re: Activation Link possible ?

Posted: Wed Mar 09, 2022 8:16 am
by kev1n
To send an email, use nuSendEmail()

and to Get a shareable link to a record