<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.blungo.com/blogs/tag/zoho-projects/feed" rel="self" type="application/rss+xml"/><title>blungo - Blog #zoho projects</title><description>blungo - Blog #zoho projects</description><link>https://www.blungo.com/blogs/tag/zoho-projects</link><lastBuildDate>Wed, 08 Oct 2025 18:24:08 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[How to Create a Related Record with a Function in Zoho CRM]]></title><link>https://www.blungo.com/blogs/post/How-to-Create-a-Related-Record-with-a-Function-in-Zoho-CRM</link><description><![CDATA[<img align="left" hspace="5" src="https://www.blungo.com/Blogpost/Thumbnails/How to create related records automatically Zoho CRM.png"/>In this tutorial you are going to code a Deluge function that will create a related record in Zoho CRM.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_8IviC7roTWy1pB8T5m2pag" data-element-type="section" class="zpsection "><style type="text/css"> [data-element-id="elm_8IviC7roTWy1pB8T5m2pag"].zpsection{ border-radius:1px; } </style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_QTBrCAUDSOyFRlCdpLN1GQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_QTBrCAUDSOyFRlCdpLN1GQ"].zprow{ border-radius:1px; } </style><div data-element-id="elm_VoIP_gLFRbaPD-J1OwS1cA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_VoIP_gLFRbaPD-J1OwS1cA"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_SKIrkD5eWgU9a6bRiSTjeQ" data-element-type="iframe" class="zpelement zpelem-iframe "><style type="text/css"> [data-element-id="elm_SKIrkD5eWgU9a6bRiSTjeQ"].zpelem-iframe{ border-radius:1px; } </style><div class="zpiframe-container zpiframe-align-center"><iframe class="zpiframe " src="https://www.youtube.com/embed/9IkaJz26ZwM" width="560" height="315" align="center" allowfullscreen frameBorder="0"></iframe></div>
</div><div data-element-id="elm__bttFMMbQBeQgsOADxw2gg" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm__bttFMMbQBeQgsOADxw2gg"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-left " data-editor="true">What we are going to do</h2></div>
<div data-element-id="elm_FZnVjR5LTqSOKJv9JmBOGQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_FZnVjR5LTqSOKJv9JmBOGQ"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><p>In this tutorial you are going to code a Deluge function that will create a related record in Zoho CRM. Then, we are going to add the function to a workflow, so it creates the record automatically. For this example, we are going to use the Deals module, that will trigger the automation, and a Custom module called Jobs, where the related record is going to be created. Both records are going to be linked.</p></div>
</div><div data-element-id="elm_DiNwxandSxP56pZ4iGSklA" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_DiNwxandSxP56pZ4iGSklA"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-left " data-editor="true">Pre-requisites</h2></div>
<div data-element-id="elm_hz8PZ4Xcqs0QNEQoK-bF4A" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_hz8PZ4Xcqs0QNEQoK-bF4A"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ul><li>The modules you want to use have to be already built. If you want to learn how to create a custom module, here's a tutorial:&nbsp;<a href="https://youtu.be/B-b_5qg1FpI">https://youtu.be/B-b_5qg1FpI</a></li><li><span style="color:inherit;">The child module must already contain the fields to receive information from the main module.</span><br></li></ul></div>
</div><div data-element-id="elm_bH9HTWKeMYa0wBOHoFGR9Q" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_bH9HTWKeMYa0wBOHoFGR9Q"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-left " data-editor="true">Adding a Lookup field</h2></div>
<div data-element-id="elm_dXzVsdkCiYi3-R5EpU9GEQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_dXzVsdkCiYi3-R5EpU9GEQ"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ol><li>In the Zoho CRM settings, go to &quot;Modules and Fields&quot;, and open the &quot;child&quot; module that you are going to link to the main module. In this case, we are going to open the Jobs module, that will be linked to the Deals module.</li><li>Open the layout where you are going to add the lookup field.</li><li>Drag and drop the lookup field to the layout.</li><li>Configure the lookup field:</li><ol><li>Name the field.</li><li>Select the lookup module. In our case, it it's the Deals module.</li><li>Name the related list. This is going to be displayed on the main module. We are going to call it &quot;Jobs&quot;.</li></ol><li>Click on &quot;Done&quot;.</li><li>Save the layout and close it.</li></ol></div>
</div><div data-element-id="elm_FaQu2poynxcvsxnK4vLvCQ" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_FaQu2poynxcvsxnK4vLvCQ"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-left " data-editor="true">Setting up the function</h2></div>
<div data-element-id="elm_IYa4I1DOPxWtTnCpxCUwRQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_IYa4I1DOPxWtTnCpxCUwRQ"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ol><li>In the Zoho CRM settings, go to &quot;Functions&quot; under &quot;Developer Space&quot;.</li><li>Create a new function: Add a name and select &quot;Automation&quot; as the category.</li><li>Copy the function located below and paste it in the text editor in Zoho CRM.</li><li>Edit the arguments: add &quot;deal_id&quot; as a string.<br></li><li>Get the Deal variables to pass to the Job:</li><ol><li>Find the API Names in the CRM settings.</li></ol><li>Map the variables using the Job module API Names.</li><ol><li>Make sure to include the &quot;deal_id&quot;, so the records link to each other.</li></ol><li>Test the function.</li><li>Save the function.</li></ol></div>
</div><div data-element-id="elm_H8fAKd_WczpG-aXn7TY2Ew" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_H8fAKd_WczpG-aXn7TY2Ew"].zprow{ border-radius:1px; padding:0px; margin:0px; } </style><div data-element-id="elm_vATwNvQtHt_Lb9UIsJ_ysw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_vATwNvQtHt_Lb9UIsJ_ysw"].zpelem-col{ border-radius:1px; padding:0px; margin:0px; } </style><div data-element-id="elm_wwXiouMai5DJkNfQwsy17w" data-element-type="box" class="zpelem-box zpelement zpbox-container zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_wwXiouMai5DJkNfQwsy17w"].zpelem-box{ background-color:#34495E; background-image:unset; border-style:solid; border-color:rgba(45,141,180,1) !important; border-width:1px; border-radius:5px; padding:0px; margin:0px; } </style><div data-element-id="elm_hW28a2NU066oD2gZzH_AKw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_hW28a2NU066oD2gZzH_AKw"].zpelem-text { border-radius:1px; padding:20px; margin:0px; } </style><div class="zptext zptext-align-left " data-editor="true"><div><div><span style="color:rgb(255, 255, 255);">deal_info = zoho.crm.getRecordById(&quot;Deals&quot;,deal_id);</span></div>
<div><span style="color:rgb(255, 255, 255);">//</span></div><div><span style="color:rgb(255, 255, 255);">// get information about the deal</span></div>
<div><span style="color:rgb(255, 255, 255);">deal_name = deal_info.get(&quot;Deal_Name&quot;);</span></div>
<div><span style="color:rgb(255, 255, 255);">deal_estimator = deal_info.get(&quot;Estimator&quot;).get(&quot;id&quot;);</span></div>
<div><span style="color:rgb(255, 255, 255);">deal_type = deal_info.get(&quot;Type&quot;);</span></div>
<div><span style="color:rgb(255, 255, 255);">closing_date = deal_info.get(&quot;Closing_Date&quot;);</span></div>
<div><span style="color:rgb(255, 255, 255);">//</span></div><div><span style="color:rgb(255, 255, 255);">//create the record name</span></div>
<div><span style="color:rgb(255, 255, 255);">job_name = &quot;Job: &quot; + deal_name;</span></div>
<div><span style="color:rgb(255, 255, 255);">//</span></div><div><span style="color:rgb(255, 255, 255);">//map fields from the deal to the job</span></div>
<div><span style="color:rgb(255, 255, 255);">mp = Map();</span></div><div><span style="color:rgb(255, 255, 255);">mp.put(&quot;Type&quot;,deal_type);</span></div>
<div><span style="color:rgb(255, 255, 255);">mp.put(&quot;Estimator&quot;,deal_estimator);</span></div>
<div><span style="color:rgb(255, 255, 255);">mp.put(&quot;Closing_Date&quot;,closing_date);</span></div>
<div><span style="color:rgb(255, 255, 255);">mp.put(&quot;Name&quot;,job_name);</span></div>
<div><span style="color:rgb(255, 255, 255);">mp.put(&quot;<span style="font-size:14px;">Deal_Related</span>&quot;,deal_id);</span></div>
<div><span style="color:rgb(255, 255, 255);">//</span></div><div><span style="color:rgb(255, 255, 255);">//create the job</span></div>
<div><span style="color:rgb(255, 255, 255);">create_job = zoho.crm.createRecord(&quot;Jobs&quot;,mp);</span></div>
<div><span style="color:rgb(255, 255, 255);">info create_job;</span></div></div></div>
</div></div></div></div><div data-element-id="elm_F7_PNwVPap_oNUNACZmkRw" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_F7_PNwVPap_oNUNACZmkRw"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-left " data-editor="true">Creating a workflow</h2></div>
<div data-element-id="elm_0pXVcsx7xtyb2sp-wX_Rdg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_0pXVcsx7xtyb2sp-wX_Rdg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><div style="color:inherit;"><ol><li>In the setup page, click on workflow rules under automations</li><li>Create a new rule, select the Deals module, and name it (we are selecting the Deals instead of the contact because we need to trigger this automation when a Deal stage changes)</li><li>Configure your workflow trigger and conditions:</li><ol><li>When &gt; on a record action &gt; Edit &gt; Stage is modified to the value of Won</li><li>Condition: all Deals</li></ol><li>As the instant action, select &quot;function&quot;</li><li>Click on &quot;new function&quot; and then select &quot;functions&quot;</li><li>Find the function you just created, and click on &quot;configure&quot;</li><li>Map the argument &quot;deal_id&quot; as the deal ID, using the # key</li><li>Click on &quot;save and associate&quot; and save the workflow</li><li>Test the workflow<br></li></ol></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 31 Mar 2023 11:29:14 -0700</pubDate></item><item><title><![CDATA[Case Study - Biosphere Consulting]]></title><link>https://www.blungo.com/blogs/post/case-study-biosphere-consulting</link><description><![CDATA[<img align="left" hspace="5" src="https://www.blungo.com/Blogpost/Thumbnails/Biosphere Consulting . Case Study.png"/>Centralizing the tasks in Zoho Projects saved them a lot of time that was otherwise used to track the tasks across different applications. Saving this time has allowed them to focus more on their clients and the services they offer.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_pN7ajc9DQLGgAb8YnQ78uQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_zR6RJQzeT-GqQv87r2ivdw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_zR6RJQzeT-GqQv87r2ivdw"].zprow{ border-radius:1px; } </style><div data-element-id="elm_5NX1nk2aREKQEPSKEE5d5g" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_vk32WDGFtyh4gkUKzOlZsg" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_vk32WDGFtyh4gkUKzOlZsg"] .zpimage-container figure img { width: 1104px !important ; height: 402px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_vk32WDGFtyh4gkUKzOlZsg"] .zpimage-container figure img { width:723px ; height:289.20px ; } } @media (max-width: 767px) { [data-element-id="elm_vk32WDGFtyh4gkUKzOlZsg"] .zpimage-container figure img { width:415px ; height:166.00px ; } } [data-element-id="elm_vk32WDGFtyh4gkUKzOlZsg"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-original zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Blogpost/Thumbnails/Biosphere%20Consulting%20.%20Case%20Study.png" width="415" height="166.00" loading="lazy" size="original"/></picture></span></figure></div>
</div><div data-element-id="elm_CP09Kd6wT7OPETg9xXKSDg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_CP09Kd6wT7OPETg9xXKSDg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div style="color:inherit;text-align:left;">Biosphere Consulting Inc. is a small business that designs sustainable, environmentally-friendly onsite wastewater and rainwater catchment systems in Northern California.&nbsp;</div></div>
</div><div data-element-id="elm_PxRsGSvzdDeKzQy5FO-6hQ" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm_PxRsGSvzdDeKzQy5FO-6hQ"] div.zpspacer { height:5px; } @media (max-width: 768px) { div[data-element-id="elm_PxRsGSvzdDeKzQy5FO-6hQ"] div.zpspacer { height:calc(5px / 3); } } </style><div class="zpspacer " data-height="5"></div>
</div></div></div></div></div><div data-element-id="elm_AnhfMagiBFstfe_PeCyynw" data-element-type="section" class="zpsection "><style type="text/css"> [data-element-id="elm_AnhfMagiBFstfe_PeCyynw"].zpsection{ border-style:solid; border-color:rgba(0,0,0,0.12) !important; border-width:1px; border-radius:2px; margin-block-end:5px; } </style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_mgHek9e_6JXk30eoRl3UDg" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_mgHek9e_6JXk30eoRl3UDg"].zprow{ border-radius:1px; margin-inline-end:10px; margin-block-end:15px; margin-inline-start:10px; } </style><div data-element-id="elm_f_a2K-9UeFECJww004B4bQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_Fzk6Emkl3DhWVdZ6APEzdw" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_Fzk6Emkl3DhWVdZ6APEzdw"].zpelem-heading { border-radius:1px; } </style><h5
 class="zpheading zpheading-style-none zpheading-align-right " data-editor="true">Before Blungo</h5></div>
</div><div data-element-id="elm_Xj2O7E1MYUI-6AVtO71qDQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_Xj2O7E1MYUI-6AVtO71qDQ"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_XwbQhjGp_DNDuSSR-6eX0w" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_XwbQhjGp_DNDuSSR-6eX0w"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">Before contacting Blungo, Biosphere did not have a central place to view their project related tasks, as they were all tracked in various applications.&nbsp;</span></div></div></div>
</div></div></div></div></div><div data-element-id="elm_soHt6a7p97giFsqelZbW5w" data-element-type="section" class="zpsection "><style type="text/css"> [data-element-id="elm_soHt6a7p97giFsqelZbW5w"].zpsection{ border-style:solid; border-color:rgba(0,0,0,0.12) !important; border-width:1px; border-radius:2px; margin-block-start:5px; } </style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_bUR5-XNaxzlVX6DIbh9KHg" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_bUR5-XNaxzlVX6DIbh9KHg"].zprow{ border-radius:1px; margin-inline-end:10px; margin-block-end:0px; margin-inline-start:10px; } </style><div data-element-id="elm_y8MpQJjCyl8UMsFt3P03Ag" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_FrWTuj3Vq0uYwBpI7Bv7Yg" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_FrWTuj3Vq0uYwBpI7Bv7Yg"].zpelem-heading { border-radius:1px; } </style><h5
 class="zpheading zpheading-style-none zpheading-align-right " data-editor="true">With Blungo</h5></div>
