Last updated

Customization

As part of the embedded experience, you will have the possibility to fully custom your experience. These are few topics which may require your intention :

  • Partner customization
  • Email customization
  • Phone message customization

Customization settings will be used everytime it's possible into LinkCy. If you need multiple customization, feel free to ask.

Partner customization

You can provide us your trade name, your Logo, your company address and any information you believe it's relevant for the embedded experience.

We will use these information when generating PDF files like bank statements, bank information, shareholding structure.

Email customization

You can use LinkCy integration to send two types of email : marketing and compliance email.
It can be sent from linkcy.io domain or you can use your own domain. In order to use your custom domain, you have to provide us your domain name.

Then, we will send you DNS records as below :

DNS Records

Once DNS records are registered, notify us, and we will approve it !

When done, you will be able to send email with your domain to your Endusers, of course you can customize subject and body.
About the body, we have a template to help your Enduser to verify his email. This template send a clickable link below a button. Once clicked, email is verified. You can provide us a success and a failure URL.

You can provide us template for the email. Then, we will implement it and send you a test email.

Warning

Please only use HTML.

You cannot custom the purpose of an email verification, but, you can use our toolbox tu send send fully customizable emails.

This is an exemple of the code used in linkcy's verification email.

<!DOCTYPE html>
<head>

<style>
    .body {
        height: 100vh;
        background: linear-gradient(to bottom, #FFFFFF, rgb(111, 220, 240));
    }
     
  .v4_41 {
    width: 500px;
    height: 260px;
    background: rgba(255,255,255,1);
    opacity: 2;
    position: absolute;
    top: 300px;
    left: 400px;
    border-top-left-radius: 37px;
    border-top-right-radius: 37px;
    border-bottom-left-radius: 37px;
    border-bottom-right-radius: 37px;
    overflow: hidden;
  }

  .styled {
    border: 0;
    line-height: 3;
    padding: 0 50px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
     border-radius: 200px;
    background-color: #b1b1db;    
    }
  
</style>
</head>
<body class="body">
       
 <div class="v4_41">
    <br>
    <center>
        <FONT face="arial">
            <h1>Hi {{name}},</h1>
            <p>Please verify your email adress by clicking the button below.</p>
        </FONT><br>

        <button 
                onclick="location.href = 'www.yoursite.com';"
                class="favorite styled"
               >Confirm email
    </center>
</div>
</body>

Phone message customization

OTP

You will sometime have to send One Time Password (OTP) via text message to your Endusers. This text message can be customized to match you trade name.

The Enduser will then receive :

Your verification code {Trade name} is 123456

The language of the text message will depend on the country code of the phone number.

For authentification text message, you cannot customize the text message, but you can use our toolbox to send fully customizable text messages !

Secret

To Setup a password for your Consumer, you first need to get from him a Secret. This secret is automatically sent by LinkCy by text message when you trigger this Endpoint : /api/partner/passwords/reset. This text message can be customized to match you trade name.

By default, the Enduser will then receive :

Your {partnerName} secret to change your password is: {secret} 
If you are not at the origin of this message, you can ignore it.

If you are using a mobile App, you can embed a deeplink in this text message to create a redirection. When your Enduser set up his password through this logic, phoneVerified status will swith to true

You can set your own language as the message is fully customizable