helpcenter/Web/Controls/Help/Video/CRM/CRMTwilio/CRMTwilio.ascx

22 lines
1.1 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to call your customers right from ONLYOFFICE CRM using Twilio - Video Guide";
MetaKeyWords = "ONLYOFFICE, customers, clients, deals";
MetaDescription = "How to call your customers right from ONLYOFFICE CRM using Twilio";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to call your customers right from ONLYOFFICE CRM using Twilio</h1>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/4G3j0sWpUog?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Connect your ONLYOFFICE to Twilio to make and receive calls from your customers right from a browser. Record calls, save the information to the communication history of your CRM contacts. Use incoming call queue, receive voicemail messages, set up your own waiting ringtones, and more.</p>
</div>
</div>