</div><div data-element-id="elm_uUlctMHT90qzTgQjYMbfQg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_uUlctMHT90qzTgQjYMbfQg"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_O98eC-3NImTgnrqUAGpFFA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_O98eC-3NImTgnrqUAGpFFA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">With the help of Blungo they decided that Zoho Projects was the best solution for the challenges that came along with not having a centralized way to view their projects.&nbsp;</span></div></div></div>
</div></div></div><div data-element-id="elm_5lIGhjzjQOjZ2VpKOAeQEw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_5lIGhjzjQOjZ2VpKOAeQEw"].zprow{ border-radius:1px; margin-inline-end:10px; margin-inline-start:10px; } </style><div data-element-id="elm_YDviWWgiOt9yXn_vfW-U-w" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_ZILop6BMzObChjJumNqN5A" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_ZILop6BMzObChjJumNqN5A"] .zpimage-container figure img { width: 135px !important ; height: 110px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_ZILop6BMzObChjJumNqN5A"] .zpimage-container figure img { width:135px !important ; height:110px !important ; } } @media (max-width: 767px) { [data-element-id="elm_ZILop6BMzObChjJumNqN5A"] .zpimage-container figure img { width:135px !important ; height:110px !important ; } } [data-element-id="elm_ZILop6BMzObChjJumNqN5A"].zpelem-image { border-radius:1px; margin-inline-start:10px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Blogpost/Zoho%20projects.jpg" width="135" height="110" loading="lazy" size="custom"/></picture></span></figure></div>
</div></div><div data-element-id="elm_Hs1qrwy83wTS1zEQjENNqA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_Hs1qrwy83wTS1zEQjENNqA"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_xyPwOSrhCpUw4XYvpJ7v4w" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_xyPwOSrhCpUw4XYvpJ7v4w"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">For the first few months Blungo implemented Zoho Projects and developed project templates with more than 100 tasks per template. Once Zoho Projects was implemented, everytime a project was created tasks were automatically assigned to each member as each task had dependencies with successors, pre-successors, as well as priorities, due dates, and important information about it.&nbsp;</span></div></div></div>
</div></div></div><div data-element-id="elm_zOiSIavLS4TaU5xOq7vKDw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_zOiSIavLS4TaU5xOq7vKDw"].zprow{ border-radius:1px; margin-inline-end:10px; margin-block-end:15px; margin-inline-start:10px; } </style><div data-element-id="elm_9SFckjPBfUWgfpclPU-Wgw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_Vg-J3AccZd33nOD8m2mLGQ" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_Vg-J3AccZd33nOD8m2mLGQ"] .zpimage-container figure img { width: 130px !important ; height: 130px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_Vg-J3AccZd33nOD8m2mLGQ"] .zpimage-container figure img { width:130px !important ; height:130px !important ; } } @media (max-width: 767px) { [data-element-id="elm_Vg-J3AccZd33nOD8m2mLGQ"] .zpimage-container figure img { width:130px !important ; height:130px !important ; } } [data-element-id="elm_Vg-J3AccZd33nOD8m2mLGQ"].zpelem-image { border-radius:1px; margin-block-start:2px; margin-inline-start:10px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Blogpost/Zoho%20CRM.png" width="130" height="130" loading="lazy" size="custom"/></picture></span></figure></div>
</div></div><div data-element-id="elm_DkTKa0CVtQSLVsneId14hw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_DkTKa0CVtQSLVsneId14hw"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_8speB1sMMugLOxHFgRQuRg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_8speB1sMMugLOxHFgRQuRg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">Part two of Biosphere’s journey with Blungo was to implement Zoho CRM so they could track sales.&nbsp;</span></div><div style="color:inherit;text-align:left;"><span style="color:inherit;">Now when they close a sale they move the opportunity to a specific stage in the CRM and a project is created.&nbsp;</span></div><div style="color:inherit;text-align:left;"><span style="color:inherit;text-align:center;">Using two Zoho applications means that there is an integration between Zoho CRM and Zoho Projects, allowing the two to seamlessly work together. Two additional applications that Biosphere uses (Gmail and Dropbox) are also integrated within Zoho CRM and Zoho Projects.</span></div></div></div>
</div></div></div></div></div><div data-element-id="elm_806y0O-JKHjaRkhHOK6vMg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_E28a54rz0HBh5GE5s2b5Zw" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_E28a54rz0HBh5GE5s2b5Zw"].zprow{ border-radius:1px; } </style><div data-element-id="elm_4wExUveKm6j1SM8AL2Ao2A" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_4wExUveKm6j1SM8AL2Ao2A"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_wJtFoHmngvZUBO8KG-E99Q" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm_wJtFoHmngvZUBO8KG-E99Q"] div.zpspacer { height:15px; } @media (max-width: 768px) { div[data-element-id="elm_wJtFoHmngvZUBO8KG-E99Q"] div.zpspacer { height:calc(15px / 3); } } </style><div class="zpspacer " data-height="15"></div>
</div></div></div></div></div><div data-element-id="elm_UxWT0R50A8ZPaRQTiJxVfw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_-Uu7tbwh3Sv0qAyI5PgOHQ" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_-Uu7tbwh3Sv0qAyI5PgOHQ"].zprow{ border-radius:1px; } </style><div data-element-id="elm_iCtjbKf8t1vcEqGikriZRQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_iCtjbKf8t1vcEqGikriZRQ"].zpelem-col{ background-color:rgba(217,4,41,0.8); background-image:unset; border-radius:100px; } </style><div data-element-id="elm_aA8Tz14ILNzXDMB5IbgdWA" data-element-type="iconHeading" class="zpelement zpelem-iconheading "><style type="text/css"> [data-element-id="elm_aA8Tz14ILNzXDMB5IbgdWA"].zpelem-iconheading{ border-radius:1px; margin-inline-end:10px; margin-block-end:20px; margin-inline-start:10px; } </style><div class="zpicon-container zpicon-align-left "><style>[data-element-id="elm_aA8Tz14ILNzXDMB5IbgdWA"] .zpicon-common svg{ fill:#EDF2F4 !important }</style><span class="zpicon zpicon-common zpicon-anchor zpicon-size-lg zpicon-style-none "><svg viewBox="0 0 512 512" height="512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z"></path></svg></span><h4 class="zpicon-heading " data-editor="true"><span style="font-size:18px;color:rgb(237, 242, 244);">Centralizing the tasks in Zoho Projects saved them a lot of time that was otherwise used to track the tasks across different applications. Saving this time has allowed them to focus more on their clients and the services they offer.&nbsp;</span><br/></h4></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 01 Nov 2022 00:08:50 -0700</pubDate></item><item><title><![CDATA[Case Study - Moriarty's Roofing]]></title><link>https://www.blungo.com/blogs/post/case-study-moriartys-roofing</link><description><![CDATA[<img align="left" hspace="5" src="https://www.blungo.com/Blogpost/Thumbnails/Moriarty-s Roofing - Case Study.png"/>Thanks to the software and automations implemented, the productivity at the office increased, and more than 1K tasks/week are completed automatically, saving the employees approximately 40 hours/week.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_cULJhvtmSViYFKs_1ULtwg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_oMusqlWzSFiHjpBfN9CiWQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_y6Z1ACuLQdSXn68MdWmHJw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_iOPToZB5vlBexU99wiapJg" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_iOPToZB5vlBexU99wiapJg"] .zpimage-container figure img { width: 1110px ; height: 404.18px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_iOPToZB5vlBexU99wiapJg"] .zpimage-container figure img { width:723px ; height:289.20px ; } } @media (max-width: 767px) { [data-element-id="elm_iOPToZB5vlBexU99wiapJg"] .zpimage-container figure img { width:415px ; height:166.00px ; } } [data-element-id="elm_iOPToZB5vlBexU99wiapJg"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Blogpost/Thumbnails/Moriarty-s%20Roofing%20-%20Case%20Study.png" width="415" height="166.00" loading="lazy" size="fit"/></picture></span></figure></div>
</div><div data-element-id="elm_0UqLkectLerOm_XEqlEBgg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_0UqLkectLerOm_XEqlEBgg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;">Moriarty’s Roofing is a small family owned business that was started nearly 20 years ago in Santa Cruz, California. They first began working as a small office team of 3 and have since grown to nearly 10 people.</span><br/></p></div>
</div><div data-element-id="elm_dkvRHxL-dR-ebar1VcMebQ" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm_dkvRHxL-dR-ebar1VcMebQ"] div.zpspacer { height:10px; } @media (max-width: 768px) { div[data-element-id="elm_dkvRHxL-dR-ebar1VcMebQ"] div.zpspacer { height:calc(10px / 3); } } </style><div class="zpspacer " data-height="10"></div>
</div></div></div></div></div><div data-element-id="elm_Hn8cvbB944AAESsg-BECOQ" data-element-type="section" class="zpsection "><style type="text/css"> [data-element-id="elm_Hn8cvbB944AAESsg-BECOQ"].zpsection{ border-style:solid; border-color:rgba(0,0,0,0.12) !important; border-width:1px; border-radius:2px; margin-block-end:5px; } </style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_WTMVu0R7K-HMQGQdkMBLFQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_WTMVu0R7K-HMQGQdkMBLFQ"].zprow{ border-style:none; border-radius:1px; margin-inline-end:10px; margin-block-end:15px; margin-inline-start:10px; } </style><div data-element-id="elm_LegU7h8ASQVcb0WgzO8gqg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_LegU7h8ASQVcb0WgzO8gqg"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_YAKKCoJZi6mM1enrO6g7fA" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_YAKKCoJZi6mM1enrO6g7fA"].zpelem-heading { border-radius:1px; } </style><h5
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true">Before Blungo</h5></div>
</div><div data-element-id="elm_uLmFUhYTxNaTZT2lUPLTfA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_uLmFUhYTxNaTZT2lUPLTfA"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_K_bya8NuXrFAFQka4ocAAQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_K_bya8NuXrFAFQka4ocAAQ"].zpelem-text { border-radius:1px; margin-block-start:27px; } </style><div class="zptext zptext-align-left " data-editor="true"><div style="color:inherit;"><div><span style="color:inherit;">Before contacting Blungo, they had been using:</span></div><div><ul><li><span style="color:inherit;">Self hosted email</span></li><li><span style="color:inherit;">Copper CRM</span></li><li><span style="color:inherit;">Dropbox for storage</span></li></ul></div></div></div>
</div></div></div></div></div><div data-element-id="elm_-ORYmiAiTUSYoF8uob6xNg" data-element-type="section" class="zpsection "><style type="text/css"> [data-element-id="elm_-ORYmiAiTUSYoF8uob6xNg"].zpsection{ border-style:solid; border-color:rgba(0,0,0,0.12) !important; border-width:1px; border-radius:2px; margin-block-start:5px; margin-block-end:10px; } </style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm__Sso8Io5u82MTssuzpD5nQ" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm__Sso8Io5u82MTssuzpD5nQ"].zprow{ border-style:none; border-radius:1px; margin-inline-end:10px; margin-block-end:15px; margin-inline-start:10px; } </style><div data-element-id="elm_HyvsFbLSslpRhihXnxM0MQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_HyvsFbLSslpRhihXnxM0MQ"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_GQbG9zwIkRWgHCl4bzDCmA" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_GQbG9zwIkRWgHCl4bzDCmA"].zpelem-heading { border-radius:1px; } </style><h5
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true">With Blungo</h5></div>
</div><div data-element-id="elm_BceJ8gsO9bpJYLvhtAGkAQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_BceJ8gsO9bpJYLvhtAGkAQ"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_vmNO0JEkWYYY3drL79sp_A" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_vmNO0JEkWYYY3drL79sp_A"].zpelem-text { border-radius:1px; margin-block-start:27px; } </style><div class="zptext zptext-align-left " data-editor="true"><div style="color:inherit;"><div style="color:inherit;"><div>To start, Blungo helped Moriarty’s Roofing make the switch from Dropbox and a self hosted email to the Google Suite applications. They now use Google Workspace (gmail, google calendar, and google drive, google forms etc), which resolved their storage challenges.</div><div><br/></div><div>After Blungo’s evaluation of the current sales process and what administrative applications Moriarty’s Roofing was using they decided the next step was to switch to Zoho CRM. They selected Zoho as there were a lot of features that they needed such as sending emails from the CRM, using webforms to get leads from the website to the CRM, and tracking visitors from the website. Blungo also implemented other applications like Zoho Desk to manage all of the incoming customer emails. Now that everything is in the same place, all the teams at Moriarty’s Roofing can access those emails and nothing gets lost in an individual mailbox.</div><br/><div>Additionally, Sales IQ was implemented to support chat on the website so visitors could message with the sales team directly and ask questions when they were on the website. Zoho Projects is used to track all of the different projects so when a deal is closed all the information gets sent to the CRM. From here it is moved to Zoho Projects so the production part of the process can be tracked. Zoho Campaigns has also been helpful for Moriarty’s Roofing to send email marketing campaigns, such as monthly newsletters.</div><div><br/></div><div>Lastly, Blungo created automations in the CRM, campaigns, and salesIQ, using Zoho Flow to connect and automate other apps like Google Drive and Quickbooks.</div></div></div></div>
</div></div></div></div></div><div data-element-id="elm_wszQxObX3OgrIj0d0ug9xw" data-element-type="section" class="zpsection "><style type="text/css"> [data-element-id="elm_wszQxObX3OgrIj0d0ug9xw"].zpsection{ border-radius:1px; margin-inline-end:0px; margin-block-end:0px; margin-inline-start:0px; } </style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_oI1yVW9yM_hEzPEkTncwIA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_oI1yVW9yM_hEzPEkTncwIA"].zprow{ border-radius:1px; } </style><div data-element-id="elm_spHdKwC5n9DHC3uHwk9OZg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_spHdKwC5n9DHC3uHwk9OZg"].zpelem-col{ background-color:#27AE60; background-image:unset; border-radius:100px; } </style><div data-element-id="elm_iazT0H9QWEqoYoGuVfJw_g" data-element-type="iconHeading" class="zpelement zpelem-iconheading "><style type="text/css"> [data-element-id="elm_iazT0H9QWEqoYoGuVfJw_g"].zpelem-iconheading{ border-radius:100px; margin-inline-end:10px; margin-block-end:20px; margin-inline-start:10px; } </style><div class="zpicon-container zpicon-align-left "><style>[data-element-id="elm_iazT0H9QWEqoYoGuVfJw_g"] .zpicon-common svg{ fill:#EDF2F4 !important }</style><span class="zpicon zpicon-common zpicon-anchor zpicon-size-lg zpicon-style-none "><svg viewBox="0 0 512 512" height="512" width="512" xmlns="http://www.w3.org/2000/svg"><path d="M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z"></path></svg></span><h4 class="zpicon-heading " data-editor="true"><span style="color:rgb(237, 242, 244);">Thanks to the software and automations implemented, the productivity at the office increased, and more than 1K tasks/week are completed automatically, saving the employees approximately 40 hours/week.</span></h4></div>
</div></div></div></div></div><div data-element-id="elm_zyBypc9rr-NnwDYg42YMxA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_PSHEOacnT5uBUHkDW9tcWA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_PSHEOacnT5uBUHkDW9tcWA"].zprow{ border-radius:1px; } </style><div data-element-id="elm_DN5ku1Di1WctBD7TKXjnGg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_DN5ku1Di1WctBD7TKXjnGg"].zpelem-col{ border-radius:1px; padding-block-start:20px; } </style><div data-element-id="elm_JP2SY2BGYBcm9yzB51FOsw" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_JP2SY2BGYBcm9yzB51FOsw"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;">Applications implemented</span></h3></div>
<div data-element-id="elm_6WmqwoAMI5IoG2ojOSkrow" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm_6WmqwoAMI5IoG2ojOSkrow"] div.zpspacer { height:10px; } @media (max-width: 768px) { div[data-element-id="elm_6WmqwoAMI5IoG2ojOSkrow"] div.zpspacer { height:calc(10px / 3); } } </style><div class="zpspacer " data-height="10"></div>
</div></div></div><div data-element-id="elm_nKy-CpfhToN9hYHmzAhdJg" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_nKy-CpfhToN9hYHmzAhdJg"].zprow{ border-radius:1px; } </style><div data-element-id="elm_IwJmNKlq7TvDinVorabxyg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-6 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_2J9EMfAzj8VJZz4DY3XXTA" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_2J9EMfAzj8VJZz4DY3XXTA"] .zpimage-container figure img { width: 160px ; height: 160.00px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_2J9EMfAzj8VJZz4DY3XXTA"] .zpimage-container figure img { width:346.5px ; height:346.50px ; } } @media (max-width: 767px) { [data-element-id="elm_2J9EMfAzj8VJZz4DY3XXTA"] .zpimage-container figure img { width:415px ; height:415.00px ; } } [data-element-id="elm_2J9EMfAzj8VJZz4DY3XXTA"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-circle zpimage-space-none " src="/logos/google.jpg" width="415" height="415.00" loading="lazy" size="fit"/></picture></span></figure></div>
</div><div data-element-id="elm_c2hOxmMMQuZfQz7ARshS5g" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_c2hOxmMMQuZfQz7ARshS5g"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p><span style="color:inherit;font-size:20px;font-family:roboto;">Google Workspaces</span><br/></p></div>
</div></div><div data-element-id="elm_eRm1FRaFSlcRGmIIDyOIoQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-6 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_eRm1FRaFSlcRGmIIDyOIoQ"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_QBOtAyEdtEACpzwZClhh5Q" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_QBOtAyEdtEACpzwZClhh5Q"] .zpimage-container figure img { width: 160px ; height: 160.00px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_QBOtAyEdtEACpzwZClhh5Q"] .zpimage-container figure img { width:346.5px ; height:346.50px ; } } @media (max-width: 767px) { [data-element-id="elm_QBOtAyEdtEACpzwZClhh5Q"] .zpimage-container figure img { width:415px ; height:415.00px ; } } [data-element-id="elm_QBOtAyEdtEACpzwZClhh5Q"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-circle zpimage-space-none " src="/Zoho%20One%20logos/01%20crm-512.png" width="415" height="415.00" loading="lazy" size="fit"/></picture></span></figure></div>
</div><div data-element-id="elm_AUMpONk92BSNMO4QXq7vVQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_AUMpONk92BSNMO4QXq7vVQ"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p><span style="color:inherit;font-size:20px;font-family:roboto;">Zoho CRM</span><br/></p></div>
</div></div><div data-element-id="elm_AXvIN1jDbReYY1Qr1wBR7Q" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-6 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_AXvIN1jDbReYY1Qr1wBR7Q"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_LUD-srYA-R5EW7nRiUt8SQ" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_LUD-srYA-R5EW7nRiUt8SQ"] .zpimage-container figure img { width: 160px !important ; height: 160px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_LUD-srYA-R5EW7nRiUt8SQ"] .zpimage-container figure img { width:160px !important ; height:160px !important ; } } @media (max-width: 767px) { [data-element-id="elm_LUD-srYA-R5EW7nRiUt8SQ"] .zpimage-container figure img { width:160px !important ; height:160px !important ; } } [data-element-id="elm_LUD-srYA-R5EW7nRiUt8SQ"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Zoho%20One%20logos/14%20desk-512.png" width="160" height="160" loading="lazy" size="custom"/></picture></span></figure></div>
</div><div data-element-id="elm_fTfQjBv2MGLejzmMsPOUfg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_fTfQjBv2MGLejzmMsPOUfg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p><span style="color:inherit;font-size:20px;font-family:roboto;">Zoho Desk</span><br/></p></div>
</div></div><div data-element-id="elm_Es3YYhHn9JtIfUr-k4zPIw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-6 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_Es3YYhHn9JtIfUr-k4zPIw"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_ZWIotUvSRKj8uRMx9vYVbA" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_ZWIotUvSRKj8uRMx9vYVbA"] .zpimage-container figure img { width: 160px ; height: 160.00px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_ZWIotUvSRKj8uRMx9vYVbA"] .zpimage-container figure img { width:346.5px ; height:346.50px ; } } @media (max-width: 767px) { [data-element-id="elm_ZWIotUvSRKj8uRMx9vYVbA"] .zpimage-container figure img { width:415px ; height:415.00px ; } } [data-element-id="elm_ZWIotUvSRKj8uRMx9vYVbA"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Zoho%20One%20logos/10%20sites-512.png" width="415" height="415.00" loading="lazy" size="fit"/></picture></span></figure></div>
</div><div data-element-id="elm_TZ4wh30NCvrwzWGlN9dHbw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_TZ4wh30NCvrwzWGlN9dHbw"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p><span style="color:inherit;font-size:20px;font-family:roboto;">Zoho Sites</span><br/></p></div>
</div></div><div data-element-id="elm_lvZ4DzXauDoRByU9_ooDLA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-6 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_lvZ4DzXauDoRByU9_ooDLA"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_8wWXTC6JTc0LZfQbdPc2YQ" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_8wWXTC6JTc0LZfQbdPc2YQ"] .zpimage-container figure img { width: 160px ; height: 160.00px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_8wWXTC6JTc0LZfQbdPc2YQ"] .zpimage-container figure img { width:346.5px ; height:346.50px ; } } @media (max-width: 767px) { [data-element-id="elm_8wWXTC6JTc0LZfQbdPc2YQ"] .zpimage-container figure img { width:415px ; height:415.00px ; } } [data-element-id="elm_8wWXTC6JTc0LZfQbdPc2YQ"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Zoho%20One%20logos/41%20analytics-512.png" width="415" height="415.00" loading="lazy" size="fit"/></picture></span></figure></div>
</div><div data-element-id="elm_9oxZ8Ctgwxs5q-JR_UFTIA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_9oxZ8Ctgwxs5q-JR_UFTIA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p><span style="color:inherit;font-size:20px;font-family:roboto;">Zoho Analytics</span><br/></p></div>
</div></div><div data-element-id="elm_rRV6HzYp3LlLFXvfjmYBcA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-6 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_rRV6HzYp3LlLFXvfjmYBcA"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_xUY2i1_M9FF2SNsDHfAPfg" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_xUY2i1_M9FF2SNsDHfAPfg"] .zpimage-container figure img { width: 160px ; height: 160.00px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_xUY2i1_M9FF2SNsDHfAPfg"] .zpimage-container figure img { width:346.5px ; height:346.50px ; } } @media (max-width: 767px) { [data-element-id="elm_xUY2i1_M9FF2SNsDHfAPfg"] .zpimage-container figure img { width:415px ; height:415.00px ; } } [data-element-id="elm_xUY2i1_M9FF2SNsDHfAPfg"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Zoho%20One%20logos/42%20flow-512.png" width="415" height="415.00" loading="lazy" size="fit"/></picture></span></figure></div>
</div><div data-element-id="elm_3_D5e0jBMseum1VfPlkuqA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_3_D5e0jBMseum1VfPlkuqA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p><span style="color:inherit;font-size:20px;font-family:roboto;">Zoho Flow</span><br/></p></div>
</div></div></div><div data-element-id="elm_2EyBN46aDBH7Cd2SUVWG3g" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_2EyBN46aDBH7Cd2SUVWG3g"].zprow{ border-radius:1px; } </style><div data-element-id="elm_TcHjJZ6Wd_HVDuQ5vNjL6g" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_TcHjJZ6Wd_HVDuQ5vNjL6g"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_rMH0TeZFjEen_HjTbPoRUQ" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm_rMH0TeZFjEen_HjTbPoRUQ"] div.zpspacer { height:30px; } @media (max-width: 768px) { div[data-element-id="elm_rMH0TeZFjEen_HjTbPoRUQ"] div.zpspacer { height:calc(30px / 3); } } </style><div class="zpspacer " data-height="30"></div>
</div></div></div><div data-element-id="elm_arNejEel6Q1tGcvhHN7pCw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_arNejEel6Q1tGcvhHN7pCw"].zprow{ border-radius:1px; } </style><div data-element-id="elm_HnaWpI-O5pnCd2NThMrkNw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-6 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_9MoaO8BNNZFchpS9KD8dVg" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_9MoaO8BNNZFchpS9KD8dVg"] .zpimage-container figure img { width: 160px ; height: 160.00px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_9MoaO8BNNZFchpS9KD8dVg"] .zpimage-container figure img { width:346.5px ; height:346.50px ; } } @media (max-width: 767px) { [data-element-id="elm_9MoaO8BNNZFchpS9KD8dVg"] .zpimage-container figure img { width:415px ; height:415.00px ; } } [data-element-id="elm_9MoaO8BNNZFchpS9KD8dVg"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Zoho%20One%20logos/06%20campaigns-512.png" width="415" height="415.00" loading="lazy" size="fit"/></picture></span></figure></div>
</div><div data-element-id="elm_C9ygKL2GLqMkLoasy17sgQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_C9ygKL2GLqMkLoasy17sgQ"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p><span style="color:inherit;font-size:20px;font-family:roboto;">Google Campaigns&nbsp;</span><br/></p></div>
</div></div><div data-element-id="elm_kf53g8eZwAIdWpnJiq3Imw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-6 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_kf53g8eZwAIdWpnJiq3Imw"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_275fMaMwZe5T3EkO6WaVXA" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_275fMaMwZe5T3EkO6WaVXA"] .zpimage-container figure img { width: 160px ; height: 160.00px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_275fMaMwZe5T3EkO6WaVXA"] .zpimage-container figure img { width:346.5px ; height:346.50px ; } } @media (max-width: 767px) { [data-element-id="elm_275fMaMwZe5T3EkO6WaVXA"] .zpimage-container figure img { width:415px ; height:415.00px ; } } [data-element-id="elm_275fMaMwZe5T3EkO6WaVXA"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Zoho%20One%20logos/18%20cliq-512.png" width="415" height="415.00" loading="lazy" size="fit"/></picture></span></figure></div>
</div><div data-element-id="elm_ZfaSHwouDE3cc-PtPvfKmQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_ZfaSHwouDE3cc-PtPvfKmQ"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p><span style="color:inherit;font-size:20px;font-family:roboto;">Zoho Cliq</span><br/></p></div>
</div></div><div data-element-id="elm_z4_5_DFgm4gAfCVU3W0Vtg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-6 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_z4_5_DFgm4gAfCVU3W0Vtg"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_XXeF1ia-qG5lmYCO2KjlGg" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_XXeF1ia-qG5lmYCO2KjlGg"] .zpimage-container figure img { width: 160px ; height: 160.00px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_XXeF1ia-qG5lmYCO2KjlGg"] .zpimage-container figure img { width:346.5px ; height:346.50px ; } } @media (max-width: 767px) { [data-element-id="elm_XXeF1ia-qG5lmYCO2KjlGg"] .zpimage-container figure img { width:415px ; height:415.00px ; } } [data-element-id="elm_XXeF1ia-qG5lmYCO2KjlGg"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Zoho%20One%20logos/12%20salesiq-512.png" width="415" height="415.00" loading="lazy" size="fit"/></picture></span></figure></div>
</div><div data-element-id="elm_1m4edgDU9eoMxvMsfNXTfg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_1m4edgDU9eoMxvMsfNXTfg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p><span style="color:inherit;font-size:20px;font-family:roboto;">Zoho Sales IQ</span><br/></p></div>
</div></div><div data-element-id="elm_i-t3HIVEZbHNNsgvxppxlg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-6 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_i-t3HIVEZbHNNsgvxppxlg"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_7HO-ZhcoHz3aQV8xEJHh1Q" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_7HO-ZhcoHz3aQV8xEJHh1Q"] .zpimage-container figure img { width: 160px !important ; height: 160.00px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_7HO-ZhcoHz3aQV8xEJHh1Q"] .zpimage-container figure img { width:346.5px !important ; height:346.50px !important ; } } @media (max-width: 767px) { [data-element-id="elm_7HO-ZhcoHz3aQV8xEJHh1Q"] .zpimage-container figure img { width:415px !important ; height:415.00px !important ; } } [data-element-id="elm_7HO-ZhcoHz3aQV8xEJHh1Q"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Zoho%20One%20logos/07%20social-512.png" width="415" height="415.00" loading="lazy" size="custom"/></picture></span></figure></div>
</div><div data-element-id="elm_OUTXnudbph35NFDgxEpxmg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_OUTXnudbph35NFDgxEpxmg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p><span style="color:inherit;font-size:20px;font-family:roboto;">Zoho Social</span><br/></p></div>
</div></div><div data-element-id="elm_lH0RvACkishfg4FeSnChMA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-6 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_lH0RvACkishfg4FeSnChMA"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_GE6PX0mvYgCe8ywhX3Oq9A" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_GE6PX0mvYgCe8ywhX3Oq9A"] .zpimage-container figure img { width: 160px ; height: 160.00px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_GE6PX0mvYgCe8ywhX3Oq9A"] .zpimage-container figure img { width:346.5px ; height:346.50px ; } } @media (max-width: 767px) { [data-element-id="elm_GE6PX0mvYgCe8ywhX3Oq9A"] .zpimage-container figure img { width:415px ; height:415.00px ; } } [data-element-id="elm_GE6PX0mvYgCe8ywhX3Oq9A"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Zoho%20One%20logos/08%20survey-512.png" width="415" height="415.00" loading="lazy" size="fit"/></picture></span></figure></div>
</div><div data-element-id="elm_fmnEveO967V73a-8HUK9FA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_fmnEveO967V73a-8HUK9FA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p><span style="color:inherit;font-size:20px;font-family:roboto;">Zoho Survey</span><br/></p></div>
</div></div><div data-element-id="elm_zdZdetTdpe1CxzKqWqmeLg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-6 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_zdZdetTdpe1CxzKqWqmeLg"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_sFBXZshWe4M-cd_bSWsDmg" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_sFBXZshWe4M-cd_bSWsDmg"] .zpimage-container figure img { width: 160px ; height: 127.50px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_sFBXZshWe4M-cd_bSWsDmg"] .zpimage-container figure img { width:346.5px ; height:276.12px ; } } @media (max-width: 767px) { [data-element-id="elm_sFBXZshWe4M-cd_bSWsDmg"] .zpimage-container figure img { width:415px ; height:330.70px ; } } [data-element-id="elm_sFBXZshWe4M-cd_bSWsDmg"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-tablet-align-center zpimage-mobile-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Zoho%20One%20logos/19%20projects-512.png" width="415" height="330.70" loading="lazy" size="fit"/></picture></span></figure></div>
</div><div data-element-id="elm_j8mYsp2Cumsie39r_FrZQA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_j8mYsp2Cumsie39r_FrZQA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p><span style="color:inherit;font-size:20px;font-family:roboto;"><br/></span></p><p><span style="color:inherit;font-size:20px;font-family:roboto;">Zoho Projects</span><br/></p></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Mon, 26 Sep 2022 22:58:53 -0700</pubDate></item><item><title><![CDATA[Zoho One Top 10 Most Useful Apps]]></title><link>https://www.blungo.com/blogs/post/Zoho-One-Top-10-Most-Useful-Apps</link><description><![CDATA[<img align="left" hspace="5" src="https://www.blungo.com/Blogpost/Thumbnails/Zoho One Top 10 Most Useful Apps.png"/>Zoho One is a suite of 40 plus apps that you can use to run your business, but today we are going to focus on the 10 most useful ones in my opinion. I' ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_dk3TTE5yQWiYapvXZarEbQ" data-element-type="section" class="zpsection "><style type="text/css"> [data-element-id="elm_dk3TTE5yQWiYapvXZarEbQ"].zpsection{ border-radius:1px; } </style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_15Mv3RMISSCW3QkenG94mw" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_Gt_9ZYa8Qs6nL0wHm9TONg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_08CGG8MwyXjqi-DXQXC9Eg" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_08CGG8MwyXjqi-DXQXC9Eg"].zpelem-video{ border-radius:1px; } </style><div class="zpvideo-container zpiframe-align-center zpiframe-mobile-align- zpiframe-tablet-align-"><iframe class="zpvideo " width="560" height="315" src="//www.youtube.com/embed/A2ETjiwZvwI" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_xZsir0jkTeudww_4TU7hqA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_xZsir0jkTeudww_4TU7hqA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div style="color:inherit;"><p style="text-align:left;"><span style="font-size:12pt;">Zoho One is a suite of 40 plus apps that you can use to run your business, but today we are going to focus on the 10 most useful ones in my opinion.</span></p><span style="font-size:12pt;"><div style="text-align:left;"><span style="font-size:12pt;color:inherit;">I've been using Zoho One for 2 years now, and helped 7 different companies to implement Zoho One from scratch, so in this list I'm sharing the apps that most of my clients want to use.</span></div></span></div></div>
</div></div></div></div></div><div data-element-id="elm_oALwBU5VKp9e6ClIFMyhVw" data-element-type="section" class="zpsection zpshape-divider-section zpdark-section zpdark-section-bg " style="background-color:rgb(52, 73, 94);background-image:unset;"><style type="text/css"> [data-element-id="elm_oALwBU5VKp9e6ClIFMyhVw"].zpsection{ border-radius:1px; margin:20px; } </style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_INSf9rpT_P7XvGs53R9RgQ" data-element-type="row" class="zprow zprow-container zpalign-items-center zpjustify-content-flex-start " data-equal-column=""><style type="text/css"> [data-element-id="elm_INSf9rpT_P7XvGs53R9RgQ"].zprow{ border-radius:1px; } </style><div data-element-id="elm_c9s3YOWXDY0vAOYRXd1uig" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-8 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_c9s3YOWXDY0vAOYRXd1uig"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_blbQBTHBBqehHlIWDNMJMQ" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_blbQBTHBBqehHlIWDNMJMQ"].zpelem-heading { border-radius:1px; margin:30px; } </style><h2
 class="zpheading zpheading-style-none zpheading-align-center " data-editor="true">Try out Zoho One using our affiliate link:</h2></div>
