Profile activation email (post-Registration)

What settings are required for creating an automated mailing with a profile activation email. A year ago Okta had functions like post-Registration, are they still available? I am asking cause my dev team needs to set up Registration - activation email.

Hello,
I am not aware of a function post Registration, only the following,

  • For the Okta Widget, if self registration is enabled there are some callbacks available, one of them being postSubmit, but this code would run in the users browser so I doubt this is what you are looking for.
  • There is also the Okta registration emails (activation and verification) both of which would be sent before registration is complete. Email templates.
  • There is also the registration inline hook which gets called during a user registration. This is a call out to a service you register which could do whatever is needed.
1 Like