Setting up a communication channel
Welcome! Let's get your communication channel up and running. Having a dedicated channel helps ensure smooth communication with your customers. Follow the steps in this guide to create your own inbox, set up an email redirect, and configure your DNS records.
Creating your inbox
The first step to establishing your dedicated communication channel is creating an inbox.
From the dashboard, navigate to your settings, then to the "Channel" section
Click the "+ Add channel" button
In the form that appears, fill in the "Name" and "Channel email" fields. The inbox name is how it'll appear on your dashboard and to messages sent to your customers, while the email is where messages for this inbox will be sent.
Click "Create a channel" to create your channel
Setting up an email redirect
To create your channel, you will need to set up an email redirect. This will ensure all emails sent to your channel email are forwarded to Fernand.
Head over to your email provider's settings page—this may look different depending on your provider
Locate the "Forwarding" or "Redirect" section
Enter your channel email in the "Source" field, and the Fernand email we provided in the "Destination" field
Save your settings
Setting up your DNS records
Setting up DNS records helps authenticate your communication, ensuring emails from your inbox reach their destination without getting flagged as spam. You'll need to set up one TXT
record and two CNAME
records.
Setting the TXT record
TXT
records are used for various purposes, including email verification.
Go to your DNS provider's page. Find the DNS management section, and click on the option to add a new record
Select
TXT
record from the drop-down listIn the
Field Name
orHost
section, usually you can just enter@
or leave it emptyIn the
Value
orText
section, enter theTXT
value we provideSave your changes
Setting the CNAME records
CNAME
records are used to point a subdomain at a different domain name. We'll add two of them:
Using the same steps as before, select "
CNAME
record" from the drop-down listEnter the specific subdomains we provide in the
Host
fieldIn the
Value
section, enter the destination hostname we provideRepeat the process for the second
CNAME
recordSave your changes
With these steps completed, your dedicated communication channel is ready to go! Enjoy seamless, secure communication with your customers.
Creating your support widget
In addition to our email channels, you can set up a support widget on your app, product, website or any property that lets you include custom JS.
Our support widget lets visitors or users find their way through your most important links via a customizable, embedded support widget on the bottom right of your page. It also lets them contact you, either via a live chat or contact form interface, and lets them fully browse your knowledge base content without ever leaving your product.
To embed our support widget on your site, you need to add this Javascript function to all the pages on which you want it to be shown. We recommend embedding this in the <body> tag towards the end of your page, where your footer code lives, for example.
<script>
(function (w){if (typeof w.Fernand !== "function") {var f = function () {f.q[arguments[0] == 'set' ? 'unshift' : 'push'](arguments);};f.q = [];w.Fernand = f;}})(window);
Fernand('init', { appId: 'your-organization-name' })
</script>
<script async src="https://messenger.getfernand.com/client.js"></script>
For more detailed information on how to setup your support widget, read our help article.