Hey team! Quick clarification regarding Ory's invi...
# talk-kratos
s
Hey team! Quick clarification regarding Ory's invitation workflow
First option: As recommended by the Ory documentation, we can use the API
createRecoveryLinkForIdentity
to get the recovery link. However, we will be the one to implement the sending functionality of the link to the user.
Second option: Make use of the folllowing APIs below. 1. createBrowserRecoveryFlow 2. updateRecoveryFlow The following APIs allow us to let Ory to natively send the email notification (recovery email)
Is there a way to use the first option and let Ory do the sending of the recovery link? Thanks in advance!