Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Activation Link possible ?

Questions related to using nuBuilder Forte.
Post Reply
Sontec
Posts: 2
Joined: Mon Mar 07, 2022 6:08 pm

Activation Link possible ?

Unread post 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 ?
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Activation Link possible ?

Unread post 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.
Sontec
Posts: 2
Joined: Mon Mar 07, 2022 6:08 pm

Re: Activation Link possible ?

Unread post 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 ?
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 445 times
Contact:

Re: Activation Link possible ?

Unread post by kev1n »

To send an email, use nuSendEmail()

and to Get a shareable link to a record
Post Reply