<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Korbyt Mobile, Web, &amp; Email Archives | Korbyt Knowledge Base</title>
	<atom:link href="https://kb.korbyt.com/article-category/mobile-web-email/feed/" rel="self" type="application/rss+xml" />
	<link>https://kb.korbyt.com/article-category/mobile-web-email/</link>
	<description>Create. Connect. Inspire.</description>
	<lastBuildDate>Wed, 05 Nov 2025 14:07:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://kb.korbyt.com/wp-content/uploads/2018/10/cropped-KorbytPlanet_LightBlue_512-1-32x32.png</url>
	<title>Korbyt Mobile, Web, &amp; Email Archives | Korbyt Knowledge Base</title>
	<link>https://kb.korbyt.com/article-category/mobile-web-email/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Microsoft Graph API Permissions Required by Korbyt For Azure AD Integration</title>
		<link>https://kb.korbyt.com/article/microsoft-graph-api-permissions-required-by-korbyt-for-azure-ad-integration/</link>
		
		<dc:creator><![CDATA[Ed Kinne]]></dc:creator>
		<pubDate>Wed, 01 May 2024 20:30:10 +0000</pubDate>
				<guid isPermaLink="false">https://kb.korbyt.com/?post_type=article&#038;p=12289</guid>

					<description><![CDATA[<p>Our Knowledge Base Has Moved The New Page landing page for the Knowledge Base is https://product.korbyt.com/help The new version of this specific article can be found at: https://product.korbyt.com/help/articles/2089452-microsoft-graph-api-permissions-required-by-korbyt-for-azure-ad Please update any of your bookmarks to the new Knowledge Base For assistance on using the new Knowledge Base, we have a Welcome to the New Korbyt [&#8230;]</p>
<p>The post <a href="https://kb.korbyt.com/article/microsoft-graph-api-permissions-required-by-korbyt-for-azure-ad-integration/">Microsoft Graph API Permissions Required by Korbyt For Azure AD Integration</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: center;">Our Knowledge Base Has Moved</h1>
<p>The New Page landing page for the Knowledge Base is <a href="https://product.korbyt.com/help">https://product.korbyt.com/help</a></p>
<p>The new version of this specific article can be found at: <a href="https://product.korbyt.com/help/articles/2089452-microsoft-graph-api-permissions-required-by-korbyt-for-azure-ad">https://product.korbyt.com/help/articles/2089452-microsoft-graph-api-permissions-required-by-korbyt-for-azure-ad</a></p>
<p style="text-align: center;"><strong>Please update any of your bookmarks to the new Knowledge Base</strong></p>
<p>For assistance on using the new Knowledge Base, we have a <a href="https://product.korbyt.com/help/articles/2084885-welcome-to-the-new-korbyt-knowledge-base">Welcome to the New Korbyt Knowledge Base</a> guide</p>
<p>&nbsp;</p>
<p>The new <a href="https://product.korbyt.com/">Korbyt Product Page</a> also has sections for submitting feedback on system improvements, a view of our Roadmap of upcoming enhancements, and a change log of all updates.</p>
<p><img class="size-full wp-image-12715 aligncenter" data-original="https://kb.korbyt.com/wp-content/uploads/2023/07/New-Product-Page-Splash.jpg" alt="" width="1127" height="540" /></p>
<hr />
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Microsoft Graph API serves as an interface for developers to interact programmatically with Azure Active Directory (AD), facilitating access to comprehensive user and group-related functionalities and data.</p>
<h3>Korbyt Required Minimum Permissions</h3>
<p>These permissions can be configured in the Azure AD application&#8217;s registration settings under &#8220;API permissions.&#8221;</p>
<p>It&#8217;s important to note that administrative consent may be required after adding these permissions, especially in environments where the application&#8217;s service principal lacks administrative privileges.</p>
<p>for our application&#8217;s functionality, the minimum permissions required are:</p>
<ul>
<li><strong>Group.Read.All</strong>
<ul>
<li>Requires Application Level access for this API Call
<ul>
<li>Delegated access is not sufficient</li>
</ul>
</li>
<li>Essential for enumerating groups from Azure AD</li>
<li>Provides access to group-related information such as group name, description, memberships, and other properties</li>
<li>Required for Korbyt to efficiently manage and interact with groups within the Azure AD directory</li>
</ul>
</li>
<li><strong>User.Read.All</strong>
<ul>
<li>Requires Application Level access for this API Call
<ul>
<li>Delegated access is not sufficient</li>
</ul>
</li>
<li>Required for enumerating users from Azure AD</li>
<li>granting access to comprehensive user properties and relationships, including the Security Identifier (SID)</li>
<li>The SID is a critical identifier assigned to each security principal in Windows operating systems, including Azure AD</li>
<li>Required for Korbyt to retrieve vital user information such as contact details, organizational data, and the SID, enabling seamless user management and interactions</li>
<li><strong>We use the SID as a unique identifier when logging in Korbyt users.</strong></li>
</ul>
</li>
<li><strong>User.Read</strong>
<ul>
<li>Required for Authenticating the individual user when they log in</li>
<li>Delegated Permission is sufficient for this API Permission</li>
</ul>
</li>
</ul>
<p>By securing these minimum permissions at the application level, our application can ensure secure and efficient access to group and user-related data within the Azure AD directory, while adhering to organizational policies and regulatory requirements.</p>
<p>With the <span style="text-decoration: underline;">Group.Read.All</span> and <span style="text-decoration: underline;">User.Read.All</span> permissions in place, our application is well-equipped to fulfill its functionality of group and user enumeration, providing users with a seamless experience and facilitating effective user and group management within our system.</p>
<p>For more information on the steps of connecting Korbyt to your Azure AD please see</p>
<ul>
<li><a href="https://kb.korbyt.com/article/how-to-manage-users/#azure">How to Manage CMS Users &#8211; Importing from Azure</a></li>
<li><a href="https://kb.korbyt.com/article/how-to-import-new-users/#azure">How to Manager End Users of Desktop(InView) and Mobile&amp;Web &#8211; Importing for Azure</a></li>
</ul>
<p>&nbsp;</p>
<blockquote><p>The rest of this article explores the implications of Microsoft Graph API calls, and their effects so that you can better understand Korbyt&#8217;s need for the previously listed services.</p></blockquote>
<h3>Understanding Minimum Permissions Required for Group Enumeration</h3>
<p>When utilizing Microsoft Graph API to enumerate groups from Azure AD, it&#8217;s essential to configure the appropriate permissions to ensure secure and efficient access to the required data.</p>
<p>The minimum permissions required for group enumeration are as follows:</p>
<ul>
<li><strong>Group.Read.All</strong>: &#8211; REQUIRED Application Level Access
<ul>
<li>This permission allows reading all groups within the Azure AD directory.</li>
<li>It provides access to group-related information such as group name, description, memberships, and other properties.</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<ul>
<li>Group.ReadWrite.All: &#8211; Not Required and Not Recommended for Korbyt Access
<ul>
<li>In addition to reading group information, this permission grants the application the ability to modify group properties and memberships.</li>
<li>It provides full read and write access to all groups within the Azure AD directory.</li>
<li>Korbyt Does Not Want this level of access to your Azure Active Directory.</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<h3>Understanding Group Member Read Permissions</h3>
<p>While <span style="text-decoration: underline;">Group.Read.All</span> and <span style="text-decoration: underline;">Group.ReadWrite.All</span> permissions focus on accessing group-related information, so it&#8217;s crucial to differentiate the implications of using GroupMember.Read.All permission in this context.</p>
<ul>
<li>GroupMember.Read.All: Not Required and Not Sufficient for Korbyt Access
<ul>
<li>This permission grants the application the ability to read the members of all groups within the Azure AD directory.</li>
<li>It provides access to user or application memberships within groups.</li>
</ul>
</li>
</ul>
<blockquote><p>Important Consideration: Although GroupMember.Read.All allows reading group members, it does not provide permissions to enumerate groups themselves. This means that while the application can fetch information about group members, it lacks the capability to list the groups present in the Azure AD directory.</p></blockquote>
<h3>Understanding Minimum Permissions Required for User Enumeration</h3>
<p>When leveraging Microsoft Graph API to enumerate users from Azure AD, it&#8217;s imperative to configure appropriate permissions to ensure secure and effective access to required data.</p>
<ul>
<li><strong>User.Read.All</strong>: REQUIRED Application Level Access
<ul>
<li>This permission grants your application the ability to read all user profiles within the organization&#8217;s directory.</li>
<li>It provides access to comprehensive user properties and relationships, encompassing details such as contact information, organizational data, and more. User.Read.All is sufficient for retrieving basic information about users.</li>
</ul>
</li>
</ul>
<ul>
<li>User.ReadWrite.All: Not Required and Not Recommended for Korbyt Access
<ul>
<li>In addition to reading user profiles, this permission facilitates the modification of user data.</li>
<li>It empowers your application to both read and write all user properties within the organization&#8217;s directory, offering comprehensive access for data manipulation and management.</li>
<li><strong>This permission is not recommended for Korbyt integration.</strong></li>
</ul>
</li>
</ul>
<ul>
<li>User.ReadBasic.All: Not Required and Not Sufficient for Korbyt Access
<ul>
<li>Does not include access to the SID</li>
<li>SID is required to identify the user when logging in</li>
</ul>
</li>
</ul>
<h3>Application Level Permissions Required for Group and User Enumeration</h3>
<p>To access the SID and other detailed properties of all users in the directory, Application-level permissions (also known as application-level or admin-level permissions) are required.<br />
These permissions are typically granted by an administrator and apply to the entire directory.</p>
<p>Delegated Permissions grants access to just the signed-in user&#8217;s profile rather than the entire directly, meaning that the permission is granted by the signed-in user only for their own user profile and the profiles they have access to.<br />
Therefore it is insufficient to read all groups or users who require access.</p>
<h3>Understanding Minimum Permissions Required for User Login</h3>
<ul>
<li><strong>User.Read</strong>: REQUIRED
<ul>
<li>Delegated access is sufficient for this API call</li>
<li>Used when the individual is requesting to log into Korbyt to verify their SID information within the organization&#8217;s Active Directory</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<p>The post <a href="https://kb.korbyt.com/article/microsoft-graph-api-permissions-required-by-korbyt-for-azure-ad-integration/">Microsoft Graph API Permissions Required by Korbyt For Azure AD Integration</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Managing Urgent Alerts</title>
		<link>https://kb.korbyt.com/article/managing-urgent-alerts/</link>
		
		<dc:creator><![CDATA[Ed Kinne]]></dc:creator>
		<pubDate>Mon, 22 Apr 2024 15:33:15 +0000</pubDate>
				<guid isPermaLink="false">https://kb.korbyt.com/?post_type=article&#038;p=12270</guid>

					<description><![CDATA[<p>Our Knowledge Base Has Moved The New Page landing page for the Knowledge Base is https://product.korbyt.com/help The new version of this specific article can be found at: https://product.korbyt.com/help/articles/7242953-managing-urgent-alerts Please update any of your bookmarks to the new Knowledge Base For assistance on using the new Knowledge Base, we have a Welcome to the New Korbyt Knowledge [&#8230;]</p>
<p>The post <a href="https://kb.korbyt.com/article/managing-urgent-alerts/">Managing Urgent Alerts</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: center;">Our Knowledge Base Has Moved</h1>
<p>The New Page landing page for the Knowledge Base is <a href="https://product.korbyt.com/help">https://product.korbyt.com/help</a></p>
<p>The new version of this specific article can be found at: <a href="https://product.korbyt.com/help/articles/7242953-managing-urgent-alerts">https://product.korbyt.com/help/articles/7242953-managing-urgent-alerts</a></p>
<p style="text-align: center;"><strong>Please update any of your bookmarks to the new Knowledge Base</strong></p>
<p>For assistance on using the new Knowledge Base, we have a <a href="https://product.korbyt.com/help/articles/2084885-welcome-to-the-new-korbyt-knowledge-base">Welcome to the New Korbyt Knowledge Base</a> guide</p>
<p>&nbsp;</p>
<p>The new <a href="https://product.korbyt.com/">Korbyt Product Page</a> also has sections for submitting feedback on system improvements, a view of our Roadmap of upcoming enhancements, and a change log of all updates.</p>
<p><img class="size-full wp-image-12715 aligncenter" data-original="https://kb.korbyt.com/wp-content/uploads/2023/07/New-Product-Page-Splash.jpg" alt="" width="1127" height="540" /></p>
<hr />
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The Urgent Alert system in Korbyt allows critical messages to be created in advance and then when activated the message can be pushed to Signage, as well as Desktop(InView), and Mobile &amp; Web users.</p>
<p>Urgent Alerts can be found by</p>
<ul>
<li>Clicking on the <strong>Mega Menu</strong> <img decoding="async" class="alignnone size-full wp-image-10919" src="https://kb.korbyt.com/wp-content/uploads/2022/10/Mega-Menu-Small.png" alt="" width="25" height="23" /> in the upper left corner</li>
<li>In the <strong>Schedule</strong> column, click on <strong>Urgent Alerts</strong></li>
</ul>
<h4 id="agenda">This article will review</h4>
<ul>
<li><a href="#template">Creating Urgent Alert Templates</a></li>
<li><a href="#add">Adding Urgent Alerts</a></li>
<li><a href="#activate">Activating Urgent Alerts</a></li>
</ul>
<hr />
<h3 id="template">Creating Urgent Alert Templates</h3>
<p>When you build an individual Urgent Alert (next step) you select from an available template.<br />
The templates have customizable text and a graphic field.</p>
<p>The system has a Default Alert template provided, and if you are satisfied with that template, you could move on to the next step.<br />
<strong>Default Alert Template</strong><br />
<img loading="lazy" decoding="async" class="alignnone size-medium wp-image-12271" src="https://kb.korbyt.com/wp-content/uploads/2024/04/Default-Alert-300x173.png" alt="" width="300" height="173" srcset="https://kb.korbyt.com/wp-content/uploads/2024/04/Default-Alert-300x173.png 300w, https://kb.korbyt.com/wp-content/uploads/2024/04/Default-Alert-1024x592.png 1024w, https://kb.korbyt.com/wp-content/uploads/2024/04/Default-Alert-768x444.png 768w, https://kb.korbyt.com/wp-content/uploads/2024/04/Default-Alert.png 1270w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<p>If you would like other Alert Templates</p>
<ul>
<li>On the Urgent Alerts Screen click the blue Add Urgent Alert Template button<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-12272 size-full" src="https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-1.png" alt="" width="2298" height="342" srcset="https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-1.png 2298w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-1-300x45.png 300w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-1-1024x152.png 1024w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-1-768x114.png 768w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-1-1536x229.png 1536w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-1-2048x305.png 2048w" sizes="auto, (max-width: 2298px) 100vw, 2298px" /></li>
<li>Set a <strong>Template Name</strong>, and optionally add any Tags that are desired, then click <strong>Create</strong><br />
<img loading="lazy" decoding="async" class="alignnone size-medium wp-image-12273" src="https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-2-300x286.png" alt="" width="300" height="286" srcset="https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-2-300x286.png 300w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-2.png 683w" sizes="auto, (max-width: 300px) 100vw, 300px" /></li>
<li>You will now be in a very limited Builder Tool, specific to building Alert Templates<br />
<img loading="lazy" decoding="async" class="alignnone size-medium wp-image-12274" src="https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-3-300x250.png" alt="" width="300" height="250" srcset="https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-3-300x250.png 300w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-3-768x640.png 768w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-3.png 981w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<ul>
<li>If you need more information on using the Builder Tool see
<ul>
<li><a href="https://kb.korbyt.com/article/using-the-builder-tool/">Using The Builder Tool For Layouts Or Messages</a></li>
</ul>
</li>
</ul>
</li>
<li>REMINDER &#8211; you are building a template for alerts, so any element that should be editable by others in creating their actual alerts</li>
<li>For Elements you want to be customizable, such as the text, it has to have Templated Properties
<ul>
<li>Use the Element&#8217;s settings menu (Gear Icon) to select Properties<br />
<img loading="lazy" decoding="async" class="alignnone size-medium wp-image-12275" src="https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-4-300x206.png" alt="" width="300" height="206" srcset="https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-4-300x206.png 300w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-4.png 370w" sizes="auto, (max-width: 300px) 100vw, 300px" /></li>
<li>In the Properties window click the Attribute tab, give the field a <strong>Label,</strong> and click <strong>Templated<br />
<img loading="lazy" decoding="async" class="alignnone size-medium wp-image-12276" src="https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-5-300x206.png" alt="" width="300" height="206" srcset="https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-5-300x206.png 300w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-Template-5.png 394w" sizes="auto, (max-width: 300px) 100vw, 300px" /></strong></p>
<ul>
<li>For Text fields, you can set a max character length</li>
<li>For images and videos, you can lock selection down to specific sources</li>
</ul>
</li>
<li>After setting the field to Templated, Set your placeholder values
<ul>
<li>This will set the text Font, color, spacing, and size</li>
</ul>
</li>
</ul>
</li>
<li>When you have completed your Template, click Publish at the bottom of the control panel</li>
</ul>
<p>Once Published, this Alert Template will be available from the drop-down of templates when a user creates a new Urgent Alert (Next Step)</p>
<p><a href="#agenda">back to agenda</a></p>
<hr />
<h3 id="adding">Adding Urgent Alerts</h3>
<p>When adding an Urgent Alert users will be able to select an available Alert Template.</p>
<p>Alerts are created in advance, configuring the message and the channels it should be displayed to, then when needed it can simply be &#8220;activated&#8221;</p>
<p>To create a new Urgent Alert</p>
<ul>
<li>On the Urgent Alerts Screen click the blue Add Urgent Alert button<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-12277 size-full" src="https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-1.png" alt="" width="2298" height="342" srcset="https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-1.png 2298w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-1-300x45.png 300w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-1-1024x152.png 1024w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-1-768x114.png 768w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-1-1536x229.png 1536w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-1-2048x305.png 2048w" sizes="auto, (max-width: 2298px) 100vw, 2298px" /></li>
<li>This will open the Add Urgent Alert screen with three different areas of control<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-12278 size-full" src="https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-2.png" alt="" width="2111" height="852" srcset="https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-2.png 2111w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-2-300x121.png 300w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-2-1024x413.png 1024w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-2-768x310.png 768w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-2-1536x620.png 1536w, https://kb.korbyt.com/wp-content/uploads/2024/04/Add-Alert-2-2048x827.png 2048w" sizes="auto, (max-width: 2111px) 100vw, 2111px" /></li>
<li><strong>Alert Message Setup</strong> &#8211; create and customize the alert
<ul>
<li>Select an Alert Template from the drop-down</li>
<li>Set an Alert Name</li>
<li>Enter the text for the text elements that are available in that template</li>
<li>Select media items for image and video elements that are available in that template</li>
</ul>
</li>
<li><strong>Preview </strong>&#8211; see the results as you work
<ul>
<li>Changes based on the values entered on the left</li>
<li>Shows what the message will look like on a computer screen or mobile device using the blue tabs at the top left of the preview</li>
</ul>
</li>
<li><strong>Scheduling</strong> &#8211; set what players or users receive the urgent alert when it is activated
<ul>
<li>the <strong>Select Audience</strong> button opens the menu to select from Desktop(InView) / Mobile &amp; Web user audiences that should receive this alert</li>
<li>the <strong>Select Players</strong> &amp; Player Groups button opens the menu to select specific players or player groups that should receive this alert</li>
<li><strong>Alert Expiration</strong> sets how long the Alert should remain active for</li>
<li><strong>Channels</strong> toggles to turn on which methods the Urgent Alert should be shown through
<ul>
<li>Signage &#8211; if turned on opens a Duration option for how long the alert should be shown on the screen for each time it is displayed. A duration of 0 seconds will force the alert to stay on the screen not letting those players show any other content.</li>
<li>Desktop (aka InView) &#8211; if turned on allows a notification message to be set</li>
<li>Mobile/Web &#8211; if turned on allows a notification message to be set, and a check box to have Push Notifications through the Mobile app</li>
<li>SMS &#8211; if turned on allows a notification message. Requires that SMS messaging be setup in your tenant-wide settings</li>
<li>Email &#8211; if turned on allows an email subject and message body to be set</li>
<li>Phone (Text-to-Voice) &#8211; if turned on allows a text-to-voice message to be entered. Requires Text-to-Voice service to be set up in the tenant-wide settings.</li>
</ul>
</li>
</ul>
</li>
<li>Once configured, click the <strong>Save</strong> button</li>
<li>You will still be on the Edit Urget Alert page
<ul>
<li>You have the option to activate the alert now, make further edits, or exit</li>
</ul>
</li>
</ul>
<p>When you exit you will now see the message available on the Urget Alerts screen</p>
<p><a href="#agenda">back to agenda</a></p>
<hr />
<h3 id="activate">Activating Urgent Alerts</h3>
<p>Individual Urgent Alert messages can now be Activated when needed</p>
<p>To Activate an Urgent Alert</p>
<ul>
<li>On the Urgent Alerts Screen click the Active/Inactive toggle for the message you would like to active<br />
<img loading="lazy" decoding="async" class="alignnone size-full wp-image-12279" src="https://kb.korbyt.com/wp-content/uploads/2024/04/Activate-Alert1.png" alt="" width="2345" height="686" srcset="https://kb.korbyt.com/wp-content/uploads/2024/04/Activate-Alert1.png 2345w, https://kb.korbyt.com/wp-content/uploads/2024/04/Activate-Alert1-300x88.png 300w, https://kb.korbyt.com/wp-content/uploads/2024/04/Activate-Alert1-1024x300.png 1024w, https://kb.korbyt.com/wp-content/uploads/2024/04/Activate-Alert1-768x225.png 768w, https://kb.korbyt.com/wp-content/uploads/2024/04/Activate-Alert1-1536x449.png 1536w, https://kb.korbyt.com/wp-content/uploads/2024/04/Activate-Alert1-2048x599.png 2048w" sizes="auto, (max-width: 2345px) 100vw, 2345px" /></li>
<li>If you click the toggle you will be asked to confirm that you are activating the alert<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-12280 size-medium" src="https://kb.korbyt.com/wp-content/uploads/2024/04/Activate-Alert-2-300x229.png" alt="" width="300" height="229" srcset="https://kb.korbyt.com/wp-content/uploads/2024/04/Activate-Alert-2-300x229.png 300w, https://kb.korbyt.com/wp-content/uploads/2024/04/Activate-Alert-2.png 584w" sizes="auto, (max-width: 300px) 100vw, 300px" /></li>
<li>Active Alerts show with a green toggle and have a display of how much longer the duration has over the thumbnail<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-12281 size-medium" src="https://kb.korbyt.com/wp-content/uploads/2024/04/Activate-Alert-3-300x255.png" alt="" width="300" height="255" srcset="https://kb.korbyt.com/wp-content/uploads/2024/04/Activate-Alert-3-300x255.png 300w, https://kb.korbyt.com/wp-content/uploads/2024/04/Activate-Alert-3.png 620w" sizes="auto, (max-width: 300px) 100vw, 300px" /></li>
<li>Once Activated, the Alert is programmed out to it&#8217;s programmed channels</li>
<li>To deactivate an alert click the toggle again, and confirm the change</li>
</ul>
<p>Urgent Alerts can be activated/deactivated remotely by other systems through integration with the Korbyt Service Catalog and our APIs which require a separate subscription.</p>
<p>&nbsp;</p>
<p><a href="#agenda">back to agenda</a></p>
<hr />
<p>&nbsp;</p>
<p>The post <a href="https://kb.korbyt.com/article/managing-urgent-alerts/">Managing Urgent Alerts</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>RAVE Alert Integration</title>
		<link>https://kb.korbyt.com/article/rave-alert-integration/</link>
		
		<dc:creator><![CDATA[Ed Kinne]]></dc:creator>
		<pubDate>Tue, 26 Dec 2023 19:28:20 +0000</pubDate>
				<guid isPermaLink="false">https://kb.korbyt.com/?post_type=article&#038;p=12118</guid>

					<description><![CDATA[<p>Our Knowledge Base Has Moved The New Page landing page for the Knowledge Base is https://product.korbyt.com/help The new version of this specific article can be found at: https://product.korbyt.com/help/articles/9924105-rave-alert-integration Please update any of your bookmarks to the new Knowledge Base For assistance on using the new Knowledge Base, we have a Welcome to the New Korbyt [&#8230;]</p>
<p>The post <a href="https://kb.korbyt.com/article/rave-alert-integration/">RAVE Alert Integration</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: center;">Our Knowledge Base Has Moved</h1>
<p>The New Page landing page for the Knowledge Base is <a href="https://product.korbyt.com/help">https://product.korbyt.com/help</a></p>
<p>The new version of this specific article can be found at: <a href="https://product.korbyt.com/help/articles/9924105-rave-alert-integration">https://product.korbyt.com/help/articles/9924105-rave-alert-integration</a></p>
<p style="text-align: center;"><strong>Please update any of your bookmarks to the new Knowledge Base</strong></p>
<p>For assistance on using the new Knowledge Base, we have a <a href="https://product.korbyt.com/help/articles/2084885-welcome-to-the-new-korbyt-knowledge-base">Welcome to the New Korbyt Knowledge Base</a> guide</p>
<p>&nbsp;</p>
<p>The new <a href="https://product.korbyt.com/">Korbyt Product Page</a> also has sections for submitting feedback on system improvements, a view of our Roadmap of upcoming enhancements, and a change log of all updates.</p>
<p><img class="size-full wp-image-12715 aligncenter" data-original="https://kb.korbyt.com/wp-content/uploads/2023/07/New-Product-Page-Splash.jpg" alt="" width="1127" height="540" /></p>
<hr />
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Korbyt can integrate with RAVE Alerts to display your critical alerts and messages throughout your Kortby Solution.</p>
<p>Through the use of a custom Data Adapter, your alert information can be presented</p>
<ul>
<li>On your Korbyt powered signage displays and wallboards</li>
<li>Through Korbyt Desktop(InView) Software</li>
<li>In the user&#8217;s Mobile and Web experiences of the Korbyt Anywhere Employee Communication Application (ECA)</li>
</ul>
<blockquote><p>For Rave Alerts to be presented in Korbyt instentaniously it will require a subscprition to Korbyt API services.<br />
Without Korbyt API Services RAVE Alerts can still be presented, but will have a 15 minute refresh interval.</p></blockquote>
<p>In the setup process of creating your custom data adapter the Korbyt Professional Services team will review;</p>
<ul>
<li>Your Rave Alert URL
<ul>
<li>Also known as Channel</li>
<li>Must be CAP-formatted</li>
</ul>
</li>
<li>The alert messages you will send through Korbyt</li>
<li>All Clear Methodology
<ul>
<li>Do you use an All Clear message</li>
<li>Or will you use a timed or a manual clearing process</li>
</ul>
</li>
<li>The Data Fields that you will want to display
<ul>
<li>The fields present in the Rave URL typically included Identifier, Sent, Status, Event, Urgency, Severity, Headline, Description Instruction</li>
</ul>
</li>
</ul>
<p>The post <a href="https://kb.korbyt.com/article/rave-alert-integration/">RAVE Alert Integration</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Creating a Signage Layout when Publishing a Mobile &#038; Web Post</title>
		<link>https://kb.korbyt.com/article/creating-a-signage-layout-when-publishing-a-mobile-web-post/</link>
		
		<dc:creator><![CDATA[Ed Kinne]]></dc:creator>
		<pubDate>Thu, 24 Aug 2023 12:06:17 +0000</pubDate>
				<guid isPermaLink="false">https://kb.korbyt.com/?post_type=article&#038;p=11822</guid>

					<description><![CDATA[<p>Our Knowledge Base Has Moved The New Page landing page for the Knowledge Base is https://product.korbyt.com/help The new version of this specific article can be found at: https://product.korbyt.com/help/articles/7681581-newsfeed-posts#6kcl665qwxl Please update any of your bookmarks to the new Knowledge Base For assistance on using the new Knowledge Base, we have a Welcome to the New Korbyt [&#8230;]</p>
<p>The post <a href="https://kb.korbyt.com/article/creating-a-signage-layout-when-publishing-a-mobile-web-post/">Creating a Signage Layout when Publishing a Mobile &#038; Web Post</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: center;">Our Knowledge Base Has Moved</h1>
<p>The New Page landing page for the Knowledge Base is <a href="https://product.korbyt.com/help">https://product.korbyt.com/help</a></p>
<p>The new version of this specific article can be found at: <a href="https://product.korbyt.com/help/articles/7681581-newsfeed-posts#6kcl665qwxl">https://product.korbyt.com/help/articles/7681581-newsfeed-posts#6kcl665qwxl</a></p>
<p style="text-align: center;"><strong>Please update any of your bookmarks to the new Knowledge Base</strong></p>
<p>For assistance on using the new Knowledge Base, we have a <a href="https://product.korbyt.com/help/articles/2084885-welcome-to-the-new-korbyt-knowledge-base">Welcome to the New Korbyt Knowledge Base</a> guide</p>
<p>&nbsp;</p>
<p>The new <a href="https://product.korbyt.com/">Korbyt Product Page</a> also has sections for submitting feedback on system improvements, a view of our Roadmap of upcoming enhancements, and a change log of all updates.</p>
<p><img class="size-full wp-image-12715 aligncenter" data-original="https://kb.korbyt.com/wp-content/uploads/2023/07/New-Product-Page-Splash.jpg" alt="" width="1127" height="540" /></p>
<hr />
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Korbyt provides the option to create a draft Signage Layout when publishing a new Image, Video, or Article Post to your Mobile &amp; Web news feed.</p>
<p><em>The feature is not available for other post types at this time</em></p>
<p>This will allow easier use of content across multiple communication channels</p>
<p>This option is available when adding a post in the Post Setting section on the right of the screen<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-11824" src="https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-1-1024x576.png" alt="" width="699" height="393" srcset="https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-1-1024x576.png 1024w, https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-1-300x169.png 300w, https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-1-768x432.png 768w, https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-1-1536x863.png 1536w, https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-1.png 1644w" sizes="auto, (max-width: 699px) 100vw, 699px" /></p>
<blockquote><p>This option will produce a Layout the when the post moves from a Draft to a Published status.</p></blockquote>
<p>After constructing your and publishing your Post a new Layout will be created in draft status.<br />
The name of the Layout will be the Title from the Post.<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-11826" src="https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-2-1024x257.png" alt="" width="699" height="175" srcset="https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-2-1024x257.png 1024w, https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-2-300x75.png 300w, https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-2-768x193.png 768w, https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-2.png 1119w" sizes="auto, (max-width: 699px) 100vw, 699px" /></p>
<p>This new layout will have been created with Two Elements populated</p>
<ul>
<li>A Text Note Element at the top with the Text from the Title of the Article</li>
<li>A media element that will vary based on the media in the post
<ul>
<li>A Video Element will be created from a Video Post</li>
<li>An Image Element will be created from an Image Post or an Article Post with 1 Image</li>
<li>A Carousel Element will be created from an Image Post or an Article Post with multiple images
<ul>
<li>Default 10 sec view time and a face transition for each item</li>
<li>Positioned using the Cover sizing mode</li>
</ul>
</li>
</ul>
</li>
</ul>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-11827" src="https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-3.png" alt="" width="690" height="346" srcset="https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-3.png 992w, https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-3-300x150.png 300w, https://kb.korbyt.com/wp-content/uploads/2023/06/automated-layout-3-768x385.png 768w" sizes="auto, (max-width: 690px) 100vw, 690px" /></p>
<p>This new layout can be further edited as normal using the Builder Tool, and published to Playlists.</p>
<p>&nbsp;</p>
<blockquote><p>If you do not see this option present in your Mobile &amp; Web tenant please contact your Korbyt Support team so that it can be turned on.</p></blockquote>
<p>The post <a href="https://kb.korbyt.com/article/creating-a-signage-layout-when-publishing-a-mobile-web-post/">Creating a Signage Layout when Publishing a Mobile &#038; Web Post</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Supported Browsers and Mobile Devices</title>
		<link>https://kb.korbyt.com/article/supported-browsers-and-mobile-devices/</link>
		
		<dc:creator><![CDATA[Philip Gerstenfeld]]></dc:creator>
		<pubDate>Mon, 14 Aug 2023 14:42:53 +0000</pubDate>
				<guid isPermaLink="false">https://kb.korbyt.com/?post_type=article&#038;p=8101</guid>

					<description><![CDATA[<p>Our Knowledge Base Has Moved The New Page landing page for the Knowledge Base is https://product.korbyt.com/help &#160; Please update any of your bookmarks to the new Knowledge Base For assistance on using the new Knowledge Base, we have a Welcome to the New Korbyt Knowledge Base guide &#160; The new Korbyt Product Page also has [&#8230;]</p>
<p>The post <a href="https://kb.korbyt.com/article/supported-browsers-and-mobile-devices/">Supported Browsers and Mobile Devices</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: center;">Our Knowledge Base Has Moved</h1>
<p>The New Page landing page for the Knowledge Base is <a href="https://product.korbyt.com/help">https://product.korbyt.com/help</a></p>
<p>&nbsp;</p>
<p style="text-align: center;"><strong>Please update any of your bookmarks to the new Knowledge Base</strong></p>
<p>For assistance on using the new Knowledge Base, we have a <a href="https://product.korbyt.com/help/articles/2084885-welcome-to-the-new-korbyt-knowledge-base">Welcome to the New Korbyt Knowledge Base</a> guide</p>
<p>&nbsp;</p>
<p>The new <a href="https://product.korbyt.com/">Korbyt Product Page</a> also has sections for submitting feedback on system improvements, a view of our Roadmap of upcoming enhancements, and a change log of all updates.</p>
<p><img class="size-full wp-image-12715 aligncenter" data-original="https://kb.korbyt.com/wp-content/uploads/2023/07/New-Product-Page-Splash.jpg" alt="" width="1127" height="540" /></p>
<hr />
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://kb.korbyt.com/article/supported-browsers-and-mobile-devices/">Supported Browsers and Mobile Devices</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Content Managers (CMS Users) Roles and Permissions</title>
		<link>https://kb.korbyt.com/article/content-manager-roles-user-roles/</link>
		
		<dc:creator><![CDATA[Ed Kinne]]></dc:creator>
		<pubDate>Thu, 25 May 2023 19:47:20 +0000</pubDate>
				<guid isPermaLink="false">https://kb.korbyt.com/?post_type=article&#038;p=11653</guid>

					<description><![CDATA[<p>Our Knowledge Base Has Moved The New Page landing page for the Knowledge Base is https://product.korbyt.com/help The new version of this specific article can be found at:  https://product.korbyt.com/help/articles/9965863-content-managers-cms-users-roles-and-abilities Please update any of your bookmarks to the new Knowledge Base For assistance on using the new Knowledge Base, we have a Welcome to the New Korbyt [&#8230;]</p>
<p>The post <a href="https://kb.korbyt.com/article/content-manager-roles-user-roles/">Content Managers (CMS Users) Roles and Permissions</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: center;">Our Knowledge Base Has Moved</h1>
<p>The New Page landing page for the Knowledge Base is <a href="https://product.korbyt.com/help">https://product.korbyt.com/help</a></p>
<p>The new version of this specific article can be found at:  <a href="https://product.korbyt.com/help/articles/9965863-content-managers-cms-users-roles-and-abilities">https://product.korbyt.com/help/articles/9965863-content-managers-cms-users-roles-and-abilities</a></p>
<p style="text-align: center;"><strong>Please update any of your bookmarks to the new Knowledge Base</strong></p>
<p>For assistance on using the new Knowledge Base, we have a <a href="https://product.korbyt.com/help/articles/2084885-welcome-to-the-new-korbyt-knowledge-base">Welcome to the New Korbyt Knowledge Base</a> guide</p>
<p>&nbsp;</p>
<p>The new <a href="https://product.korbyt.com/">Korbyt Product Page</a> also has sections for submitting feedback on system improvements, a view of our Roadmap of upcoming enhancements, and a change log of all updates.</p>
<p><img class="size-full wp-image-12715 aligncenter" data-original="https://kb.korbyt.com/wp-content/uploads/2023/07/New-Product-Page-Splash.jpg" alt="" width="1127" height="540" /></p>
<hr />
<p>&nbsp;</p>
<p>The post <a href="https://kb.korbyt.com/article/content-manager-roles-user-roles/">Content Managers (CMS Users) Roles and Permissions</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to Manage End Users of Desktop(InView) or Mobile, Web, &#038; Email</title>
		<link>https://kb.korbyt.com/article/how-to-import-new-users/</link>
		
		<dc:creator><![CDATA[Ed Kinne]]></dc:creator>
		<pubDate>Thu, 18 Aug 2022 13:05:22 +0000</pubDate>
				<guid isPermaLink="false">https://kb.korbyt.com/?post_type=article&#038;p=10336</guid>

					<description><![CDATA[<p>Our Knowledge Base Has Moved The New Page landing page for the Knowledge Base is https://product.korbyt.com/help The new version of this specific article can be found at: https://product.korbyt.com/help/articles/3697464-managing-end-users-for-desktopinview-mobileandweb Please update any of your bookmarks to the new Knowledge Base For assistance on using the new Knowledge Base, we have a Welcome to the New Korbyt [&#8230;]</p>
<p>The post <a href="https://kb.korbyt.com/article/how-to-import-new-users/">How to Manage End Users of Desktop(InView) or Mobile, Web, &#038; Email</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: center;">Our Knowledge Base Has Moved</h1>
<p>The New Page landing page for the Knowledge Base is <a href="https://product.korbyt.com/help">https://product.korbyt.com/help</a></p>
<p>The new version of this specific article can be found at: <a href="https://product.korbyt.com/help/articles/3697464-managing-end-users-for-desktopinview-mobileandweb">https://product.korbyt.com/help/articles/3697464-managing-end-users-for-desktopinview-mobileandweb</a></p>
<p style="text-align: center;"><strong>Please update any of your bookmarks to the new Knowledge Base</strong></p>
<p>For assistance on using the new Knowledge Base, we have a <a href="https://product.korbyt.com/help/articles/2084885-welcome-to-the-new-korbyt-knowledge-base">Welcome to the New Korbyt Knowledge Base</a> guide</p>
<p>&nbsp;</p>
<p>The new <a href="https://product.korbyt.com/">Korbyt Product Page</a> also has sections for submitting feedback on system improvements, a view of our Roadmap of upcoming enhancements, and a change log of all updates.</p>
<p><img class="size-full wp-image-12715 aligncenter" data-original="https://kb.korbyt.com/wp-content/uploads/2023/07/New-Product-Page-Splash.jpg" alt="" width="1127" height="540" /></p>
<hr />
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>This article reviews how to add new End Users to your your tenant. End Users are the users who will be logging into the Desktop(InView) Application to view Messages or will be Logging into the Mobile &amp; Web Experience to view and interact with their News Feed.</p>
<p>Both the Desktop(InView) and Mobile &amp; Web platforms share the same End User List. If you have an individual who uses both systems they only need to be added once as an End Users.</p>
<blockquote><p>End Users are different than Content Management System Users (CMS Users) who log directly into the tenant to create and mange communications.  If you are trying to add new CMS Users you should check out the <a href="https://kb.korbyt.com/article/how-to-manage-users/">How to Manage CMS Users</a> article</p></blockquote>
<h3>End User Management</h3>
<p>To find your End Users in Korbyt</p>
<ul>
<li>Click on the Hamburger Menu<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-9061" src="https://kb.korbyt.com/wp-content/uploads/2021/09/HamburgerMenu-1-300x83.png" alt="" width="200" height="55" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/HamburgerMenu-1-300x83.png 300w, https://kb.korbyt.com/wp-content/uploads/2021/09/HamburgerMenu-1.png 303w" sizes="auto, (max-width: 200px) 100vw, 200px" /></li>
<li>Then from the Mega Menu (depending on your services) you can open click on <strong>Users </strong> in the <strong>Desktop Section</strong> or the <strong>Audience Section</strong>
<ul>
<li>If you subscribe to both the Desktop(InView) AND the Mobile, Web, &amp; Email services you can navigate through either path to find your End Users<strong><br />
<img loading="lazy" decoding="async" class="alignnone wp-image-10835" src="https://kb.korbyt.com/wp-content/uploads/2022/08/USERS.png" alt="" width="500" height="233" srcset="https://kb.korbyt.com/wp-content/uploads/2022/08/USERS.png 771w, https://kb.korbyt.com/wp-content/uploads/2022/08/USERS-300x140.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/08/USERS-768x358.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/08/USERS-730x338.png 730w" sizes="auto, (max-width: 500px) 100vw, 500px" /></strong></li>
</ul>
</li>
<li>If you already have End Users in your service they will also be listed on this screen and The Edit, Export User, Impersonate Desktop View, Send Notification and Archive Actions are available.<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-8515 size-large" src="https://kb.korbyt.com/wp-content/uploads/2021/09/user5-1024x523.png" alt="" width="699" height="357" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/user5-1024x523.png 1024w, https://kb.korbyt.com/wp-content/uploads/2021/09/user5-300x153.png 300w, https://kb.korbyt.com/wp-content/uploads/2021/09/user5-768x392.png 768w, https://kb.korbyt.com/wp-content/uploads/2021/09/user5.png 1072w" sizes="auto, (max-width: 699px) 100vw, 699px" /></p>
<ul>
<li>Users who no longer access the system are Archived, rather than deleted
<ul>
<li>This maintains the record of previous interactions</li>
</ul>
</li>
<li>If a users was <strong>Archived</strong> and needs to be active again</li>
<li>
<ul>
<li>IF you manually add single users you can not move them back directly, you will need to follow a few steps
<ul>
<li>Find the Archived record, click the Pencil to edit, and change the archived records email and/or user name
<ul>
<li>This will free up the email address and/or user name to be used for a new active user</li>
</ul>
</li>
<li>Create a New User record for the person</li>
</ul>
</li>
<li>IF you manage users through CSV files, adding them back to the CSV file will create an active user for them again</li>
</ul>
</li>
</ul>
</li>
</ul>
<hr />
<h3 id="agenda">There are 4 different methods to add End Users to your Korbyt tenant</h3>
<ul>
<li><a href="#single">Adding a Single Users</a></li>
<li><a href="#onetime">One Time Import Through CSV File</a></li>
<li><a href="#schedule">Schedule Import Through CSV File</a></li>
<li><a href="#azure">Azure Active Directory Import</a></li>
</ul>
<p><em>Optional First Step &#8211; </em>Creating <em><strong>User Attributes</strong></em></p>
<p>If you will be creating different Audiences in your tenant so that they can receive different messages these audiences can be managed dynamically using User Attributes. The alternative to a Dynamic Audience is one that would have to be managed manually.</p>
<blockquote><p>If you are using Azure AD Integrations, you can create Audiences from Azure groups</p></blockquote>
<p>The section at the end of this article reviews <a href="#attributes">How to Create User Attributes</a></p>
<p>&nbsp;</p>
<hr />
<h2 id="single"><strong>Add A Single User</strong></h2>
<p>To add a  single user one at a time follow the steps below:</p>
<ul>
<li>In the Users screen described above Click on the <strong>Add Users</strong> button and Select Single Users<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-9059 size-full" src="https://kb.korbyt.com/wp-content/uploads/2021/09/users2.png" alt="" width="410" height="185" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/users2.png 410w, https://kb.korbyt.com/wp-content/uploads/2021/09/users2-300x135.png 300w" sizes="auto, (max-width: 410px) 100vw, 410px" /></li>
<li> Fill the required information (*)<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-8512 size-full" src="https://kb.korbyt.com/wp-content/uploads/2021/09/user1.png" alt="" width="1004" height="548" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/user1.png 1004w, https://kb.korbyt.com/wp-content/uploads/2021/09/user1-300x164.png 300w, https://kb.korbyt.com/wp-content/uploads/2021/09/user1-768x419.png 768w" sizes="auto, (max-width: 1004px) 100vw, 1004px" /></li>
<li>Click on the button to Select the Audience.  The Audience section is where all the available audiences can be found. NOTE: An audience must first be created to be available in the list of options.  The steps to create an audience are listed in the next section below.  In this example the audience has already been created.<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-8513 size-full" src="https://kb.korbyt.com/wp-content/uploads/2021/09/user2.png" alt="" width="723" height="414" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/user2.png 723w, https://kb.korbyt.com/wp-content/uploads/2021/09/user2-300x172.png 300w" sizes="auto, (max-width: 723px) 100vw, 723px" /></li>
<li>Click on the Done button to complete selecting the Audience(s)</li>
<li>Then Click on the Save Button to complete the action of adding a User<img loading="lazy" decoding="async" class="alignnone wp-image-8514 size-full" src="https://kb.korbyt.com/wp-content/uploads/2021/09/user4.png" alt="" width="1070" height="546" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/user4.png 1070w, https://kb.korbyt.com/wp-content/uploads/2021/09/user4-300x153.png 300w, https://kb.korbyt.com/wp-content/uploads/2021/09/user4-768x392.png 768w, https://kb.korbyt.com/wp-content/uploads/2021/09/user4-1024x523.png 1024w" sizes="auto, (max-width: 1070px) 100vw, 1070px" /></li>
<li>The employee contact is created. The Edit, Export User, Impersonate Desktop View, Send Notification and Archive Actions are available.<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-8515 size-full" src="https://kb.korbyt.com/wp-content/uploads/2021/09/user5.png" alt="" width="1072" height="547" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/user5.png 1072w, https://kb.korbyt.com/wp-content/uploads/2021/09/user5-300x153.png 300w, https://kb.korbyt.com/wp-content/uploads/2021/09/user5-768x392.png 768w, https://kb.korbyt.com/wp-content/uploads/2021/09/user5-1024x523.png 1024w" sizes="auto, (max-width: 1072px) 100vw, 1072px" /></li>
<li>The user(s) are then imported and listed in the End User section</li>
</ul>
<p style="text-align: right;"><a href="#agenda"><em>Back to Agenda</em></a></p>
<hr />
<h2 id="onetime"><strong>One-Time Import of a List of Users</strong></h2>
<p>To import a list of employees through a One-Time Import follow the steps below:</p>
<ul>
<li>In the Users screen described above Click on the <strong>Add Users</strong> button and Select One Time Import<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-9059 size-full" src="https://kb.korbyt.com/wp-content/uploads/2021/09/users2.png" alt="" width="410" height="185" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/users2.png 410w, https://kb.korbyt.com/wp-content/uploads/2021/09/users2-300x135.png 300w" sizes="auto, (max-width: 410px) 100vw, 410px" /></li>
</ul>
<ul>
<li>Click Download Template to get a CSV File with the correct columns and example information<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-8520 size-full" src="https://kb.korbyt.com/wp-content/uploads/2021/09/user9-1.png" alt="" width="513" height="383" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/user9-1.png 513w, https://kb.korbyt.com/wp-content/uploads/2021/09/user9-1-300x224.png 300w" sizes="auto, (max-width: 513px) 100vw, 513px" /></li>
<li>Navigate to the Downloads Folder on your Computer and you will see the template file</li>
<li>Populate the file with your list of employees and save<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-8521 size-full" src="https://kb.korbyt.com/wp-content/uploads/2021/09/user10.png" alt="" width="1220" height="452" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/user10.png 1220w, https://kb.korbyt.com/wp-content/uploads/2021/09/user10-300x111.png 300w, https://kb.korbyt.com/wp-content/uploads/2021/09/user10-768x285.png 768w, https://kb.korbyt.com/wp-content/uploads/2021/09/user10-1024x379.png 1024w" sizes="auto, (max-width: 1220px) 100vw, 1220px" /></li>
<li>Fill in the CSV File with your values
<ul>
<li><strong>first_name</strong>: Must contain a value.</li>
<li><strong>last_name</strong>: Must contain a value.</li>
<li><strong>email</strong>: Must be a unique value. You can leave this field blank. However, we recommend that you include an email address to ensure the highest degree of reach.</li>
<li><strong>username</strong>: Must be a unique value. You can leave this field blank</li>
<li><strong>phone_mobile</strong>: Must be a unique value. If you are loading email address, you can leave this field blank.  If you are using username only, mobile number is required.</li>
<li><b>international_code</b>: This is the country code for mobile phone numbers such as 1 for US numbers. If you load mobile number, this field is required.  Otherwise, you can leave this field blank.</li>
</ul>
</li>
<li><img loading="lazy" decoding="async" class="alignnone wp-image-7849 loaded" src="https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill.png" sizes="auto, (max-width: 19px) 100vw, 19px" srcset="https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill.png 384w, https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill-150x150.png 150w, https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill-300x300.png 300w" alt="Information with solid fill" width="19" height="19" data-original="https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill.png" data-original-set="https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill.png 384w, https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill-150x150.png 150w, https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill-300x300.png 300w" data-lazyload="true" />If you include any user attributes in your CSV import file that are not defined in your Korbyt Anywhere settings such as Department and Location, your file will still load but those attributes will be ignored. See the <a href="#attributes">User Attributes Section</a> of this article</li>
<li>Back in Korbyt, click on Select CSV file link to select the file.<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-8516 size-full" src="https://kb.korbyt.com/wp-content/uploads/2021/09/user6.png" alt="" width="513" height="382" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/user6.png 513w, https://kb.korbyt.com/wp-content/uploads/2021/09/user6-300x223.png 300w" sizes="auto, (max-width: 513px) 100vw, 513px" /></li>
<li>Locate your completed CSV file, select the file and click Open<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-6466 size-full" src="https://kb.korbyt.com/wp-content/uploads/2020/04/Inview9.png" alt="" width="1271" height="573" srcset="https://kb.korbyt.com/wp-content/uploads/2020/04/Inview9.png 1271w, https://kb.korbyt.com/wp-content/uploads/2020/04/Inview9-300x135.png 300w, https://kb.korbyt.com/wp-content/uploads/2020/04/Inview9-768x346.png 768w, https://kb.korbyt.com/wp-content/uploads/2020/04/Inview9-1024x462.png 1024w" sizes="auto, (max-width: 1271px) 100vw, 1271px" /></li>
<li>Once the file is selected, click on the &#8220;Validate and Preview&#8221; button.<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-8517 size-full" src="https://kb.korbyt.com/wp-content/uploads/2021/09/user7.png" alt="" width="507" height="224" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/user7.png 507w, https://kb.korbyt.com/wp-content/uploads/2021/09/user7-300x133.png 300w" sizes="auto, (max-width: 507px) 100vw, 507px" /></li>
<li>The Validate and Preview will show the employees on the file.
<ul>
<li>You have the Option to Remove Users who are no longer on the file by checking the box in the upper right</li>
<li>This will add new users and archive anyone no longer present on the CSV File</li>
</ul>
</li>
<li>Review that all info is correct and click on the Import or Cancel button.<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-8518 size-full" src="https://kb.korbyt.com/wp-content/uploads/2021/09/user8.png" alt="" width="735" height="259" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/user8.png 735w, https://kb.korbyt.com/wp-content/uploads/2021/09/user8-300x106.png 300w" sizes="auto, (max-width: 735px) 100vw, 735px" /></li>
<li>The user(s) are then imported and listed in the End User section</li>
</ul>
<h3></h3>
<p style="text-align: right;"><a href="#agenda"><em>Back to Agenda</em></a></p>
<hr />
<h2 id="schedule"><strong>Scheduled Import of a List of Users</strong></h2>
<p>&nbsp;</p>
<p>&nbsp;</p>
<ul>
<li>In the Users screen described above Click on the <strong>Add Users</strong> button and Select Scheduled Import<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-9059 size-full" src="https://kb.korbyt.com/wp-content/uploads/2021/09/users2.png" alt="" width="410" height="185" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/users2.png 410w, https://kb.korbyt.com/wp-content/uploads/2021/09/users2-300x135.png 300w" sizes="auto, (max-width: 410px) 100vw, 410px" /></li>
</ul>
<ul>
<li>Click Download Template to get a CSV File with the correct columns and example information<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-10846 size-full" src="https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleImport.png" alt="" width="511" height="225" srcset="https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleImport.png 511w, https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleImport-300x132.png 300w" sizes="auto, (max-width: 511px) 100vw, 511px" /></li>
<li>Navigate to the Downloads Folder on your Computer and you will see the template file</li>
<li>Populate the file with your list of employees and save<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-8521 size-full" src="https://kb.korbyt.com/wp-content/uploads/2021/09/user10.png" alt="" width="1220" height="452" srcset="https://kb.korbyt.com/wp-content/uploads/2021/09/user10.png 1220w, https://kb.korbyt.com/wp-content/uploads/2021/09/user10-300x111.png 300w, https://kb.korbyt.com/wp-content/uploads/2021/09/user10-768x285.png 768w, https://kb.korbyt.com/wp-content/uploads/2021/09/user10-1024x379.png 1024w" sizes="auto, (max-width: 1220px) 100vw, 1220px" /></li>
<li>Fill in the CSV File with your values
<ul>
<li><strong>first_name</strong>: Must contain a value.</li>
<li><strong>last_name</strong>: Must contain a value.</li>
<li><strong>email</strong>: Must be a unique value. You can leave this field blank. However, we recommend that you include an email address to ensure the highest degree of reach.</li>
<li><strong>username</strong>: Must be a unique value. You can leave this field blank</li>
<li><strong>phone_mobile</strong>: Must be a unique value. If you are loading email address, you can leave this field blank.  If you are using username only, mobile number is required.</li>
<li><b>international_code</b>: This is the country code for mobile phone numbers such as 1 for US numbers. If you load mobile number, this field is required.  Otherwise, you can leave this field blank.</li>
</ul>
</li>
<li><img loading="lazy" decoding="async" class="alignnone wp-image-7849 loaded" src="https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill.png" sizes="auto, (max-width: 19px) 100vw, 19px" srcset="https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill.png 384w, https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill-150x150.png 150w, https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill-300x300.png 300w" alt="Information with solid fill" width="19" height="19" data-original="https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill.png" data-original-set="https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill.png 384w, https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill-150x150.png 150w, https://kb.korbyt.com/wp-content/uploads/2021/06/information-with-solid-fill-300x300.png 300w" data-lazyload="true" />If you include any user attributes in your CSV import file that are not defined in your Korbyt Anywhere settings such as Department and Location, your file will still load but those attributes will be ignored. See the <a href="#attributes">User Attributes Section</a> of this article</li>
<li>Back in Korbyt, click on <strong>Select CSV File</strong> link to select the file</li>
<li>In this interface you will be able to select a CSV File from your Media Manager
<ul>
<li>You can Drag and Drop the File into this window if you have not already uploaded the file to Korbyt<img loading="lazy" decoding="async" class="alignnone size-full wp-image-10847" src="https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleSelect.png" alt="" width="1198" height="814" srcset="https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleSelect.png 1198w, https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleSelect-300x204.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleSelect-1024x696.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleSelect-768x522.png 768w" sizes="auto, (max-width: 1198px) 100vw, 1198px" /></li>
</ul>
</li>
<li>Once the file is selected, click on the &#8220;Validate and Preview&#8221; button.<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-10848 size-full" src="https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleFIle.png" alt="" width="507" height="225" srcset="https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleFIle.png 507w, https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleFIle-300x133.png 300w" sizes="auto, (max-width: 507px) 100vw, 507px" /></li>
<li>The Validate and Preview will show the employees on the file.
<ul>
<li>You have the Option to Remove Users who are no longer on the file by checking the box in the upper right</li>
<li>This will add new users and archive anyone no longer present on the CSV File</li>
</ul>
</li>
<li>Review that all info is correct and click on the Import or Cancel button.<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-10849 size-full" src="https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleValidate.png" alt="" width="662" height="247" srcset="https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleValidate.png 662w, https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleValidate-300x112.png 300w" sizes="auto, (max-width: 662px) 100vw, 662px" /></li>
<li>The user(s) are then imported and listed in the End User section</li>
<li>The File will be re-checked every 24 hours</li>
</ul>
<p>&nbsp;</p>
<ul>
<li><strong>To update the Users</strong>, Load an updated copy of the CSV File to the Media Manager
<ul>
<li>Make sure to use the same file name, and check the box to <span style="text-decoration: underline;">Overwrite media if the File already exists<br />
<img loading="lazy" decoding="async" class="alignnone wp-image-10851 size-medium" src="https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleNewFile-300x223.png" alt="" width="300" height="223" srcset="https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleNewFile-300x223.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleNewFile-768x570.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/08/ScheduleNewFile.png 956w" sizes="auto, (max-width: 300px) 100vw, 300px" /></span></li>
<li>Now when the schedule runs again and checks the updated file it will add and remove users as you have specified.</li>
</ul>
</li>
</ul>
<h3></h3>
<p style="text-align: right;"><a href="#agenda"><em>Back to Agenda</em></a></p>
<hr />
<h2 id="attributes">Creating User Attributes (Optional)</h2>
<ul>
<li>Creating User Attributes in the settings allows you to apply those attributes to your end users when they are loaded into the system, and you can then create an audience of users based on that attribute rather than manual selection</li>
<li>This step is optional, but will mean that creating different audiences will be done through manual selection of members</li>
<li>If you are going to use Attributes, they should be created in the system before End Users are added</li>
<li>To set User Attributes Navigate to the CMS <strong>Settings </strong>by clicking the gear icon  in the upper right, then scroll down on the <strong>General Tab</strong> or  select the <strong>Mobile &amp; Web Tab</strong> depending on your services<br />
<img loading="lazy" decoding="async" class="wp-image-10107 alignnone" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Steps-1.4-Attributes-300x131.png" alt="" width="600" height="263" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Steps-1.4-Attributes-300x131.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Steps-1.4-Attributes-768x336.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Steps-1.4-Attributes.png 911w" sizes="auto, (max-width: 600px) 100vw, 600px" /></li>
</ul>
<ul>
<li>You can then Name your Attribute
<ul>
<li>For example, “Job Title” or “Role” or “Location”</li>
<li>What ever the name of the attribute is that will separate your users into groups</li>
</ul>
</li>
<li>Select the Type
<ul>
<li>This will define the space this information is entered</li>
<li>We recommend Lookup as a type with multiple predefined options, you can then define those options that will be available
<ul>
<li>For example, a list of Job Roles, or Locations</li>
</ul>
</li>
<li>Boolean as an option when the selection either “Yes or No”
<ul>
<li>For example, If the Employee is a remote worker</li>
</ul>
</li>
<li><b>Defining these attributes in settings will make them available to assign to end users both individually and through CSV file import</b></li>
</ul>
</li>
</ul>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-10118" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.3-Single-User-1024x360.png" alt="" width="600" height="211" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.3-Single-User-1024x360.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.3-Single-User-300x105.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.3-Single-User-768x270.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.3-Single-User.png 1327w" sizes="auto, (max-width: 600px) 100vw, 600px" /></p>
<p>&nbsp;</p>
<p style="text-align: right;"><a href="#agenda"><em>Back to Agenda</em></a></p>
<hr />
<h2 id="azure">Importing Users from Azure Active Directory</h2>
<p>Korbyt Anywhere provides integration with Azure AD for secure and scalable user management and single sign on, allowing a customer’s employees to login to the Korbyt Anywhere CMS, Desktop, and Mobile applications using<br />
their Azure AD credentials.</p>
<blockquote><p>This process will require configuring both your Korbyt Tenant as well as your Microsoft Azure services. Your IT Department, as well as Korbyt Professional Services will likely be involved in the process.</p></blockquote>
<p>This document provides high-level insight into the process steps.</p>
<p>There are three main steps in the setup process:</p>
<ul>
<li>Granting Access: In your MS Azure service you must grant Korbyt Anywhere access to the desired Azure AD groups
<ul>
<li>In Azure &#8211; Registering an app on the Azure app registration portal</li>
<li>In Azure &#8211; Confirming permissions for Microsoft Graph on the app
<ul>
<li>Microsoft Graph API permissions are required for integration with Azure AD</li>
<li>This article lists the specific <a href="https://kb.korbyt.com/article/microsoft-graph-api-permissions-required-by-korbyt-for-azure-ad-integration/">Microsoft Graph API Permissions Required by Korbyt</a></li>
</ul>
</li>
<li>In Azure &#8211; Obtaining Administrator consent</li>
<li>In Azure &#8211; Generating a Client Secret</li>
<li>Recording the details from these steps as they will be used in Korbyt to create the connection</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<ul>
<li>Importing Users: Inside Korbyt Anywhere, setting the information so that Korbyt can automatically create a corresponding CMS<br />
and/or Desktop or Mobile user for each employee it detects in the customer’s designated Azure groups</p>
<ul>
<li>In Korbyt &#8211; Enter User Import Parameters
<ul>
<li>Open the <strong>Mega Menu</strong>, in the  <strong>Advanced</strong> section select <strong>Azure AD</strong></li>
<li>Click the pink +Add New Azure Users button and enter the details you established in the first steps<br />
<img loading="lazy" decoding="async" class="alignnone size-full wp-image-10842" src="https://kb.korbyt.com/wp-content/uploads/2022/08/Azure.png" alt="" width="1361" height="874" srcset="https://kb.korbyt.com/wp-content/uploads/2022/08/Azure.png 1361w, https://kb.korbyt.com/wp-content/uploads/2022/08/Azure-300x193.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/08/Azure-1024x658.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/08/Azure-768x493.png 768w" sizes="auto, (max-width: 1361px) 100vw, 1361px" /></li>
<li>Click Save</li>
</ul>
</li>
<li>In Korbyt &#8211; Map Azure Fields to Employee Metadata
<ul>
<li>This will allow you to select the Azure AD Fields you would like to make part of the employee record in Korbyt<br />
<img loading="lazy" decoding="async" class="alignnone size-full wp-image-10843" src="https://kb.korbyt.com/wp-content/uploads/2022/08/AzureFields.png" alt="" width="640" height="445" srcset="https://kb.korbyt.com/wp-content/uploads/2022/08/AzureFields.png 640w, https://kb.korbyt.com/wp-content/uploads/2022/08/AzureFields-300x209.png 300w" sizes="auto, (max-width: 640px) 100vw, 640px" /></li>
</ul>
</li>
<li>In Korbyt &#8211; Filter By Group
<ul>
<li>If specified, the import process will only add users that are members of selected groups. This can be helpful if you have a large number of users and you only wan to import a subset of those uses</li>
<li>In the Azure Menu, use the Action to select Filter By Group<br />
<img loading="lazy" decoding="async" class="alignnone size-full wp-image-10844" src="https://kb.korbyt.com/wp-content/uploads/2022/08/AzureFilter.png" alt="" width="679" height="479" srcset="https://kb.korbyt.com/wp-content/uploads/2022/08/AzureFilter.png 679w, https://kb.korbyt.com/wp-content/uploads/2022/08/AzureFilter-300x212.png 300w" sizes="auto, (max-width: 679px) 100vw, 679px" /></li>
</ul>
</li>
<li>Now Established the Azure AD and Korbyt will communicate periodically to match the users that should be in Korbyt based on the information in your Azure AD.</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<ul>
<li>Employee Login: Once the import is processed and complete, an employee will be able<br />
to log in to Korbyt Anywhere using their Azure credentials</li>
</ul>
<p>&nbsp;</p>
<p style="text-align: right;"><a href="#agenda"><em>Back to Agenda</em></a></p>
<p>The post <a href="https://kb.korbyt.com/article/how-to-import-new-users/">How to Manage End Users of Desktop(InView) or Mobile, Web, &#038; Email</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Quick Start Guide for Mobile, Web, &#038; Email</title>
		<link>https://kb.korbyt.com/article/mobile-web-and-email-quick-start-guide/</link>
		
		<dc:creator><![CDATA[Ed Kinne]]></dc:creator>
		<pubDate>Mon, 18 Jul 2022 19:45:38 +0000</pubDate>
				<guid isPermaLink="false">https://kb.korbyt.com/?post_type=article&#038;p=10100</guid>

					<description><![CDATA[<p>The Mobile and Web platform allows you to create a rich and interactive communication platform for your audience. This guide provides directions on how to set up your Korbyt Anywhere Mobile, Web, and Email service and start communicating with your audience. This article covers many of the common steps to set up your system, and [&#8230;]</p>
<p>The post <a href="https://kb.korbyt.com/article/mobile-web-and-email-quick-start-guide/">Quick Start Guide for Mobile, Web, &#038; Email</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The Mobile and Web platform allows you to create a rich and interactive communication platform for your audience. This guide provides directions on how to set up your <span style="text-decoration: underline;"><strong>Korbyt Anywhere Mobile, Web, and Email</strong> </span>service and start communicating with your audience. This article covers many of the common steps to set up your system, and is not meant to be exhaustive to everything Korbyt can do.</p>
<h2 id="agenda" style="text-align: center;">Guide Agenda</h2>
<p style="text-align: center;"><strong>Click on a Section or Scroll Down Through the Steps</strong></p>
<p><a href="#login"><img class="alignnone size-full wp-image-10134" data-original="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-1-1.png" alt="" width="1216" height="162" /></a> <a href="#settings"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-10135" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-2-1.png" alt="" width="1216" height="162" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-2-1.png 1216w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-2-1-300x40.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-2-1-768x102.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-2-1-1024x136.png 1024w" sizes="auto, (max-width: 1216px) 100vw, 1216px" /></a> <a href="#audience"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-10136" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-3-1.png" alt="" width="1215" height="163" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-3-1.png 1215w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-3-1-300x40.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-3-1-768x103.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-3-1-1024x137.png 1024w" sizes="auto, (max-width: 1215px) 100vw, 1215px" /></a> <a href="#posts"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-10137" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-4-1.png" alt="" width="1216" height="161" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-4-1.png 1216w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-4-1-300x40.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-4-1-768x102.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-4-1-1024x136.png 1024w" sizes="auto, (max-width: 1216px) 100vw, 1216px" /></a> <a href="#invite"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-10138" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-5-1.png" alt="" width="1216" height="161" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-5-1.png 1216w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-5-1-300x40.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-5-1-768x102.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-5-1-1024x136.png 1024w" sizes="auto, (max-width: 1216px) 100vw, 1216px" /></a> <a href="#optional"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-10139" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Optional.png" alt="" width="1216" height="107" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Optional.png 1216w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Optional-300x26.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Optional-768x68.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Optional-1024x90.png 1024w" sizes="auto, (max-width: 1216px) 100vw, 1216px" /></a></p>
<p style="text-align: center;">
<hr />
<p id="login"><span style="color: #ffffff;">.</span><img loading="lazy" decoding="async" class="aligncenter wp-image-10134 size-large" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-1-1-1024x136.png" alt="" width="699" height="93" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-1-1-1024x136.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-1-1-300x40.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-1-1-768x102.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-1-1.png 1216w" sizes="auto, (max-width: 699px) 100vw, 699px" /></p>
<h3>Logging In</h3>
<ul>
<li>To log into the Korbyt Anywhere Content Management System (CMS) navigate to <a href="https://www.korbyt.com/login">Korbyt.com/login</a>
<ul>
<li>Chrome or Edge web browser are required for full functionality</li>
</ul>
</li>
<li>Enter your email address and password
<ul>
<li>Or use the SSO service configured for your tenant</li>
</ul>
</li>
<li>When you login you will be viewing the dashboard for your service
<ul>
<li>Navigation in the system is done through icons at the top of the screen</li>
</ul>
</li>
</ul>
<h3>Navigating the Mega Menu</h3>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-10101" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-Image-1.1-Icons-1.png" alt="" width="650" height="86" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-Image-1.1-Icons-1.png 854w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-Image-1.1-Icons-1-300x40.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-Image-1.1-Icons-1-768x102.png 768w" sizes="auto, (max-width: 650px) 100vw, 650px" /></p>
<ol>
<li>The Hamburger ICON in the upper left opens the Mega Menu
<ul>
<li>Giving access to all the features and services in the account</li>
</ul>
</li>
<li>The Gear Icon in the upper right opens the settings menu
<ul>
<li>Letting administrators set system wide controls like Branding and Interaction Options</li>
</ul>
</li>
<li>Hovering over the profile picture outline in the upper right corner will open the User Profile and the CMS User Management options
<ul>
<li>Letting individuals set a profile picture</li>
<li>Letting Administrator Manage and Add other CMS Users who can manage the system</li>
</ul>
</li>
</ol>
<blockquote><p>If you need to add other CMS Users to the system the article <a href="https://kb.korbyt.com/article/how-to-manage-users/">How to Manage CMS Users</a> will take you through those steps</p></blockquote>
<p style="text-align: right;"><em><a href="#agenda">Back to Agenda</a></em></p>
<hr />
<p id="settings"><span style="color: #ffffff;">.</span></p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-10135 size-large" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-2-1-1024x136.png" alt="" width="699" height="93" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-2-1-1024x136.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-2-1-300x40.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-2-1-768x102.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-2-1.png 1216w" sizes="auto, (max-width: 699px) 100vw, 699px" /></p>
<h3>Setting Logos, Icons, and a Color Scheme</h3>
<ul>
<li>You can customize the Korbyt Anywhere platform to match and promote your company’s branding through the Content Management System</li>
<li>This will affect the Mobile and Web experience your audience will see, not the appearance of the CMS itself</li>
<li>To Set the branding for your interface Navigate to the CMS <strong>Settings </strong>by clicking the gear icon  in the upper right.</li>
<li>The <strong>General </strong>tab is selected by default and contains settings for branding your tenant.</li>
</ul>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-10087 size-full" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Steps-1.2-Settings.png" alt="" width="1576" height="823" /></p>
<ul>
<li>You should set the following at a minimum to ensure that the audience understands that this is your service
<ul>
<li>Colors: Set primary, secondary, and tertiary colors to match your brand standards or preferences
<ul>
<li>These will be used throughout the Mobile and Web experience</li>
</ul>
</li>
<li>Horizontal &amp; Stacked Logo which appears in both the Mobile and Web login screen and header
<ul>
<li>Should be a PNG sized 120px x 60px</li>
</ul>
</li>
<li>More details on branding settings can be found in the following Knowledge base Articles
<ul>
<li><a href="https://kb.korbyt.com/article/updating-your-branding/">Updating your Branding</a></li>
<li><a href="https://kb.korbyt.com/article/brand-guidelines/">Branding Guidelines</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<hr />
<h3>Establishing User Generated Content Preferences</h3>
<p>The Mobile, and Web system is designed with interactivity in mind, that&#8217;s why it is a best practice to enable features such as User Generated Posts and other features that will allow you audience to feel involved.</p>
<ul>
<li>To Set Global settings for the end user interaction Navigate to the CMS <strong>Settings </strong>by clicking the gear icon  in the upper right, then select Mobile &amp; Web<br />
<img loading="lazy" decoding="async" class="wp-image-10092 size-medium alignnone" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Steps-1.3-UGC-238x300.png" alt="" width="238" height="300" /></li>
<li>After they have been enabled system wide they can be controlled in more detail within specific categories and posts.
<ul>
<li>For example, Comments can be allowed in general but if a post from the HR department should not allow comments they can be disabled on that specific post</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<p style="text-align: right;"><em><a href="#agenda">Back to Agenda</a></em></p>
<hr />
<p id="audience"><span style="color: #ffffff;">.</span></p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-10136 size-large" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-3-1-1024x137.png" alt="" width="699" height="94" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-3-1-1024x137.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-3-1-300x40.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-3-1-768x103.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-3-1.png 1215w" sizes="auto, (max-width: 699px) 100vw, 699px" /></p>
<h3>Adding End Users</h3>
<ul>
<li>End Users are those who will be logging into and viewing the Mobile and Web experience. These users can be added manually one at a time, or imported using a CSV file
<ul>
<li>End Users are different than CMS Users who log into the Content Management System</li>
<li>If you are interested in having the system group users together into different audiences based on selected criteria you should first review the option <a href="#attributes">User Attributes</a> section of this guide</li>
</ul>
</li>
<li>To add End Users, Open the Mega Menu by clicking the hamburger icon in the upper left, then Select Users under the Users &amp; Audiences heading</li>
</ul>
<p><img loading="lazy" decoding="async" class="wp-image-10111 size-medium aligncenter" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.1-Users-Menu-300x188.png" alt="" width="300" height="188" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.1-Users-Menu-300x188.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.1-Users-Menu-768x482.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.1-Users-Menu.png 791w" sizes="auto, (max-width: 300px) 100vw, 300px" /></p>
<ul>
<li>On the Users screen you can use the Add Users dropdown to start adding users</li>
</ul>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-10115" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.2-User-Add-1024x185.png" alt="" width="699" height="126" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.2-User-Add-1024x185.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.2-User-Add-300x54.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.2-User-Add-768x139.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.2-User-Add.png 1321w" sizes="auto, (max-width: 699px) 100vw, 699px" /></p>
<ul>
<li><strong>Adding a Single User</strong> (one at time) will require setting each users information
<ul>
<li>Required are First Name, Last Name, and either an Email or a Username that the users will use to log into the service</li>
</ul>
</li>
</ul>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-10145 size-large" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.2-smallers-1024x228.png" alt="" width="699" height="156" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.2-smallers-1024x228.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.2-smallers-300x67.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.2-smallers-768x171.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.2-smallers.png 1222w" sizes="auto, (max-width: 699px) 100vw, 699px" /></p>
<ul>
<li><strong>Adding users through either a One-Time Import or Scheduled Import</strong> will involved using a CSV file to fill in users information
<ul>
<li>When you select either One-Time Import or Scheduled Import a dialog box will open which will allow you to download a template that will have columns identified for where specific information is filled in</li>
<li></li>
</ul>
</li>
<li><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-10120" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.4-Import-300x210.png" alt="" width="300" height="210" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.4-Import-300x210.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.4-Import-580x405.png 580w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.4-Import.png 759w" sizes="auto, (max-width: 300px) 100vw, 300px" />
<ul>
<li>You can then upload your completed CSV File, Validate and Preview, and then Import your Users</li>
<li>For more detailed information please visit these Knowledge Base Articles
<ul>
<li><a href="https://kb.korbyt.com/article/adding-users-manually-to-the-korbyt-anywhere-platform/">Adding Users Manually to the Korbyt Anywhere Platform</a></li>
<li><a href="https://kb.korbyt.com/article/using-a-csv-file-to-import-users/">Using a CSV File to Import Users</a></li>
</ul>
</li>
</ul>
</li>
<li>If you are interested in defining your users into separate Audiences you should look at the <a href="#optional">Optional Steps in this guide for Creating User Attributes and Creating Audiences</a></li>
</ul>
<hr />
<h3>Creating Categories (Optional in general, but required to allow User Generated Content)</h3>
<ul>
<li>Categories group posts together based on the type of post they are
<ul>
<li>For example, a Sales Enablement Category that groups together sales tips and strategies</li>
</ul>
</li>
<li>Categories is where End Users Generated Content can be allowed to post to
<ul>
<li>Continuing our previous example, allowing End Users to submit their own sales tips</li>
<li>This User Generated Content can be set require an audit and approval before being posted, or automatically post to the category</li>
<li>End Users can only create posts that go to specific allowed Categories</li>
</ul>
</li>
<li>The Knowledge Base Article – <a href="https://kb.korbyt.com/article/creating-categories/">Creating Categories</a> – will take you through the steps of creating a category</li>
</ul>
<p>&nbsp;</p>
<p style="text-align: right;"><em><a href="#agenda">Back to Agenda</a></em></p>
<hr />
<p id="posts"><span style="color: #ffffff;">.</span></p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-10137 size-large" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-4-1-1024x136.png" alt="" width="699" height="93" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-4-1-1024x136.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-4-1-300x40.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-4-1-768x102.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-4-1.png 1216w" sizes="auto, (max-width: 699px) 100vw, 699px" /></p>
<h3>Composing a Post</h3>
<ul>
<li>CMS Users can create Newsfeed posts with more control than an end user can submitting content through their Mobile or Web experience</li>
<li>To create a Post through the CMS Start by click the Plus sign in the upper right, this is a short cut to the Add Post options</li>
</ul>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-10123" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.1-Plus-1024x80.png" alt="" width="600" height="47" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.1-Plus-1024x80.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.1-Plus-300x24.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.1-Plus-768x60.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.1-Plus.png 1401w" sizes="auto, (max-width: 600px) 100vw, 600px" /></p>
<ul>
<li>This will take you to the Add Post options where you can compose the item</li>
</ul>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-10124" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.2-Post-1024x362.png" alt="" width="625" height="221" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.2-Post-1024x362.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.2-Post-300x106.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.2-Post-768x272.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.2-Post.png 1534w" sizes="auto, (max-width: 625px) 100vw, 625px" /></p>
<ul>
<li><strong>1</strong> &#8211; Select your Post Type (required)
<ul>
<li>Depending on the post type you select there will be different fields that become available</li>
</ul>
</li>
</ul>
<ul>
<li><strong>2</strong> &#8211; Create the Post Headline (required)
<ul>
<li>All Post types need a Headline or Title</li>
</ul>
</li>
<li><strong>3</strong> &#8211; Create a post description (optional)
<ul>
<li>All Post types have an optional description section that will be viewable in the Newsfeed along with the title</li>
</ul>
</li>
<li><strong>4</strong> &#8211; Select and Audience or Category for the Post to publish into (required)
<ul>
<li>If you have not taken the step to create Categories you will be posting to the Global Audiences
<ul>
<li>Click the Audiences button</li>
<li>Then check the Global Audience box<br />
<img loading="lazy" decoding="async" class="size-large wp-image-10126 alignnone" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.3-Audience-1024x178.png" alt="" width="699" height="122" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.3-Audience-1024x178.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.3-Audience-300x52.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.3-Audience-768x133.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-4.3-Audience.png 1071w" sizes="auto, (max-width: 699px) 100vw, 699px" /></li>
<li>If you have created Categories you will be able to publish the Post to those specific areas instead of to the Global Audience</li>
</ul>
</li>
</ul>
</li>
<li><strong>5</strong> &#8211; Publish / Save / Preview / Exit
<ul>
<li>At anytime you can save the Post as a draft and return later</li>
<li>Before you click Publish you may want to examine your Publishing Options</li>
</ul>
</li>
</ul>
<h3>Publishing Options</h3>
<p>In the Post Settings, below setting the Audience/Category there are several other options that can define how the post is published</p>
<table>
<tbody>
<tr>
<th>Setting</th>
<th>Description</th>
</tr>
<tr>
<td>Private Draft</td>
<td style="text-align: left;">Saves the post as a private draft. CMS users won&#8217;t be able to see it. The post will only be visible to you until you choose to disable private draft or publish the post.</td>
</tr>
<tr>
<td>Featured</td>
<td style="text-align: left;">Displays the post in the featured section with the Korbyt Anywhere mobile app and web interface. In the Korbyt Anywhere mobile app, users will see all featured posts that are targeted to them and any posts that are in a subscribed category. In the Korbyt Anywhere web interface, users will see the four most recently featured posts that are being targeted to them and any posts that are in a subscribed category.</td>
</tr>
<tr>
<td>Likable</td>
<td style="text-align: left;">Displays a <span style="font-family: inherit; font-size: inherit;">heart icon </span><img loading="lazy" decoding="async" class="size-full wp-image-7958 alignnone" style="font-family: inherit; font-size: inherit;" src="https://kb.korbyt.com/wp-content/uploads/2021/06/heart.png" alt="" width="16" height="14" /><span style="font-family: inherit;"> in the Engagement section within the post. Users can click it to </span>express<span style="font-family: inherit;"> that they like the post.</span></td>
</tr>
<tr>
<td>Comments</td>
<td style="text-align: left;">Displays a comment icon <img loading="lazy" decoding="async" class="size-full wp-image-7959 alignnone" src="https://kb.korbyt.com/wp-content/uploads/2021/06/comment.png" alt="" width="16" height="16" /> in the Engagement section within the post. U<span style="font-family: inherit;">sers can </span>click it<span style="font-family: inherit;"> to initiate a discussion.</span></td>
</tr>
<tr>
<td>Shareable</td>
<td style="text-align: left;">Displays a share icon <img loading="lazy" decoding="async" class="size-full wp-image-7960 alignnone" style="font-family: inherit; font-size: inherit;" src="https://kb.korbyt.com/wp-content/uploads/2021/06/share-2.png" alt="" width="16" height="16" /> in the Engagement section within the post. User can click it to share the post to Facebook, LinkedIn, or Twitter.</td>
</tr>
<tr>
<td>Translatable</td>
<td style="text-align: left;">Gives users the ability to translate the post to other languages.</td>
</tr>
<tr>
<td>Author Selection</td>
<td style="text-align: left;">Gives users the ability to designate an author for a particular post. This may not be the person who initially created the post.</td>
</tr>
<tr>
<td>Label Option</td>
<td style="text-align: left;">Draws more attention to a post.</td>
</tr>
<tr>
<td>Schedule</td>
<td style="text-align: left;">Specifies a start and end date for the post based on a specific timezone.</td>
</tr>
<tr>
<td>Tags</td>
<td style="text-align: left;">Allows you to organize your content for future analysis.  Keep in mind these are not post tags so they will not carry through to the end user experience for the Korbyt Anywhere mobile app or web interface.</td>
</tr>
<tr>
<td>Promote</td>
<td style="text-align: left;">Allows you to send an email or push notification to users when you publish new posts.</td>
</tr>
</tbody>
</table>
<ul>
<li>These Knowledge Base articles provide more detail on create a post
<ul>
<li><a href="https://kb.korbyt.com/article/using-the-cms-to-create-posts/">Using the CMS to Create Posts</a></li>
</ul>
</li>
</ul>
<ol start="3">
<li style="list-style-type: none;"></li>
</ol>
<p style="text-align: right;"><em><a href="#agenda">Back to Agenda</a></em></p>
<hr />
<p id="invite"><span style="color: #ffffff;">.</span></p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-10138 size-large" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-5-1-1024x136.png" alt="" width="699" height="93" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-5-1-1024x136.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-5-1-300x40.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-5-1-768x102.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Step-5-1.png 1216w" sizes="auto, (max-width: 699px) 100vw, 699px" /></p>
<ul>
<li>Once you have set up your Mobile and Web service and you are ready to have your end users start using the platform the following articles will help them understand how to log into and interact with the service
<ul>
<li><a href="https://kb.korbyt.com/article/getting-started-with-the-mobile-app/">Getting Started with the Mobile App KB Article</a></li>
</ul>
</li>
<li>If you have enabled User Generated Content, you users can submit post following these steps
<ul>
<li><a href="https://kb.korbyt.com/article/using-the-mobile-app-to-create-posts/">Using the Mobile App to Create Posts</a></li>
<li><a href="https://kb.korbyt.com/article/using-the-web-interface-to-create-posts/">Using the Web Experience to Create Posts</a></li>
</ul>
</li>
</ul>
<p style="text-align: right;"><em style="text-align: right;"><a href="#agenda">Back to Agenda</a></em></p>
<hr />
<p id="optional"><span style="color: #ffffff;">.</span></p>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-10139" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Optional-1024x90.png" alt="" width="699" height="61" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Optional-1024x90.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Optional-300x26.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Optional-768x68.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Table-Optional.png 1216w" sizes="auto, (max-width: 699px) 100vw, 699px" /></p>
<h3 id="attribute">Creating User Attributes (Optional)</h3>
<ul>
<li>Creating User Attributes in the settings allows you to apply those attributes to your end users when they are loaded into the system, and you can then create an audience of users based on that attribute rather than manual selection</li>
<li>This step is optional, but will mean that creating different audiences will be done through manual selection of members</li>
<li>If you are going to use Attributes, they should be created in the system before End Users are added</li>
<li>To set User Attributes Navigate to the CMS <strong>Settings </strong>by clicking the gear icon  in the upper right, then select Mobile &amp; Web<br />
<img loading="lazy" decoding="async" class="wp-image-10107 alignnone" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Steps-1.4-Attributes-300x131.png" alt="" width="600" height="263" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Steps-1.4-Attributes-300x131.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Steps-1.4-Attributes-768x336.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Steps-1.4-Attributes.png 911w" sizes="auto, (max-width: 600px) 100vw, 600px" /></p>
<ul>
<li>You can then Name your Attribute
<ul>
<li>For example, “Job Title” or “Role” or “Location”</li>
<li>What ever the name of the attribute is that will separate your users into groups</li>
</ul>
</li>
<li>Select the Type
<ul>
<li>This will define the space this information is entered</li>
<li>We recommend Lookup as a type with multiple predefined options, you can then define those options that will be available
<ul>
<li>For example, a list of Job Roles, or Locations</li>
</ul>
</li>
<li>Boolean as an option when the selection either “Yes or No”
<ul>
<li>For example, If the Employee is a remote worker</li>
</ul>
</li>
<li><b>Defining these attributes in settings will make them available to assign to end users both individually and through CSV file import</b></li>
</ul>
</li>
</ul>
</li>
</ul>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-10118" src="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.3-Single-User-1024x360.png" alt="" width="600" height="211" srcset="https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.3-Single-User-1024x360.png 1024w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.3-Single-User-300x105.png 300w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.3-Single-User-768x270.png 768w, https://kb.korbyt.com/wp-content/uploads/2022/07/Step-3.3-Single-User.png 1327w" sizes="auto, (max-width: 600px) 100vw, 600px" /></p>
<hr />
<p>&nbsp;</p>
<h3>Creating Audiences (Optional)</h3>
<ul>
<li>Audiences can be created in the Mobile, Web, and Email system to create targeted posts, email messages, and experiences for different users
<ul>
<li>For example, a Newsfeed Post that specifically applies to Sales team members can be published specifically to a Sales Audience, if that audience has been created and defined</li>
</ul>
</li>
<li>This step is optional, but suggested
<ul>
<li>Taking the time to create Audiences and publish posts that are specific to an audience creates a stronger connection with your End Users because posts that they see are of interest to them</li>
</ul>
</li>
<li>The Knowledge Base Article – <a href="https://kb.korbyt.com/article/creating-audiences/">Creating Audiences</a> can take you through the steps of creating an audience</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p style="text-align: right;"><em><a href="#agenda">Back to Agenda</a></em></p>
<p>The post <a href="https://kb.korbyt.com/article/mobile-web-and-email-quick-start-guide/">Quick Start Guide for Mobile, Web, &#038; Email</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Post Settings</title>
		<link>https://kb.korbyt.com/article/post-settings/</link>
		
		<dc:creator><![CDATA[Korbyt Support]]></dc:creator>
		<pubDate>Fri, 26 Nov 2021 09:04:05 +0000</pubDate>
				<guid isPermaLink="false">https://kb.korbyt.com/?post_type=article&#038;p=8850</guid>

					<description><![CDATA[<p>Our Knowledge Base Has Moved The New Page landing page for the Knowledge Base is https://product.korbyt.com/help The new version of this specific article can be found at: https://product.korbyt.com/help/articles/7681581-newsfeed-posts#exo81o0ibde Please update any of your bookmarks to the new Knowledge Base For assistance on using the new Knowledge Base, we have a Welcome to the New Korbyt [&#8230;]</p>
<p>The post <a href="https://kb.korbyt.com/article/post-settings/">Post Settings</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: center;">Our Knowledge Base Has Moved</h1>
<p>The New Page landing page for the Knowledge Base is <a href="https://product.korbyt.com/help">https://product.korbyt.com/help</a></p>
<p>The new version of this specific article can be found at:<a href="https://product.korbyt.com/help/articles/7681581-newsfeed-posts#exo81o0ibde"> https://product.korbyt.com/help/articles/7681581-newsfeed-posts#exo81o0ibde</a></p>
<p style="text-align: center;"><strong>Please update any of your bookmarks to the new Knowledge Base</strong></p>
<p>For assistance on using the new Knowledge Base, we have a <a href="https://product.korbyt.com/help/articles/2084885-welcome-to-the-new-korbyt-knowledge-base">Welcome to the New Korbyt Knowledge Base</a> guide</p>
<p>&nbsp;</p>
<p>The new <a href="https://product.korbyt.com/">Korbyt Product Page</a> also has sections for submitting feedback on system improvements, a view of our Roadmap of upcoming enhancements, and a change log of all updates.</p>
<p><img class="size-full wp-image-12715 aligncenter" data-original="https://kb.korbyt.com/wp-content/uploads/2023/07/New-Product-Page-Splash.jpg" alt="" width="1127" height="540" /></p>
<hr />
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>You can configure the following settings for any given post:</p>
<table>
<tbody>
<tr>
<th>Setting</th>
<th>Description</th>
</tr>
<tr>
<td>Audience or Category (Required to Publish)</td>
<td style="text-align: left;">Allows you to target posts. Categories play an important role in personalization. It&#8217;s recommended that posts be associated to one or more categories. Audiences post directly to the news feed and override any personalizations.</td>
</tr>
<tr>
<td>Private Draft</td>
<td style="text-align: left;">Saves the post as a private draft. CMS users won&#8217;t be able to see it. The post will only be visible to you until you choose to disable private draft or publish the post.</td>
</tr>
<tr>
<td>Featured</td>
<td style="text-align: left;">Displays the post in the featured section with the Korbyt Anywhere mobile app and web interface. In the Korbyt Anywhere mobile app, users will see all featured posts that are targeted to them and any posts that are in a subscribed category. In the Korbyt Anywhere web interface, users will see the four most recently featured posts that are being targeted to them and any posts that are in a subscribed category.</td>
</tr>
<tr>
<td>Likable</td>
<td style="text-align: left;">Displays a <span style="font-family: inherit; font-size: inherit;">heart icon </span><img loading="lazy" decoding="async" class="size-full wp-image-7958 alignnone" style="font-family: inherit; font-size: inherit;" src="https://kb.korbyt.com/wp-content/uploads/2021/06/heart.png" alt="" width="16" height="14" /><span style="font-family: inherit;"> in the Engagement section within the post. Users can click it to </span>express<span style="font-family: inherit;"> that they like the post.</span></td>
</tr>
<tr>
<td>Comments</td>
<td style="text-align: left;">Displays a comment icon <img loading="lazy" decoding="async" class="size-full wp-image-7959 alignnone" src="https://kb.korbyt.com/wp-content/uploads/2021/06/comment.png" alt="" width="16" height="16" /> in the Engagement section within the post. U<span style="font-family: inherit;">sers can </span>click it<span style="font-family: inherit;"> to initiate a discussion.</span></td>
</tr>
<tr>
<td>Shareable</td>
<td style="text-align: left;">Displays a share icon <img loading="lazy" decoding="async" class="size-full wp-image-7960 alignnone" style="font-family: inherit; font-size: inherit;" src="https://kb.korbyt.com/wp-content/uploads/2021/06/share-2.png" alt="" width="16" height="16" /> in the Engagement section within the post. User can click it to share the post to Facebook, LinkedIn, or Twitter.</td>
</tr>
<tr>
<td>Translatable</td>
<td style="text-align: left;">Gives users the ability to translate the post to other languages.</td>
</tr>
<tr>
<td>Author Selection</td>
<td style="text-align: left;">Gives users the ability to designate an author for a particular post. This may not be the person who initially created the post.</td>
</tr>
<tr>
<td>Label Option</td>
<td style="text-align: left;">Draws more attention to a post.</td>
</tr>
<tr>
<td>Schedule</td>
<td style="text-align: left;">Specifies a start and end date for the post based on a specific timezone.</td>
</tr>
<tr>
<td>Tags</td>
<td style="text-align: left;">Allows you to organize your content for future analysis.  Keep in mind these are not post tags so they will not carry through to the end user experience for the Korbyt Anywhere mobile app or web interface.</td>
</tr>
<tr>
<td>Promote</td>
<td style="text-align: left;">Allows you to send an email or push notification to users when you publish new posts.</td>
</tr>
</tbody>
</table>
<p>The post <a href="https://kb.korbyt.com/article/post-settings/">Post Settings</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Post Character Count Limits</title>
		<link>https://kb.korbyt.com/article/post-character-count-limits/</link>
		
		<dc:creator><![CDATA[Korbyt Support]]></dc:creator>
		<pubDate>Mon, 08 Nov 2021 02:35:17 +0000</pubDate>
				<guid isPermaLink="false">https://kb.korbyt.com/?post_type=article&#038;p=8771</guid>

					<description><![CDATA[<p>Our Knowledge Base Has Moved The New Page landing page for the Knowledge Base is https://product.korbyt.com/help The new version of this specific article can be found at: https://product.korbyt.com/help/articles/7681581-newsfeed-posts#zoik3bbet3e Please update any of your bookmarks to the new Knowledge Base For assistance on using the new Knowledge Base, we have a Welcome to the New Korbyt [&#8230;]</p>
<p>The post <a href="https://kb.korbyt.com/article/post-character-count-limits/">Post Character Count Limits</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1 style="text-align: center;">Our Knowledge Base Has Moved</h1>
<p>The New Page landing page for the Knowledge Base is <a href="https://product.korbyt.com/help">https://product.korbyt.com/help</a></p>
<p>The new version of this specific article can be found at: <a href="https://product.korbyt.com/help/articles/7681581-newsfeed-posts#zoik3bbet3e">https://product.korbyt.com/help/articles/7681581-newsfeed-posts#zoik3bbet3e</a></p>
<p style="text-align: center;"><strong>Please update any of your bookmarks to the new Knowledge Base</strong></p>
<p>For assistance on using the new Knowledge Base, we have a <a href="https://product.korbyt.com/help/articles/2084885-welcome-to-the-new-korbyt-knowledge-base">Welcome to the New Korbyt Knowledge Base</a> guide</p>
<p>&nbsp;</p>
<p>The new <a href="https://product.korbyt.com/">Korbyt Product Page</a> also has sections for submitting feedback on system improvements, a view of our Roadmap of upcoming enhancements, and a change log of all updates.</p>
<p><img class="size-full wp-image-12715 aligncenter" data-original="https://kb.korbyt.com/wp-content/uploads/2023/07/New-Product-Page-Splash.jpg" alt="" width="1127" height="540" /></p>
<hr />
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>At Korbyt, we understand that there are limits to how many characters can be displayed in a single post field.  To give your users the best experience possible, we standardized the character limits across key fields.</p>
<p>There are two types of character limits for post fields:</p>
<ul>
<li><strong>Soft limits</strong> are the recommended character count for a field. While it&#8217;s possible to type beyond the soft limit for a field, the best practice is to strictly adhere to the limit.  If you exceed the soft limit, your user may be presented with a &#8220;&#8230;more&#8221; option so that they can see all the characters. Otherwise, the excess characters will be truncated.</li>
<li><strong>Hard limits</strong> are the maximum character count allowed for a field. You can&#8217;t type beyond the hard limit for a field.</li>
</ul>
<table>
<colgroup span="4"></colgroup>
<tbody>
<tr>
<th>Field</th>
<th>Soft Limit</th>
<th>Expand with &#8220;&#8230;more&#8221;</th>
<th>Hard Limit</th>
</tr>
<tr>
<td>Headline</td>
<td style="text-align: center;">65</td>
<td style="text-align: center;">N/A</td>
<td style="text-align: center;">65</td>
</tr>
<tr>
<td>Description</td>
<td style="text-align: center;">99</td>
<td style="text-align: center;">Yes</td>
<td style="text-align: center;">250</td>
</tr>
<tr>
<td>Question (Poll/Survey)</td>
<td style="text-align: center;">80</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Unlimited</td>
</tr>
<tr>
<td>Answer (Poll/Survey)</td>
<td style="text-align: center;">60</td>
<td style="text-align: center;">No</td>
<td style="text-align: center;">Unlimited</td>
</tr>
<tr>
<td>Label</td>
<td style="text-align: center;">50</td>
<td style="text-align: center;">N/A</td>
<td style="text-align: center;">50</td>
</tr>
</tbody>
</table>
<p>The post <a href="https://kb.korbyt.com/article/post-character-count-limits/">Post Character Count Limits</a> appeared first on <a href="https://kb.korbyt.com">Korbyt Knowledge Base</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
