Integration REST API to send custom email in signup process

Divya Singh 1 Reputation point
2022-11-23T05:33:36.917+00:00

I am trying to integrate REST API to send custom email during signup process In the custom policies, In the email i will send an OTP and then will verify it,

I was able to integrate REST API but not able to call the API during signup process only.
The api is getting called even during signIn process.

Any help?

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,255 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Shweta Mathur 30,296 Reputation points Microsoft Employee Moderator
    2022-11-28T05:13:48.107+00:00

    Hi @Divya Singh ,

    Thanks for reaching out and apologies for delay in response.

    It seems you are calling your REST API as a ValidationTechnicalProfile in your SignUp and SignIn technical profile. So, while calling the User Journey , REST API is executed for both.

    You need to make sure to remove the ValidationTechnicalProfile to call REST API from you SignIn Journey.

    Hope this will help.

    Thanks,
    Shweta

    ----------------------------------------

    Please remember to "Accept Answer" if answer helped you.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.