</div><div data-element-id="elm_KeYF_ME2HGcjxajrvbHqUw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-4 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_KeYF_ME2HGcjxajrvbHqUw"].zpelem-col{ border-radius:1px; margin-block-start:6px; margin-block-end:30px; } </style><div data-element-id="elm_NePODvKSQBWLApY3VzsVbw" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_NePODvKSQBWLApY3VzsVbw"].zpelem-button{ border-radius:1px; } </style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-style-roundcorner " href="https://go.zoho.com/mCm" target="_blank" title="Zoho One"><span class="zpbutton-content">Zoho One Trial</span></a></div>
</div></div></div></div><style> [data-element-id="elm_oALwBU5VKp9e6ClIFMyhVw"] .zpshape-divider-common svg{ opacity:1 !important; } @media all and (min-width:992px){ [data-element-id="elm_oALwBU5VKp9e6ClIFMyhVw"] .zpshape-divider-common svg{ opacity:1.0 !important; } } [data-element-id="elm_oALwBU5VKp9e6ClIFMyhVw"] .zpshape-divider-common svg{ color:#16415A !important; } </style><div class="zpshape-divider zpshape-divider-common zpshape-change-grad-to-color zpshape-divider-flip-hz " data-shaper-tiles="06" data-shaper-tiles-hide-mobile="true" data-shaper-tiles-stretch="false" data-svg-tiles-grad-color="#16415A" data-shaper-tiles-color-apply="true"><svg id="zpshape-divider-common-58" class="zpshape-divider-default-right-top zpshape-non-full zpshape-non-full-58" preserveAspectRatio="none" viewBox="0 0 673 519" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient x1="100%" y1="28.352%" x2="-6.365%" y2="67.565%" id="zpshaper-grad-264"><stop stop-color="#6DD400" stop-opacity="0" offset="0%"/><stop stop-color="#F7B500" offset="100%"/></linearGradient></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Artboard-Copy-113" transform="translate(-607 -165)" fill="url(#zpshaper-grad-264)"><path d="M710.122 620.017l13.451 53.19-43.385 10.921-13.451-53.19 43.385-10.921zm77.957-23.803l15.437 61.09-61.231 15.402-15.437-61.09 61.231-15.402zm-91.305-60.333l17.163 67.87-50.724 12.768-17.163-67.87 50.724-12.768zm69.247-9.13l13.215 52.296-52.417 13.184-13.215-52.296 52.417-13.184zm74.62-18.305l12.989 51.4-51.517 12.957-12.989-51.399 51.518-12.958zm76.222-20.612l13.669 54.053-54.178 13.637-13.669-54.053 54.178-13.637zm-248.73-10.756l10.693 42.318-37.919 9.537-10.693-42.317 37.918-9.538zm76.385-21.126l11.582 45.836-45.941 11.555-11.583-45.835 45.942-11.556zm79.05-25.353l14.176 56.1-56.23 14.144-14.177-56.1 56.23-14.144zm75.474-19.645l14.476 57.285-57.418 14.442-14.475-57.285 57.417-14.442zm74.464-17.661l13.968 55.237-55.365 13.936-13.969-55.237 55.366-13.936zm-324.275 8.999l10.62 41.993-37.774 9.508-10.619-41.993 37.773-9.508zm401.412-31.527l15.446 61.126-61.231 15.401-15.447-61.125 61.232-15.402zm-321.773 4.893L742.602 430l-54.467 13.7-13.732-54.342 54.467-13.7zm72.884-15.177l12.244 48.456-48.603 12.225-12.245-48.456 48.604-12.225zm76.367-20.986l13.07 51.684-51.84 13.049-13.069-51.684 51.84-13.049zm232.658 37.428l5.346 21.14-21.19 5.334-5.345-21.14 21.189-5.334zm44.314-8.457l4.97 19.67-19.715 4.958-4.97-19.67 19.715-4.958zm76.1-37.312l12.325 48.779-48.891 12.297-12.326-48.778 48.891-12.298zm-274.207-16.929l15.664 61.987-62.131 15.628-15.664-61.987 62.131-15.628zm73.698-16.613l14.775 58.47-58.605 14.74-14.775-58.47 58.605-14.74zm-411.92 48.749l2.968 11.736-11.764 2.961L607 349.322l11.764-2.961zm486.68-67.164l14.549 57.573-57.706 14.514-14.548-57.572 57.706-14.515zm-410.691 46.944l3.501 13.816-13.848 3.494-3.502-13.816 13.849-3.494zm481.515-58.606l11.654 46.123-46.229 11.627-11.655-46.122 46.23-11.628zm-407.304 41.038l2.963 11.737-11.764 2.957-2.964-11.737 11.765-2.957zm81.253-29.037l7.057 27.925-27.99 7.04-7.056-27.925 27.99-7.04zm400.496-29.812l11.21 44.363-44.466 11.185-11.21-44.364 44.466-11.184zM925.38 260.476l7.129 28.212-28.278 7.112-7.129-28.212 28.278-7.112zm400.317-29.49l11.138 44.076-44.179 11.112-11.137-44.076 44.178-11.112zm-258.11-21.045l13.673 54.187-54.204 13.673-13.673-54.187 54.203-13.673zm-72.198 39.96l3.784 15.006-15.004 3.766-3.784-15.006 15.004-3.765zm141.851-56.115l12.95 50.585-51.318 12.742-12.949-50.585 51.317-12.742zm63.366-15.35l12.937 51.304-51.32 12.936-12.937-51.304 51.32-12.936zM1268.901 165l12.56 50.578-49.879 12.767-12.56-50.578L1268.901 165zm57.795 19.492l4.84 19.136-21.273 5.354-4.84-19.136 21.273-5.354z" id="Combined-Shape" transform="rotate(180 971.918 424.564)"/></g></g></svg></div>
</div><div data-element-id="elm_z0QrHRz8lpQChRihhrmh_Q" data-element-type="section" class="zpsection zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_z0QrHRz8lpQChRihhrmh_Q"].zpsection{ border-radius:1px; } </style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_J_xeHBVJWW78SRLwoblhTA" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_J_xeHBVJWW78SRLwoblhTA"].zprow{ border-radius:1px; } </style><div data-element-id="elm_3XfJ_ikVaEdUwZUNgzgq_A" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_3XfJ_ikVaEdUwZUNgzgq_A"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_WjPjH_1FgngrMEuEjgqegA" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm_WjPjH_1FgngrMEuEjgqegA"] div.zpspacer { height:30px; } @media (max-width: 768px) { div[data-element-id="elm_WjPjH_1FgngrMEuEjgqegA"] div.zpspacer { height:calc(30px / 3); } } </style><div class="zpspacer " data-height="30"></div>
</div></div></div></div></div><div data-element-id="elm_Fdfs5n8TUqbgW9GEswk_-Q" data-element-type="section" class="zpsection zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_Fdfs5n8TUqbgW9GEswk_-Q"].zpsection{ border-radius:1px; } </style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_eHISbhcLOysFOH2t4pjsbg" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_eHISbhcLOysFOH2t4pjsbg"].zprow{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-width:1px; border-radius:10px; padding:15px; } </style><div data-element-id="elm_JUFDViukG5Wy-FexjDQjQg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_JUFDViukG5Wy-FexjDQjQg"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_X2nCVKz63iBsXqPa4FS3Qg" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_X2nCVKz63iBsXqPa4FS3Qg"] .zpimage-container figure img { width: 120px !important ; height: 120px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_X2nCVKz63iBsXqPa4FS3Qg"] .zpimage-container figure img { width:120px ; height:120px ; } } @media (max-width: 767px) { [data-element-id="elm_X2nCVKz63iBsXqPa4FS3Qg"] .zpimage-container figure img { width:120px ; height:120px ; } } [data-element-id="elm_X2nCVKz63iBsXqPa4FS3Qg"].zpelem-image { border-radius:1px; margin-block-start:3px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Blogpost/Zoho%20CRM.png" width="120" height="120" loading="lazy" size="custom"/></picture></span></figure></div>
</div><div data-element-id="elm_o4elpcmmiMYEzBb5B_2OkA" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_o4elpcmmiMYEzBb5B_2OkA"] .zpimage-container figure img { width: 120px !important ; height: 120px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_o4elpcmmiMYEzBb5B_2OkA"] .zpimage-container figure img { width:120px ; height:120px ; } } @media (max-width: 767px) { [data-element-id="elm_o4elpcmmiMYEzBb5B_2OkA"] .zpimage-container figure img { width:120px ; height:120px ; } } [data-element-id="elm_o4elpcmmiMYEzBb5B_2OkA"].zpelem-image { border-radius:1px; margin-block-start:-3px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Zoho%20One%20logos/03%20bigin-512.png" width="120" height="120" loading="lazy" size="custom"/></picture></span></figure></div>
</div></div><div data-element-id="elm_WMgDT9-oSf5o3EQdSsmUcg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_WMgDT9-oSf5o3EQdSsmUcg"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_I-fpVkwFHti8bmc9hVU0-w" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_I-fpVkwFHti8bmc9hVU0-w"].zprow{ border-radius:1px; } </style><div data-element-id="elm_p5PUizduT35JMcXr96qxHw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_p5PUizduT35JMcXr96qxHw"].zpelem-col{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-block-start-width:0px; border-inline-end-width:0px; border-block-end-width:0px; border-inline-start-width:3px; border-radius:1px; } </style><div data-element-id="elm_gapC8hODVgVpi6-77vw-UQ" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_gapC8hODVgVpi6-77vw-UQ"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;">#1 Zoho CRM or Zoho Bigin</span></h2></div>
<div data-element-id="elm_NN8oMAVJTM91uLsVG5snag" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_NN8oMAVJTM91uLsVG5snag"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">We have two apps but the category is CRM. Depending on what business you have, you can either use Zoho CRM or Begin. Zoho CRM is more advanced and can do a lot, but Begin has the basis covered. You can use this to keep your leads, contacts, accounts and deals in the same place, as well as manage your sales process, track your leads, keep conversations with your contacts in one place, and a lot more. If you are not using a CRM yet, this could be a game changer for your business. Apps similar to zoho CRM are hubspot, salesforce and pipedrive.</span></div><div style="color:inherit;text-align:left;"><br></div></div></div></div>
</div></div></div></div></div><div data-element-id="elm_QUXsmYczkNBMn5_62O9Z6A" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_QUXsmYczkNBMn5_62O9Z6A"].zprow{ border-radius:1px; } </style><div data-element-id="elm_SatNdVxUuzooJwpzCNPt9g" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_SatNdVxUuzooJwpzCNPt9g"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_kVnA8_S-4oxah1gytvWAig" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm_kVnA8_S-4oxah1gytvWAig"] div.zpspacer { height:30px; } @media (max-width: 768px) { div[data-element-id="elm_kVnA8_S-4oxah1gytvWAig"] div.zpspacer { height:calc(30px / 3); } } </style><div class="zpspacer " data-height="30"></div>
</div></div></div><div data-element-id="elm_IXdKWDxpi4lI0cGtoVvMfA" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_IXdKWDxpi4lI0cGtoVvMfA"].zprow{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-width:1px; border-radius:10px; padding:15px; box-shadow:0px 0px 0px 0px rgba(255,1,1,0); } </style><div data-element-id="elm_ySyzhgwuRDxFkFdtGBue2Q" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_ySyzhgwuRDxFkFdtGBue2Q"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_qsTaZRqgLzkYB2i187aGPQ" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_qsTaZRqgLzkYB2i187aGPQ"] .zpimage-container figure img { width: 120px !important ; height: 120px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_qsTaZRqgLzkYB2i187aGPQ"] .zpimage-container figure img { width:120px ; height:120px ; } } @media (max-width: 767px) { [data-element-id="elm_qsTaZRqgLzkYB2i187aGPQ"] .zpimage-container figure img { width:120px ; height:120px ; } } [data-element-id="elm_qsTaZRqgLzkYB2i187aGPQ"].zpelem-image { border-radius:1px; margin-block-start:55px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Blogpost/Zoho%20Books.png" width="120" height="120" loading="lazy" size="custom"/></picture></span></figure></div>
</div></div><div data-element-id="elm_-3zAuPrbodokfXXOtTB3bA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_-3zAuPrbodokfXXOtTB3bA"].zpelem-col{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-block-start-width:0px; border-inline-end-width:0px; border-block-end-width:0px; border-inline-start-width:3px; border-radius:1px; } </style><div data-element-id="elm_Tx0_08RGeJ-qfHy6uRowjQ" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_Tx0_08RGeJ-qfHy6uRowjQ"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;">#2&nbsp;</span>Zoho Books</h2></div>
<div data-element-id="elm_hEnWI_LNDU6QEnSwhBBlAQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_hEnWI_LNDU6QEnSwhBBlAQ"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">This app lets you manage your finances in one place. It's similar to apps like Quickbooks or Xero. You can have all your clients in one place, and send them invoices, create estimates, track expenses, register payments, and it integrates with a lot of banks and electronic payments like paypall or stripe. It's very customizable, allowing you to add your own branding to the invoices or any other document you send, as well as creating email templates, editing the document layout, and a lot more. It also integrates really well with other zoho apps, like Zoho CRM and Zoho Projects.</span><br></div></div></div></div>
</div></div></div><div data-element-id="elm_agxzRAef8DxfW5gBfH5-Zw" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_agxzRAef8DxfW5gBfH5-Zw"].zprow{ border-radius:1px; } </style><div data-element-id="elm_kvMTGjaHtlm2mCr3l_lFkQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_kvMTGjaHtlm2mCr3l_lFkQ"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_C6JCZT4IKYnQJgZfcdlCVw" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm_C6JCZT4IKYnQJgZfcdlCVw"] div.zpspacer { height:30px; } @media (max-width: 768px) { div[data-element-id="elm_C6JCZT4IKYnQJgZfcdlCVw"] div.zpspacer { height:calc(30px / 3); } } </style><div class="zpspacer " data-height="30"></div>
</div></div></div><div data-element-id="elm_CU6I4biwuY9YLvvwvGzkpQ" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_CU6I4biwuY9YLvvwvGzkpQ"].zprow{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-width:1px; border-radius:10px; padding:15px; } </style><div data-element-id="elm_g57x5j751Etc09XHwXN71g" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_g57x5j751Etc09XHwXN71g"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_iqUKfVW_3aP5nwS7ogQvOw" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_iqUKfVW_3aP5nwS7ogQvOw"] .zpimage-container figure img { width: 145px !important ; height: 110px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_iqUKfVW_3aP5nwS7ogQvOw"] .zpimage-container figure img { width:145px ; height:110px ; } } @media (max-width: 767px) { [data-element-id="elm_iqUKfVW_3aP5nwS7ogQvOw"] .zpimage-container figure img { width:145px ; height:110px ; } } [data-element-id="elm_iqUKfVW_3aP5nwS7ogQvOw"].zpelem-image { border-radius:1px; margin-block-start:70px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Blogpost/Zoho%20projects.jpg" width="145" height="110" loading="lazy" size="custom"/></picture></span></figure></div>
</div></div><div data-element-id="elm_EzdD9dV6fMlR6TNI2avPqw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_EzdD9dV6fMlR6TNI2avPqw"].zpelem-col{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-block-start-width:0px; border-inline-end-width:0px; border-block-end-width:0px; border-inline-start-width:3px; border-radius:1px; } </style><div data-element-id="elm_rc3JwiUu9o62384tlw4lnw" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_rc3JwiUu9o62384tlw4lnw"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;">#3&nbsp;</span>Zoho Projects</h2></div>
<div data-element-id="elm_ooJW9a5W_IvSL4GjIP3K1A" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_ooJW9a5W_IvSL4GjIP3K1A"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">You will use this app if you want to track any projects that you do for your company. It can be an internal project, like moving to a new office, or a work project, for example, if you work for a construction company, you can plan how to build a house for a client. You can add milestones, tasks and subtasks, and they will have start dates, due dates, priority, and a lot more relevant information that will help you track all you need to do to complete the project. Another feature is budget and time tracking. You can set up a budget for each project, and also track time against each task, so you can see when you're approaching to the budget limit. Apps similar to Projects are Asana, ClickUp and Monday.com.</span><br></div></div></div></div>
</div></div></div><div data-element-id="elm_Q_GUClcvYUDKwOaSPTedJg" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_Q_GUClcvYUDKwOaSPTedJg"].zprow{ border-radius:1px; } </style><div data-element-id="elm_rIQ3BWLFqz-Ge8w7t55ILQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_rIQ3BWLFqz-Ge8w7t55ILQ"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_UZbl7G9etU7wisyIZQ_oHg" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm_UZbl7G9etU7wisyIZQ_oHg"] div.zpspacer { height:30px; } @media (max-width: 768px) { div[data-element-id="elm_UZbl7G9etU7wisyIZQ_oHg"] div.zpspacer { height:calc(30px / 3); } } </style><div class="zpspacer " data-height="30"></div>
</div></div></div><div data-element-id="elm_wZKDjyMav5bVEeIrnJdtYg" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_wZKDjyMav5bVEeIrnJdtYg"].zprow{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-width:1px; border-radius:10px; padding:15px; } </style><div data-element-id="elm_3Y-vWXKLoczmxLBeza3VOQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_3Y-vWXKLoczmxLBeza3VOQ"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_fiLxDaVGLypbTiLk8Jbfag" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_fiLxDaVGLypbTiLk8Jbfag"] .zpimage-container figure img { width: 130px !important ; height: 130px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_fiLxDaVGLypbTiLk8Jbfag"] .zpimage-container figure img { width:130px ; height:130px ; } } @media (max-width: 767px) { [data-element-id="elm_fiLxDaVGLypbTiLk8Jbfag"] .zpimage-container figure img { width:130px ; height:130px ; } } [data-element-id="elm_fiLxDaVGLypbTiLk8Jbfag"].zpelem-image { border-radius:1px; margin-block-start:60px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Blogpost/Zoho%20Sign.png" width="130" height="130" loading="lazy" size="custom"/></picture></span></figure></div>
</div></div><div data-element-id="elm_XsOinQRZbruaUfXts4OEQg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_XsOinQRZbruaUfXts4OEQg"].zpelem-col{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-block-start-width:0px; border-inline-end-width:0px; border-block-end-width:0px; border-inline-start-width:3px; border-radius:1px; } </style><div data-element-id="elm_Y-_RHB2byp5sihIxbRxwjw" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_Y-_RHB2byp5sihIxbRxwjw"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;">#4 Zoho Sign</span></h2></div>
<div data-element-id="elm_1K3U3H3nNwgJZ-0C2w4Yfg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_1K3U3H3nNwgJZ-0C2w4Yfg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">With Zoho Sign you can send documents that require a signature, like contracts, agreements, proposals, etc. You can upload your own documents and add the signature area to them. You can also add fields that you can manually complete when signing the document, or automatically populate if you use Zoho CRM and have the integration set up. Zoho Sign is similar to DocuSign, but it's not a proposal management software like PandaDoc. The difference is that with PandaDoc you can add dynamic content, like optional items on the price table, and the signer can interact with the table before signing. When you send a Document with Zoho Sign, the signer can only fill out the required fields, if any, and sign the document.</span><br></div></div></div></div>
</div></div></div><div data-element-id="elm_pn4259VJORY_W-4H-VPOFA" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_pn4259VJORY_W-4H-VPOFA"].zprow{ border-radius:1px; } </style><div data-element-id="elm_MGppbjHcvIJjOIVgZCSC-w" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_MGppbjHcvIJjOIVgZCSC-w"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_TEZovuSHzWl_yNLBvpTyEg" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm_TEZovuSHzWl_yNLBvpTyEg"] div.zpspacer { height:30px; } @media (max-width: 768px) { div[data-element-id="elm_TEZovuSHzWl_yNLBvpTyEg"] div.zpspacer { height:calc(30px / 3); } } </style><div class="zpspacer " data-height="30"></div>
</div></div></div><div data-element-id="elm_bZ2NJmATRPLorPxq0uGqRw" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_bZ2NJmATRPLorPxq0uGqRw"].zprow{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-width:1px; border-radius:10px; padding:15px; } </style><div data-element-id="elm_iVTt8qyC70V3QCAJvYfoHw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_iVTt8qyC70V3QCAJvYfoHw"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_R8dovOjpfBpL8h6M8oAAHA" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_R8dovOjpfBpL8h6M8oAAHA"] .zpimage-container figure img { width: 130px !important ; height: 130px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_R8dovOjpfBpL8h6M8oAAHA"] .zpimage-container figure img { width:130px ; height:130px ; } } @media (max-width: 767px) { [data-element-id="elm_R8dovOjpfBpL8h6M8oAAHA"] .zpimage-container figure img { width:130px ; height:130px ; } } [data-element-id="elm_R8dovOjpfBpL8h6M8oAAHA"].zpelem-image { border-radius:1px; margin-block-start:47px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Blogpost/Zoho%20Desk.png" width="130" height="130" loading="lazy" size="custom"/></picture></span></figure></div>
</div></div><div data-element-id="elm_Ikj2Yc7IeggoVSlW3BGiFg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_Ikj2Yc7IeggoVSlW3BGiFg"].zpelem-col{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-block-start-width:0px; border-inline-end-width:0px; border-block-end-width:0px; border-inline-start-width:3px; border-radius:1px; } </style><div data-element-id="elm_vKBvkxFv3tVr4m08t5532A" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_vKBvkxFv3tVr4m08t5532A"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;">#5 Zoho Desk</span></h2></div>
<div data-element-id="elm_mhrxTMGBUfWSeQJ7YUGIGg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_mhrxTMGBUfWSeQJ7YUGIGg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">With Zoho Desk you will be able to set up a ticket system that lets you centralize and solve any open tickets that your customers generate. For example, if you offer IT services, your clients can use your portal to submit issues or questions that they have, and your technicians will be able to tackle the incoming tickets one by one. You can also create a knowledge database where you can create articles that show solutions to the most common issues, so your customers can troubleshoot those issues on their own. Apps similar to Desk are ZenDesk and Freshdesk.</span><br></div></div></div></div>
</div></div></div><div data-element-id="elm_YxOgIRIyFuKAo-oTNz5ROw" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_YxOgIRIyFuKAo-oTNz5ROw"].zprow{ border-radius:1px; } </style><div data-element-id="elm_rThEg3Ac6KOExCBAos4uLw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_rThEg3Ac6KOExCBAos4uLw"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_Ba0NO0rhjlezWZeoeev0HA" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm_Ba0NO0rhjlezWZeoeev0HA"] div.zpspacer { height:30px; } @media (max-width: 768px) { div[data-element-id="elm_Ba0NO0rhjlezWZeoeev0HA"] div.zpspacer { height:calc(30px / 3); } } </style><div class="zpspacer " data-height="30"></div>
</div></div></div><div data-element-id="elm_4raE4cnyFDPWvNl6-ozpTA" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_4raE4cnyFDPWvNl6-ozpTA"].zprow{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-width:1px; border-radius:10px; padding:15px; } </style><div data-element-id="elm_YOccsc0HZnLVJhS-SJ0MPw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_YOccsc0HZnLVJhS-SJ0MPw"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_OocWAkJeXEwzHiRvnHxWjw" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_OocWAkJeXEwzHiRvnHxWjw"] .zpimage-container figure img { width: 130px !important ; height: 130px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_OocWAkJeXEwzHiRvnHxWjw"] .zpimage-container figure img { width:130px ; height:130px ; } } @media (max-width: 767px) { [data-element-id="elm_OocWAkJeXEwzHiRvnHxWjw"] .zpimage-container figure img { width:130px ; height:130px ; } } [data-element-id="elm_OocWAkJeXEwzHiRvnHxWjw"].zpelem-image { border-radius:1px; margin-block-start:18px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Blogpost/Zoho%20Workdrive.png" width="130" height="130" loading="lazy" size="custom"/></picture></span></figure></div>
</div><div data-element-id="elm_PfueWkocofxOpP1IS28F7A" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_PfueWkocofxOpP1IS28F7A"] .zpimage-container figure img { width: 155px ; height: 46.50px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_PfueWkocofxOpP1IS28F7A"] .zpimage-container figure img { width:723px ; height:216.90px ; } } @media (max-width: 767px) { [data-element-id="elm_PfueWkocofxOpP1IS28F7A"] .zpimage-container figure img { width:415px ; height:124.50px ; } } [data-element-id="elm_PfueWkocofxOpP1IS28F7A"].zpelem-image { border-radius:1px; margin-block-start:18px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Blogpost/writer-%20sheets-%20show.png" width="415" height="124.50" loading="lazy" size="fit"/></picture></span></figure></div>
</div></div><div data-element-id="elm_iRT5a0quHlYsypH5olPpwg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_iRT5a0quHlYsypH5olPpwg"].zpelem-col{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-block-start-width:0px; border-inline-end-width:0px; border-block-end-width:0px; border-inline-start-width:3px; border-radius:1px; } </style><div data-element-id="elm_NfePp5I3zrMy98KJMFgZ2w" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_NfePp5I3zrMy98KJMFgZ2w"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;">#6&nbsp;</span>Zoho WorkDrive and Writer, Sheets and Show</h2></div>
<div data-element-id="elm_J3HzDA2NTfsaUG_3xd--bw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_J3HzDA2NTfsaUG_3xd--bw"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">This is a cloud storage solution where you can upload any files you want, so you can access them using the internet, either from your computer, tablet or phone. Here you can create personal folders as well as tam folders, so you can easily share files with your coworkers. Similar apps are Dropbox or Google Drive. Also in Zoho WorkDrive you can create word documents, spreadsheets and presentations using the Zoho Office suite apps that are included with WorkDrive. It has a windows and mac client if you want to sync your files with the computer.</span><br></div></div></div></div>
</div></div></div><div data-element-id="elm_EXUVMwL4GsC7fsa42YT5TA" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_EXUVMwL4GsC7fsa42YT5TA"].zprow{ border-radius:1px; } </style><div data-element-id="elm_rqxVUoBdRgSggcZLIhSxFw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_rqxVUoBdRgSggcZLIhSxFw"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_1CbOdudpjRMGe5uwSlYr5g" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm_1CbOdudpjRMGe5uwSlYr5g"] div.zpspacer { height:30px; } @media (max-width: 768px) { div[data-element-id="elm_1CbOdudpjRMGe5uwSlYr5g"] div.zpspacer { height:calc(30px / 3); } } </style><div class="zpspacer " data-height="30"></div>
</div></div></div><div data-element-id="elm_bAGJWSh8ScjDhTlmlIDWMg" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_bAGJWSh8ScjDhTlmlIDWMg"].zprow{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-width:1px; border-radius:10px; padding:15px; } </style><div data-element-id="elm_Mns_T9SmX-z077mZxr2YnA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_Mns_T9SmX-z077mZxr2YnA"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_FP5pelPEoRadO1Yle5UIFQ" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_FP5pelPEoRadO1Yle5UIFQ"] .zpimage-container figure img { width: 130px !important ; height: 130px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_FP5pelPEoRadO1Yle5UIFQ"] .zpimage-container figure img { width:130px ; height:130px ; } } @media (max-width: 767px) { [data-element-id="elm_FP5pelPEoRadO1Yle5UIFQ"] .zpimage-container figure img { width:130px ; height:130px ; } } [data-element-id="elm_FP5pelPEoRadO1Yle5UIFQ"].zpelem-image { border-radius:1px; margin-block-start:57px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Zoho%20One%20logos/42%20flow-512.png" width="130" height="130" loading="lazy" size="custom"/></picture></span></figure></div>
</div></div><div data-element-id="elm_4s0gAf7JfS4492rjF2f0OA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_4s0gAf7JfS4492rjF2f0OA"].zpelem-col{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-block-start-width:0px; border-inline-end-width:0px; border-block-end-width:0px; border-inline-start-width:3px; border-radius:1px; } </style><div data-element-id="elm_djWthOGndJmqzs0mfWWTQw" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_djWthOGndJmqzs0mfWWTQw"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;">#7 Zoho Flow</span></h2></div>
<div data-element-id="elm_c5w5H9ZB8NARX8Y8K7FTew" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_c5w5H9ZB8NARX8Y8K7FTew"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">This is a connector app that allows you to connect other apps to each other so they can share data and perform different actions. For example, you can automatically add a lead to Zoho CRM when a person registers to an event in Calendly. A new invitee in calendly would be the trigger of the workflow, and the lead creation in Zoho CRM is the action. You can add multiple steps to the workflows you create, as well as connecting different apps. So far it works with more than 600 apps and they keep adding more and more. Zoho Flow is really helpful when there's no native integration available between two apps that you need to connect.</span><br></div></div></div></div>
</div></div></div><div data-element-id="elm_pn1pPIiK6g_VTYUuOeFSig" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_pn1pPIiK6g_VTYUuOeFSig"].zprow{ border-radius:1px; } </style><div data-element-id="elm_Zs1y8Yxr-78WOHneRdKS-w" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_Zs1y8Yxr-78WOHneRdKS-w"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_3UZSxKRguXFEMse7IAex-w" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm_3UZSxKRguXFEMse7IAex-w"] div.zpspacer { height:30px; } @media (max-width: 768px) { div[data-element-id="elm_3UZSxKRguXFEMse7IAex-w"] div.zpspacer { height:calc(30px / 3); } } </style><div class="zpspacer " data-height="30"></div>
</div></div></div><div data-element-id="elm_KmB6qQtHGMt2ZeIPyQ-lkA" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_KmB6qQtHGMt2ZeIPyQ-lkA"].zprow{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-width:1px; border-radius:10px; padding:15px; } </style><div data-element-id="elm_GQEph8tvUkfyrAJ6wqZNJg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_GQEph8tvUkfyrAJ6wqZNJg"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_CnYdVx3o0LPHjL4KqaCslg" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_CnYdVx3o0LPHjL4KqaCslg"] .zpimage-container figure img { width: 130px !important ; height: 130px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_CnYdVx3o0LPHjL4KqaCslg"] .zpimage-container figure img { width:130px ; height:130px ; } } @media (max-width: 767px) { [data-element-id="elm_CnYdVx3o0LPHjL4KqaCslg"] .zpimage-container figure img { width:130px ; height:130px ; } } [data-element-id="elm_CnYdVx3o0LPHjL4KqaCslg"].zpelem-image { border-radius:1px; margin-block-start:75px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Blogpost/Zoho%20Campaigns.png" width="130" height="130" loading="lazy" size="custom"/></picture></span></figure></div>
</div></div><div data-element-id="elm_8K-XHCRWb1nZw4lbR5Z0cw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_8K-XHCRWb1nZw4lbR5Z0cw"].zpelem-col{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-block-start-width:0px; border-inline-end-width:0px; border-block-end-width:0px; border-inline-start-width:3px; border-radius:1px; } </style><div data-element-id="elm_B-1H7Oz6_pOjgo7ErizUyQ" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_B-1H7Oz6_pOjgo7ErizUyQ"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;">#8 Zoho Campaigns</span></h2></div>
<div data-element-id="elm_TupbQrmMdQl2yiR4jDG8PA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_TupbQrmMdQl2yiR4jDG8PA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">With Zoho Campaigns you can automate your email marketing campaigns as well as create email workflows so you can send the right emails to your customers or leads. If you send emails to your contacts database, you can automate the entire process using Zoho Campaigns. Create your email templates, create your contact list or segment, and send the campaign that will track when someone opens or clicks on an email you sent. It integrates with Zoho CRM so you can see what customers interacted with your emails and take action in the CRM. Also with workflows you can perform different actions depending on the user behavior. For example, if the user clicks on a link about shoes, the next email to be sent is going to be about shoes, or if the user clicks on a shirt, the next email should be about shirts. Similar apps are ActiveCampaign and Hubspot Marketing Hub.</span><br></div></div></div></div>
</div></div></div><div data-element-id="elm_auU8KMPMUGz7WJSAJabXXg" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_auU8KMPMUGz7WJSAJabXXg"].zprow{ border-radius:1px; } </style><div data-element-id="elm_tZ3tlpNKyoC2EIknvcS7oA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_tZ3tlpNKyoC2EIknvcS7oA"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm__nBXK5uPar5J2L0pLL_eAw" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm__nBXK5uPar5J2L0pLL_eAw"] div.zpspacer { height:30px; } @media (max-width: 768px) { div[data-element-id="elm__nBXK5uPar5J2L0pLL_eAw"] div.zpspacer { height:calc(30px / 3); } } </style><div class="zpspacer " data-height="30"></div>
</div></div></div><div data-element-id="elm_1KFzq00iKoZ12OOHfHLn3w" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_1KFzq00iKoZ12OOHfHLn3w"].zprow{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-width:1px; border-radius:10px; padding:15px; } </style><div data-element-id="elm_v-r3nrKsFa7LPz6Jrk4UBQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_v-r3nrKsFa7LPz6Jrk4UBQ"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_-WSHK_U1SiSQCUKeNyUO4A" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_-WSHK_U1SiSQCUKeNyUO4A"] .zpimage-container figure img { width: 120px !important ; height: 120px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_-WSHK_U1SiSQCUKeNyUO4A"] .zpimage-container figure img { width:120px ; height:120px ; } } @media (max-width: 767px) { [data-element-id="elm_-WSHK_U1SiSQCUKeNyUO4A"] .zpimage-container figure img { width:120px ; height:120px ; } } [data-element-id="elm_-WSHK_U1SiSQCUKeNyUO4A"].zpelem-image { border-radius:1px; margin-block-start:54px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Blogpost/Zoho%20Cliq.png" width="120" height="120" loading="lazy" size="custom"/></picture></span></figure></div>
</div></div><div data-element-id="elm_pD8clW7GbgNAn2JvWQz8Qw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_pD8clW7GbgNAn2JvWQz8Qw"].zpelem-col{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-block-start-width:0px; border-inline-end-width:0px; border-block-end-width:0px; border-inline-start-width:3px; border-radius:1px; } </style><div data-element-id="elm_wqy10z4rLMr7EyLINX45zw" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_wqy10z4rLMr7EyLINX45zw"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;">#9 Zoho Cliq</span></h2></div>
<div data-element-id="elm_SRcEDtMptDdqur4KrGPtXQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_SRcEDtMptDdqur4KrGPtXQ"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">This is a great chat app that you can use to chat with your team, as well as creating group chats, organization channels, start voice calls, video calls and screen sharing sessions. You can even do broadcasts. It's very flexible and customizable, and you can do a lot at a chat level, like sending gifs, emojis, pictures and files, and even add chat bots that will help you with automations or getting information from them. This app is being adopted by users more and more, and it integrates with a lot of other Zoho apps, so you can access your chats while you are using the CRM or Projects. Similar apps are Slack or Microsoft Teams.</span><br></div></div></div></div>
</div></div></div><div data-element-id="elm_4snCnHLIjdx5zz63JZmlSg" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_4snCnHLIjdx5zz63JZmlSg"].zprow{ border-radius:1px; } </style><div data-element-id="elm_HAS97DBTSGVdb-sxwGwmow" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_HAS97DBTSGVdb-sxwGwmow"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_rQg3GDObJTXXs9YrDymwXw" data-element-type="spacer" class="zpelement zpelem-spacer "><style> div[data-element-id="elm_rQg3GDObJTXXs9YrDymwXw"] div.zpspacer { height:30px; } @media (max-width: 768px) { div[data-element-id="elm_rQg3GDObJTXXs9YrDymwXw"] div.zpspacer { height:calc(30px / 3); } } </style><div class="zpspacer " data-height="30"></div>
</div></div></div><div data-element-id="elm_tOZ59GZpEDKj2-CDXPawkQ" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_tOZ59GZpEDKj2-CDXPawkQ"].zprow{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-width:1px; border-radius:10px; padding:15px; } </style><div data-element-id="elm_uNvf9vwopjjrGVjWsUqnTQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-2 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_uNvf9vwopjjrGVjWsUqnTQ"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_h0tOj6xL4i8vw8WzT0rwlg" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_h0tOj6xL4i8vw8WzT0rwlg"] .zpimage-container figure img { width: 120px !important ; height: 120px !important ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_h0tOj6xL4i8vw8WzT0rwlg"] .zpimage-container figure img { width:120px ; height:120px ; } } @media (max-width: 767px) { [data-element-id="elm_h0tOj6xL4i8vw8WzT0rwlg"] .zpimage-container figure img { width:120px ; height:120px ; } } [data-element-id="elm_h0tOj6xL4i8vw8WzT0rwlg"].zpelem-image { border-radius:1px; margin-block-start:46px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align-center zpimage-size-custom zpimage-tablet-fallback-custom zpimage-mobile-fallback-custom "><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/Blogpost/Zoho%20Bookings.png" width="120" height="120" loading="lazy" size="custom"/></picture></span></figure></div>
</div></div><div data-element-id="elm_qU9-p1Bd3TcmbnjCWwBUtA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-10 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_qU9-p1Bd3TcmbnjCWwBUtA"].zpelem-col{ border-style:solid; border-color:rgba(0,0,0,0.1) !important; border-block-start-width:0px; border-inline-end-width:0px; border-block-end-width:0px; border-inline-start-width:3px; border-radius:1px; } </style><div data-element-id="elm_PigqdWBIDpvzQ6IoJkxC4g" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_PigqdWBIDpvzQ6IoJkxC4g"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;">#10 Zoho Bookings</span></h2></div>
<div data-element-id="elm_42D4whT5Tw5mUTegsmO66g" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_42D4whT5Tw5mUTegsmO66g"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div><div><div style="color:inherit;text-align:left;"><span style="color:inherit;">With Bookings you can create a booking page that your clients or contacts can use to schedule meetings or phone calls with you. The app will make sure there are no double bookings, and that you have enough time between your meetings. You can customize it a lot, creating different pages based on the type of meeting, as well as the meeting length, and you can even process payments if you use the app for consultations. It integrates with other Zoho apps like CRM and Zoho Meetings, as well as with some video conferencing apps like Zoom or Google Meet.</span><br></div></div></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sun, 10 Apr 2022 09:10:10 -0700</pubDate></item><item><title><![CDATA[Assign task automatically to user field in Zoho CRM]]></title><link>https://www.blungo.com/blogs/post/assign-task-to-lookup-field-in-zoho-crm</link><description><![CDATA[In this tutorial we are going to create a workflow that will assign a task to a user that is not the record owner. In the example we will work on the ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_TtU0TENxTeG-8VJMZKTgPw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_08smufW4TguER_xF20H4jA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_08smufW4TguER_xF20H4jA"].zprow{ border-radius:1px; } </style><div data-element-id="elm_aDRteiiQQcifmwXpcREWNg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_aDRteiiQQcifmwXpcREWNg"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_oK-C9QwaTtHI7jdSOYeqSA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_oK-C9QwaTtHI7jdSOYeqSA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><p>In this tutorial we are going to create a workflow that will assign a task to a user that is not the record owner. In the example we will work on the Opportunities module (deals), and will create a function that is going to create and assign a task to the user that is selected in the Sales Support field.<br></p></div>
</div><div data-element-id="elm_N91jtSW8b7btidnA7vJ3EA" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_N91jtSW8b7btidnA7vJ3EA"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;"><p>Part 1: Add a user field to your layout</p></span></h3></div>
<div data-element-id="elm_eD65lYRAak449YcvKkgoVA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_eD65lYRAak449YcvKkgoVA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ol><li>In CRM, open the set up page, then go to modules and fields under customization</li><li>Open your deals module, in my case it's called opportunities</li><li>Open the layout you want to edit</li><li>Add a user field and name it</li><li>Save and close the module</li><li>Then, on the setup, go to developer space and click on APIs</li><li>On the top, go to APIs names and open &quot;opportunities&quot;</li><li>On the list, find the field you just created, and take note of the API name</li></ol><p><br></p></div>
</div><div data-element-id="elm_B-UuhmLNPQchcpQVaFx2uQ" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_B-UuhmLNPQchcpQVaFx2uQ"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true">Part 2: Creating the function</h3></div>
<div data-element-id="elm_CUhldDoto_pJXOkxeijcfg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_CUhldDoto_pJXOkxeijcfg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ol><li>In the set up, click on &quot;functions&quot; under &quot;developer space&quot;</li><li>Click on the &quot;new function&quot; button</li><li>Name the function and select automation as the category</li><li>Copy the code down below and paste it in the function body</li><ol><li>You will see that some texts are grey; they are clarifications that explain each part of the function in case you need to edit it</li></ol><li>Replace &quot;Sales_Support1&quot; for the API name that you found on step one</li><li>Replace &quot;Task name - &quot; with the name of the task you prefer</li><ol><li>The second part of this like is going to add the deal name to the task name, but you can removed this if you prefer [+ ifnull(dealDetails.get(&quot;Deal_Name&quot;),&quot;&quot;)]</li></ol><li>Replace the due date number with the number you want the task to be created at</li><li>Replace the reminder number with the number you want the system sends a reminder</li><ol><li>Make sure the due date is after the reminder date, otherwise the reminder will not work</li><li>If you don't want to set a reminder, you can remove the line completely, as well as the section marked in blue in the code</li></ol><li>Now click on edit arguments and map the argument &quot;yourDealid&quot; as an &quot;int&quot;</li><li>Finally save the arguments and save the function</li></ol></div>
</div><div data-element-id="elm_zba70tKP6baRtVIXWv5QtQ" data-element-type="box" class="zpelem-box zpelement zpbox-container zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_zba70tKP6baRtVIXWv5QtQ"].zpelem-box{ background-color:#A1E8C4; background-image:unset; border-style:solid; border-color:#04EA77 !important; border-width:2px; border-radius:15px; margin:20px; } </style><div data-element-id="elm_blWso7AeVA4bx8FAKD_mbg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_blWso7AeVA4bx8FAKD_mbg"].zpelem-text { border-radius:1px; margin:20px; } </style><div class="zptext zptext-align-left " data-editor="true"><span style="color:inherit;"><div>dealDetails = zoho.crm.getRecordById(&quot;Deals&quot;,yourDealid);</div><div>//find the sales support id related to the deal</div><div>SalesSupport = ifnull(dealDetails.get(&quot;<span style="background-color:rgb(244, 244, 78);">Sales_Support1</span>&quot;),&quot;&quot;).get(&quot;id&quot;);</div><div>//name the task combining get colors plus dial name</div><div>taskSubject = &quot;<span style="background-color:rgb(244, 244, 78);">Task name - </span>&quot; <span style="background-color:rgb(255, 203, 69);">+ ifnull(dealDetails.get(&quot;Deal_Name&quot;),&quot;&quot;)</span>;</div><div>//due date is 6 day after the task is created</div><div>dueDate = today.addDay(<span style="background-color:rgb(244, 244, 78);">6</span>);</div><div>//reminder 5 days after the task is created</div><div>reminderTime = today.addDay(<span style="background-color:rgb(244, 244, 78);">5</span>).toTime();</div><div>//creating the task</div><div>taskMap = Map();</div><div>taskMap.put(&quot;$se_module&quot;,&quot;Deals&quot;);</div><div>taskMap.put(&quot;What_Id&quot;,yourDealid);</div><div>taskMap.put(&quot;Owner&quot;,SalesSupport);</div><div>taskMap.put(&quot;Subject&quot;,taskSubject);</div><div>taskMap.put(&quot;Due_Date&quot;,dueDate);</div><div>//reminder via email</div><div><span style="background-color:rgb(161, 203, 232);">taskMap.put(&quot;Remind_At&quot;,{&quot;ALARM&quot;:&quot;FREQ=NONE;ACTION=EMAIL;TRIGGER=DATE-TIME:&quot; + reminderTime.toString(&quot;yyyy-MM-dd'T'HH:mm:ss'+05:30'&quot;)});</span></div><div><span style="background-color:rgb(161, 203, 232);">taskMap.put(&quot;Status&quot;,&quot;Not Started&quot;);</span></div><div><span style="background-color:rgb(161, 203, 232);">taskMap.put(&quot;Send_Notification_Email&quot;,true);</span></div><div>createResp = zoho.crm.createRecord(&quot;Tasks&quot;,taskMap);</div><div>info taskMap;</div><div>info createResp;</div></span></div>
</div></div><div data-element-id="elm_F04y-09OZllB9eFE3uMz3w" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_F04y-09OZllB9eFE3uMz3w"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true">Part 3: Creating the workflow</h3></div>
<div data-element-id="elm_A83fbC-Czpy9FvVPRANHbQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_A83fbC-Czpy9FvVPRANHbQ"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ol><li>In the setup page, click on workflow rules under automations</li><li>Create a new rule, select the deals module, and name it</li><li>Configure your workflow trigger and conditions:</li><ol><li>In my case we are going to do it on a record action &gt; when the stage is modified to any value</li><li>Condition: stage is &quot;scheduled estimate&quot;</li></ol><li>As the instant action, select &quot;function&quot;</li><li>Click on &quot;new function&quot; and then select &quot;functions&quot;</li><li>Find the function you just created, and click on &quot;configure&quot;</li><li>Map the argument &quot;yourDealid&quot; as the deal ID, using the # key</li><li>Test the workflow</li></ol></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sun, 18 Jul 2021 11:53:55 -0700</pubDate></item><item><title><![CDATA[Automatically create a project when deal is won (Zoho Projects and CRM)]]></title><link>https://www.blungo.com/blogs/post/Automatically-create-a-Zoho-Project-when-deal-is-won-in-Zoho-CRM</link><description><![CDATA[In this tutorial we are going to set up a workflow and a function that will create a project in Zoho Project, after a deal was modified in Zoho CRM. W ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_TtU0TENxTeG-8VJMZKTgPw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_08smufW4TguER_xF20H4jA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_08smufW4TguER_xF20H4jA"].zprow{ border-radius:1px; } </style><div data-element-id="elm_aDRteiiQQcifmwXpcREWNg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_aDRteiiQQcifmwXpcREWNg"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_KuXYhVEqjljoEFMIckCChA" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_KuXYhVEqjljoEFMIckCChA"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true">How it works</h3></div>
<div data-element-id="elm_keZ0bLXAQqWCZIR6M9LlDA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_keZ0bLXAQqWCZIR6M9LlDA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><p style="text-align:left;">In this tutorial we are going to set up a workflow and a function that will create a project in Zoho Project, after a deal was modified in Zoho CRM. When a user makes specific changes in Zoho CRM, like updating the deal stage, this will trigger a workflow that will call a function, and this function will create the project, as well as transferring information from the deal.</p></div>
</div><div data-element-id="elm_koFmoffNMMiOR7lfT4qupw" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_koFmoffNMMiOR7lfT4qupw"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true">Pre-requisites</h3></div>
<div data-element-id="elm_H-ryoygftDyZ8H9mU0rPtA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_H-ryoygftDyZ8H9mU0rPtA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ul><li style="text-align:left;">The deals layout has to be ready, with all fields matching the ones in Zoho Projects. Video:&nbsp;<a href="https://youtu.be/UK_MpUnYWvg">https://youtu.be/UK_MpUnYWvg</a></li><li style="text-align:left;">The project layout has to be ready as well, matching Zoho CRM fields. Video:&nbsp;<a href="https://youtu.be/Dy6K_fwARGw?t=14">https://youtu.be/Dy6K_fwARGw?t=14</a></li><li style="text-align:left;">A template in Zoho Projects has to be created. Video:&nbsp;<a href="https://youtu.be/Dy6K_fwARGw?t=126">https://youtu.be/Dy6K_fwARGw?t=126</a></li></ul></div>
</div><div data-element-id="elm_8pEZ4tCbomOsRT_x7dgTQA" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_8pEZ4tCbomOsRT_x7dgTQA"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true">Optional</h3></div>
<div data-element-id="elm_7iSy70Puoc8nCTzt8Hnamw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_7iSy70Puoc8nCTzt8Hnamw"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><p>This automation will <span style="font-weight:700;">NOT</span> work if the account field on the Deal is empty. You can manually assign an Account, before wining the Deal, or you can create a workflow to do it. If you choose to create a workflow, here are the steps:&nbsp;<a href="https://www.blungo.com/blogs/post/workflow-assign-account-to-a-deal-automatically-zoho-crm">https://www.blungo.com/blogs/post/workflow-assign-account-to-a-deal-automatically-zoho-crm</a><br></p></div>
</div><div data-element-id="elm_fY9G8YpKEL6qdrpxUBSiuQ" data-element-type="divider" class="zpelement zpelem-divider "><style type="text/css"> [data-element-id="elm_fY9G8YpKEL6qdrpxUBSiuQ"].zpelem-divider{ border-radius:1px; } </style><style></style><div class="zpdivider-container zpdivider-line zpdivider-align-center zpdivider-width100 zpdivider-line-style-solid "><div class="zpdivider-common"></div>
</div></div><div data-element-id="elm_N91jtSW8b7btidnA7vJ3EA" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_N91jtSW8b7btidnA7vJ3EA"].zpelem-heading { border-radius:1px; } </style><h1
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true">Creating the automation</h1></div>
<div data-element-id="elm_R9X6qYm0Syg1cX7j_kHJdQ" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_R9X6qYm0Syg1cX7j_kHJdQ"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="text-decoration-line:underline;">Part 1</span>: Adding a new connection</h3></div>
<div data-element-id="elm_eD65lYRAak449YcvKkgoVA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_eD65lYRAak449YcvKkgoVA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ol><li>In CRM, go to developer space and the to connections</li><li>Click on Add new connection, and select ZohoOAuth</li><li>Connection name: relateproject</li><li>Connection Link name: relateproject</li><li>Scope: choose these two variables: ZohoCRM.modules.ALL, ZohoProjects.projects.ALL, and ZohoProjects.projects.CREATE</li><li>Click on &quot;create and connect&quot;, and when a new window pops up, click on &quot;accept&quot;</li></ol></div>
</div><div data-element-id="elm_K6YbHvj5Ji0BZyBBbJzIEw" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_K6YbHvj5Ji0BZyBBbJzIEw"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="text-decoration-line:underline;">Part 2</span>: Adding a new function</h3></div>
<div data-element-id="elm_AnwD2u1czuApupRLez7ogA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_AnwD2u1czuApupRLez7ogA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ol><li>In the CRM, go to developers and then functions, and add a new function</li><li>Name it &quot;Create Project&quot; and select automation as the category</li><li>Copy the function listed below and paste in the function window</li><li>Click on &quot;edit arguments&quot;, and map the the arguments as shown in the image below the function</li><ul><li>You need to map: <span style="font-weight:700;">ProjName</span>, <span style="font-weight:700;">Description</span>, <span style="font-weight:700;">TemplateID</span>, <span style="font-weight:700;">PortalName</span>&nbsp;as <span style="font-style:italic;">string</span>&nbsp;and <span style="font-weight:700;">id</span> as <span style="font-style:italic;">int</span><br></li></ul></ol></div>
</div><div data-element-id="elm_0cpLipvMHrJS6XRBiyu66Q" data-element-type="box" class="zpelem-box zpelement zpbox-container zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_0cpLipvMHrJS6XRBiyu66Q"].zpelem-box{ background-color:#A1E8C4; background-image:unset; border-style:solid; border-color:#04EA77 !important; border-width:2px; border-radius:15px; margin:20px; } </style><div data-element-id="elm_KC6bEj1E5cl9KFRHmFexOA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_KC6bEj1E5cl9KFRHmFexOA"].zpelem-text { border-radius:1px; margin:20px; } </style><div class="zptext zptext-align-left " data-editor="true"><span style="color:inherit;"><div>createMap = Map();</div><div>createMap.put(&quot;name&quot;,ProjName);</div><div>createMap.put(&quot;description&quot;,Description);</div><div>createMap.put(&quot;template_id&quot;,TemplateID);</div><div>//custom fields</div><div>//end of custom fields</div><div>response = zoho.projects.createProject(PortalName,createMap,&quot;relateproject&quot;);</div><div>info response;</div><div>mp = Map();</div><div>mp.put(&quot;name&quot;,ProjName);</div><div>datalist = List();</div><div>datalist.add(mp);</div><div>datamp = Map();</div><div>datamp.put(&quot;data&quot;,datalist);</div><div>resp2 = invokeurl</div><div>[</div><div>url :&quot;https://www.zohoapis.com/crm/v2/Deals/&quot; + id + &quot;/Zoho_Projects/&quot; + response.getJSON(&quot;projects&quot;).getJSON(&quot;id&quot;)</div><div>type :POST</div><div>parameters:datamp.toString()</div><div>connection:&quot;relateproject&quot;</div><div>];</div><div>info resp2;</div></span></div>
</div></div><div data-element-id="elm_b5VpCfBYOzkq-a5Zv5SoZQ" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_b5VpCfBYOzkq-a5Zv5SoZQ"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="text-decoration-line:underline;">Part 3</span>: Testing the function</h3></div>
<div data-element-id="elm_-2l-5tpvRh69vNeFcPNB1w" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_-2l-5tpvRh69vNeFcPNB1w"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ol><li>Click on &quot;save and execute&quot;</li><li>In the new dialog, add your parameters:</li><ol><li><span style="font-weight:700;">ProjName</span>: Any name you want for the project<br></li><li><span style="font-weight:700;">Description</span>: Any description<br></li><li><span style="font-weight:700;">TemplateID</span>: Open the Zoho Projects template and copy the ID from the URL (ie:&nbsp;https://projects.zoho.com/portal/blungo#todomilestones/<span style="background-color:rgb(244, 244, 78);">1600615000000748888</span>/)<br></li><li><span style="font-weight:700;">PortalName</span>: Open Zoho Projects and find it in the URL (ie:&nbsp;https://projects.zoho.com/portal/<span style="background-color:rgb(244, 244, 78);">blungo</span>#todomilestones/1600615000000748888/)<br></li><li><span style="font-weight:700;">id</span>: Open a Deal in CRM and copy the Deal ID from the URL<br></li></ol><li>Click on save</li></ol></div>
</div><div data-element-id="elm_8lmihYZMt7RJLZf8R4Xr4w" data-element-type="box" class="zpelem-box zpelement zpbox-container zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_8lmihYZMt7RJLZf8R4Xr4w"].zpelem-box{ background-color:#CEE4F3; background-image:unset; border-style:solid; border-color:#A1CBE8 !important; border-width:2px; border-radius:15px; margin:20px; } </style><div data-element-id="elm_uX0iGrYMwIp8Sx6tpsQ85g" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_uX0iGrYMwIp8Sx6tpsQ85g"].zpelem-text { border-radius:1px; margin:20px; } </style><div class="zptext zptext-align-left " data-editor="true"><span style="color:inherit;"><div>If everything went well, you will get a long dialog box on the right, and at the end it will say that the function was successfully executed. If you get any errors, even if the function was successfully executed, you must have missed a step. Please remember that the Deal you are using to test this out has to have an Account related.</div></span></div>
</div></div><div data-element-id="elm_iu0r3x862lUUpoXvu400Gg" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_iu0r3x862lUUpoXvu400Gg"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="text-decoration-line:underline;">Part 4</span>: Adding custom fields</h3></div>
<div data-element-id="elm_eiJNgUxXu9ojRTvxHBzBSg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_eiJNgUxXu9ojRTvxHBzBSg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><p>To find custom fields API names from Zoho Projects, please follow this tutorial: LINK</p><p>You can reuse the connection you already created earlier on, or you can create a new connection.</p></div>
</div><div data-element-id="elm_riaA2G-g52Kq8XCZBar0Bw" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_riaA2G-g52Kq8XCZBar0Bw"].zpelem-heading { border-radius:1px; } </style><h4
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;">A) Once you have the custom field API names:</span></h4></div>
<div data-element-id="elm_FhxWkSgUWX6PwmozxF0nSg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_FhxWkSgUWX6PwmozxF0nSg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ol><li>Right after &quot;//custom fields&quot;, paste the following function:<br></li><ul><li><span style="color:inherit;background-color:rgb(161, 232, 196);">createMap.put(&quot;ZOHO_PROJECT_FIELD_API&quot;,CRM_FIELD_API);</span></li></ul><li>Replace &quot;<span style="color:inherit;"><span style="font-weight:700;">ZOHO_PROJECT_FIELD_API</span>&quot; with the Zoho Project Field API name of the field you want to map</span><br></li><li><span style="color:inherit;">In the CRM setup, go to &quot;developer space&quot; and the to &quot;APIs&quot;</span></li><ol><li><span style="color:inherit;">Click on &quot;APIs names&quot;, and then click on Deals</span></li><li><span style="color:inherit;">Find the field that you want to map, and copy the API name</span></li></ol><li>Go back to the function, and replace &quot;<span style="font-weight:700;">CRM_FIELD_API</span>&quot; with the API name you just found<br></li><li>Repeat the same steps for as many fields as you want to map</li></ol></div>
</div><div data-element-id="elm_9r9iQx5E9UbVCZlN3gRKhQ" data-element-type="box" class="zpelem-box zpelement zpbox-container zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_9r9iQx5E9UbVCZlN3gRKhQ"].zpelem-box{ background-color:#CEE4F3; background-image:unset; border-style:solid; border-color:#A1CBE8 !important; border-width:2px; border-radius:15px; margin:20px; } </style><div data-element-id="elm_wefZqpL98pQcUjUBPK9Mqw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_wefZqpL98pQcUjUBPK9Mqw"].zpelem-text { border-radius:1px; margin:20px; } </style><div class="zptext zptext-align-left " data-editor="true"><span style="color:inherit;"><div>Note: to map a date field, you have to use the following function:</div><div><ul><li><span style="color:inherit;background-color:rgb(161, 232, 196);">createMap.put(&quot;ZOHO_PROJECT_FIELD_API&quot;,CRM_FIELD_API.toString(&quot;MM-dd-yyyy&quot;));</span></li></ul></div></span></div>
</div></div><div data-element-id="elm_RN--6DK1oAYvEywiabGUDg" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_RN--6DK1oAYvEywiabGUDg"].zpelem-heading { border-radius:1px; } </style><h4
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;">B) Map the arguments</span></h4></div>
<div data-element-id="elm_LZDtXnQJZ96hfyMs5TBfHQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_LZDtXnQJZ96hfyMs5TBfHQ"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ol><li>Click on &quot;edit arguments&quot;</li><li>For each field you want to map, add one argument line</li><li>Copy the &quot;CRM API names&quot; and paste them on the lines you added</li><ol><li>ie: createMap.put(&quot;UDF_CHAR1&quot;,<span style="background-color:rgb(244, 244, 78);">Zoho_Drive_Folder</span>);</li></ol><li>Select &quot;string&quot; as type, for all of them</li><li>Click on &quot;save&quot;</li></ol><p><br></p><p>Finally, save the function by clicking on &quot;Save&quot; on the top right corner.</p></div>
</div><div data-element-id="elm_nAwrYUFbPAh0pZZuRMfq8Q" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_nAwrYUFbPAh0pZZuRMfq8Q"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="text-decoration-line:underline;">Part 5</span>: Creating the workflow</h3></div>
<div data-element-id="elm_Nh8X_s2qqOwJE1UWpumzPw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_Nh8X_s2qqOwJE1UWpumzPw"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ol><li>Go to the workflows section and create a new one</li><li>Name it and relate it to the deals module</li><li>When: stage is modified</li><li>Condition: stage is Signed (select any stage you want to trigger this workflow)</li><li>Instant Action: Function</li><li>Click on &quot;functions&quot; and select the function &quot;create project&quot;</li><li>Now click on &quot;configure&quot;, and map all the fields (press # for merge field)</li><ol><li><span style="font-weight:700;">PortalName</span>: find it in the ZohoProjects URL (ie:&nbsp;https://projects.zoho.com/portal/<span style="background-color:rgb(244, 244, 78);">blungo</span>#todomilestones/1600615000000748888/)<br></li><li><span style="font-weight:700;">TemplateID</span>: find it in the template URL (ie:&nbsp;https://projects.zoho.com/portal/blungo#todomilestones/<span style="background-color:rgb(244, 244, 78);">160061500000008888</span>/)<br></li><li>The rest of the fields are merge fields from the CRM, including <span style="font-weight:700;">id</span>, which is the Deal ID<br></li></ol><li>Click on &quot;save and associate&quot;</li><li>Finally click on Save</li></ol><div><br></div>
<div><div><span style="font-weight:700;">Now refresh the deal you want to test this automation on and move it to the signed stage. The new project should be created automatically in Zoho Projects, and all the fields from the CRM should be copied to the fields in Projects. Also the project should be linked to the CRM in the projects section.</span></div>
</div><p><br></p></div></div></div></div></div></div></div> ]]></content:encoded><pubDate>Mon, 05 Jul 2021 15:51:00 -0700</pubDate></item><item><title><![CDATA[How to find Zoho Project APIs names using Zoho CRM]]></title><link>https://www.blungo.com/blogs/post/how-to-find-zoho-project-apis-names-using-zoho-crm</link><description><![CDATA[This tutorial will show you how to use Zoho CRM to find Zoho Project's APIs names, for system fields and custom fields. This has been tested using Zoh ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_TtU0TENxTeG-8VJMZKTgPw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_08smufW4TguER_xF20H4jA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"> [data-element-id="elm_08smufW4TguER_xF20H4jA"].zprow{ border-radius:1px; } </style><div data-element-id="elm_aDRteiiQQcifmwXpcREWNg" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_aDRteiiQQcifmwXpcREWNg"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_oK-C9QwaTtHI7jdSOYeqSA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_oK-C9QwaTtHI7jdSOYeqSA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><p>This tutorial will show you how to use Zoho CRM to find Zoho Project's APIs names, for system fields and custom fields. This has been tested using Zoho One, and Zoho CRM+.</p></div>
</div><div data-element-id="elm_G4DGViEu9fi-YifGr1jG0g" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_G4DGViEu9fi-YifGr1jG0g"].zpelem-video{ border-radius:1px; } </style><div class="zpvideo-container zpiframe-align-center zpiframe-mobile-align- zpiframe-tablet-align-"><iframe class="zpvideo " width="560" height="315" src="https://www.youtube.com/embed/ldKQDQCTRso" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_N91jtSW8b7btidnA7vJ3EA" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_N91jtSW8b7btidnA7vJ3EA"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true"><span style="color:inherit;"><p>Part 1: Adding a new connection</p></span></h3></div>
<div data-element-id="elm_eD65lYRAak449YcvKkgoVA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_eD65lYRAak449YcvKkgoVA"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ol><li>In CRM, go to developer space and the to connections</li><li>Click on Add new connection, and select ZohoOAuth</li><li>Connection name: relateproject</li><li>Connection Link name: relateproject</li><li>Scope: choose these two variables: ZohoCRM.modules.ALL and ZohoProjects.projects.ALL</li><li>Click on &quot;create and connect&quot;, and when a new window pops up, click on &quot;accept&quot;</li></ol><p><br></p></div>
</div><div data-element-id="elm_B-UuhmLNPQchcpQVaFx2uQ" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_B-UuhmLNPQchcpQVaFx2uQ"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true">Part 2: Creating a new function and finding custom fields</h3></div>
<div data-element-id="elm_CUhldDoto_pJXOkxeijcfg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_CUhldDoto_pJXOkxeijcfg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ol><li>In CRM, add a new function, name it and select automation as the category</li><li>Paste the code listed below in the function body</li><li>Make sure the connection name matched the one you created</li><li>Replace the portal name in the function with yours</li><li>Click on &quot;Save and Execute&quot;</li><li>In the new panel you will be able to see the custom field IDs, one per line (ie: UDF_CHAR1)</li></ol></div>
</div><div data-element-id="elm_zba70tKP6baRtVIXWv5QtQ" data-element-type="box" class="zpelem-box zpelement zpbox-container zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_zba70tKP6baRtVIXWv5QtQ"].zpelem-box{ background-color:#A1E8C4; background-image:unset; border-style:solid; border-color:#04EA77 !important; border-width:2px; border-radius:15px; margin:20px; } </style><div data-element-id="elm_blWso7AeVA4bx8FAKD_mbg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_blWso7AeVA4bx8FAKD_mbg"].zpelem-text { border-radius:1px; margin:20px; } </style><div class="zptext zptext-align-left " data-editor="true"><div>resp = invokeurl</div><div>[</div><div>url :&quot;https://projectsapi.zoho.com/restapi/portal/<span style="background-color:rgb(244, 244, 78);">blungo</span>/projects/customfields/&quot;</div><div>type :GET</div><div>connection:&quot;<span style="background-color:rgb(244, 244, 78);">relateproject</span>&quot;</div><div>];</div><div>info resp;</div></div>
</div></div><div data-element-id="elm_F04y-09OZllB9eFE3uMz3w" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_F04y-09OZllB9eFE3uMz3w"].zpelem-heading { border-radius:1px; } </style><h3
 class="zpheading zpheading-style-none zpheading-align-left " data-editor="true">Part 3: Find system fields</h3></div>
<div data-element-id="elm_A83fbC-Czpy9FvVPRANHbQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_A83fbC-Czpy9FvVPRANHbQ"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><ol><li>Go to Zoho Projects and open a project</li><li>Copy the Project ID that you can find on the URL (ie:&nbsp;https://projects.zoho.com/portal/blungo#project/<span style="background-color:rgb(244, 244, 78);">160061500000067</span><span style="background-color:rgb(244, 244, 78);">8899</span>)</li><li>In the function, replace &quot;customfields&quot; with the Project ID</li><li>Save and execute</li></ol></div>
</div><div data-element-id="elm_Embw27c5KuOFu-amsdXI-g" data-element-type="box" class="zpelem-box zpelement zpbox-container zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_Embw27c5KuOFu-amsdXI-g"].zpelem-box{ background-color:#A1E8C4; background-image:unset; border-style:solid; border-color:#04EA77 !important; border-width:2px; border-radius:15px; margin:20px; } </style><div data-element-id="elm_y5lpxEVqO6WM9olig8Ewlg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_y5lpxEVqO6WM9olig8Ewlg"].zpelem-text { border-radius:1px; margin:20px; } </style><div class="zptext zptext-align-left " data-editor="true"><div>resp = invokeurl</div><div>[</div><div>url :&quot;https://projectsapi.zoho.com/restapi/portal/<span style="background-color:rgb(244, 244, 78);">blungo</span>/projects/<span style="color:inherit;background-color:rgb(244, 244, 78);">1600615000000670007</span>/&quot;</div><div>type :GET</div><div>connection:&quot;<span style="background-color:rgb(244, 244, 78);">relateproject</span>&quot;</div><div>];</div><div>info resp;</div></div>
</div></div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 02 Jul 2021 11:55:22 -0700</pubDate></item></channel></rss>