Configuring and publishing the process 1 Open the Email verification process.
2 On the Start tab of the Start step, select Cloud Server from the Run On list.
3 Optionally, you can change the tracing level from Verbose to None on the Advanced tab.
4 In the Send Email Set Up step, in the emailInput > Body field, update the Point of Deployment (POD) name and the organization ID in both the accept and reject sections as shown in the following sample code:
<!doctype html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Welcome to Informatica Cloud!</title> </head> <body class=""> <table role="presentation" class="body" style="line-height:1.5; border-collapse: collapse;"> <tr> <td> </td> <td class="container"> <p> </p> <table role="presentation" class="main" style="border-top: 8px solid #ff7d00;"> <tr> <td class="wrapper"> <table role="presentation" style="border-collapse: collapse;"> <tr> <td align="center"> <div style="margin: 0 auto; text-align: center;"> <img src="https://www.informatica.com/content/dam/informatica-com/en/images/gl01/informatica-logo.png" alt="Informatica logo" width="250" height="90" style="border:0; outline:none; text-decoration:none; display:block;margin:0 auto;"> </div> </td> </tr> <tr> <td> <p style="margin-top:20px; text-align:center"> <b>You are almost done! Please verify your account.</b> </p> <div style="margin-bottom:20px; display:flex; justify-content: center; gap:10px;"> <a clicktracking=off href="<Cloud Application Integration POD URL> /active-bpel/public/rt/<Organization ID> /Email_verification/event/CheckStatus?EmailID={$input.Email_ID}&VerifyStatusResp=Accept " style='font-size: 14px;font-family: "helvetica" , "arial" , sans-serif;font-weight: normal;color: #ffffff;text-decoration: none;background-color: #001aff;border-top: 6px solid #001aff;border-bottom: 6px solid #001aff;border-left: 25px solid #001aff;border-right: 25px solid #001aff;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;display: inline-block;'>Verify</a> <a clicktracking=off href="<Cloud Application Integration POD URL> /active-bpel/public/rt/<Organization ID> /Email_verification/event/CheckStatus?EmailID={$input.Email_ID}&VerifyStatusResp=Reject " style='font-size: 14px;font-family: "helvetica" , "arial" , sans-serif;font-weight: normal;color: #ffffff;text-decoration: none;background-color: #001aff;border-top: 6px solid #001aff;border-bottom: 6px solid #001aff;border-left: 25px solid #001aff;border-right: 25px solid #001aff;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;display: inline-block;'>Reject</a> </div> <p>Sincerely,<br>The Informatica Cloud Team</p> </td> </tr> </table> </td> </tr> </table> <table role="presentation" style="border-collapse: collapse;"> <tr> <td class="content-block" style="font-size: 10px;text-align: center;"> <a href="https://www.informatica.com/"><strong style="color: #ff4d00; font-weight: normal;word-break: break-all;">Informatica</strong></a> | 2100 Seaport Boulevard, Redwood City, CA 94063 <br><a href="https://www.informatica.com/terms-of-use.html"><strong style="color: #ff4d00; font-weight: normal;word-break: break-all;">Terms of use</strong></a> | <a href="https://www.informatica.com/privacy-policy.html"><strong style="color: #ff4d00; font-weight: normal;word-break: break-all;">Privacy Policy</strong></a> </td> </tr> </table> </td> <td> </td> </tr> </table> </body> </html>
5 Save and publish the process.