<?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.creatorscripts.com/blogs/tag/email/feed" rel="self" type="application/rss+xml"/><title>Creator Scripts. - Zoho Blogs #Email</title><description>Creator Scripts. - Zoho Blogs #Email</description><link>https://www.creatorscripts.com/blogs/tag/email</link><lastBuildDate>Fri, 27 Mar 2026 09:00:45 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[How to display images in an html email using public url]]></title><link>https://www.creatorscripts.com/blogs/post/how-to-display-images-in-an-html-email-using-public-url</link><description><![CDATA[<img align="left" hspace="5" src="https://www.creatorscripts.com/In less than a minute- you-ll have your FREE digital menu- -2-.png"/>How to display images in an HTML email using public URL]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_xtsth2p0ThSSkqkWJesyaw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_LIEX-FHwSbe3_Z3TvW-zMA" 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_K8RaU8KnSci77kEdWaNRBg" 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_AxDc8NDVR2i418_uKZuBnQ" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_AxDc8NDVR2i418_uKZuBnQ"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-left " data-editor="true"><span style="color:inherit;">Greetings, fellow partners If you need to display images in an HTML email to convey a more professional look. A public URL image that is described in the video below can help.&nbsp;</span>All the scripts required to put it together are also included<span style="color:inherit;">. Your welcome!</span></h2></div>
<div data-element-id="elm_edDx3_nnzn2trO-7hpAS2A" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_edDx3_nnzn2trO-7hpAS2A"].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/3vKgz9mic24" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_aUbPF7c3RuKYhY47wd0G7g" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_aUbPF7c3RuKYhY47wd0G7g"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div style="color:inherit;"><ul><li style="text-align:left;">Add an Image field (Photo)</li><li style="text-align:left;">Upload Photos to the view</li><li style="text-align:left;">Publish the view</li><li style="text-align:left;">Create a Function &quot;Send&quot; under namespace &quot;Emails&quot;</li><li style="text-align:left;">Use an integer parameter to get the record ID</li><li style="text-align:left;">Clean the Photo field</li><li style="text-align:left;">Incorporate the record ID into the public URL along with the name of the view</li><li style="text-align:left;">modify the report type in the URL to image-download</li><li style="text-align:left;">in the end, we include the clean filename storing the Photo</li><li style="text-align:left;">create a variable &quot;message content&quot; to store the body of the email </li><li style="text-align:left;">Now you can add the Send Email function</li></ul><div style="text-align:left;"><br></div><div style="text-align:left;"><div><span style="font-size:18px;">//Script Function</span></div></div><div style="text-align:left;"><br></div><div style="text-align:left;"><div style="color:inherit;"><div>void Emails.Send(int eid)</div><br><div>{</div><br><div>getEmployee = Employees[ID == input.eid];</div><br><div>//Email Function with Image from within a record</div><br><div>filename = getEmployee.Photo.getsuffix(&quot;image/&quot;).getprefix(&quot;\&quot; border&quot;).trim();</div><br><div>customurl = &quot;https://creatorexport.zoho.com/zoho_admin1031/de-constructing-zoho-creator/Employees_Report/&quot; + getEmployee.ID + &quot;/Photo/image-download/GPnD5kAZGK8TGGC69XNjjmMsRyxtdDONOTFORGETTOSMASHTHELIKEBUTTONqFs6OPTQtzhKDebR4H9Xd9WzjSDZCTCxkhBK9wd5nkDjJMJG/&quot; + filename;</div><br><div>messageContent = &quot;&lt;div text-ali&quot;gn: center;\&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;table cellpadding=&quot;\&quot;2\&quot;&quot; cellspacing=&quot;\&quot;2\&quot;&quot; border=&quot;\&quot;0\&quot;&quot; width:&quot; 100%; font-size: 10pt;\&quot;&gt;&lt;tbody&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;img src=&quot;\&quot;&quot;&quot; + customurl + &quot;\&quot;&quot; + &quot; hei&quot;ght: 100px; width: 100px;\&quot;&gt;&lt;/style&gt;&quot;;</div><br><div>sendmail</div><br><div>[</div><br><div>from :zoho.adminuserid</div><br><div>to :&quot;youremail@zoho.com&quot;</div><br><div>subject :&quot;This is a test email with an HTML Image&quot;</div><br><div>message :&quot;&lt;div&gt;&quot; + replaceAll(messageContent,&quot;null&quot;,&quot;&quot;) + &quot;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Any other email details you need to incorporate bla bla bla....&lt;/div&gt;&quot;</div><br><div>]</div><br><div>}</div></div></div><ul style="text-align:left;"></ul></div></div>
</div><div data-element-id="elm_li8_6wUmTiWZhQzSYCvgbg" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_li8_6wUmTiWZhQzSYCvgbg"].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-md zpbutton-style-none " href="/submit-a-request" title="Zoho Creator Development"><span class="zpbutton-content">Need Custom Development?</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 24 Aug 2022 22:25:30 -0500</pubDate></item><item><title><![CDATA[What makes Zoho Mail so great to disrupt a 22 million user market?]]></title><link>https://www.creatorscripts.com/blogs/post/What-makes-Zoho-Mail-so-great-to-disrupt-a-22-million-user-market</link><description><![CDATA[Zoho Mail is a familiar hosting emails interface for businesses. Overtime it has gain traction according to google trends based on the searches peopl ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_NrndnzP4R3yFgA3fr5gCjg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_iJNtq9V-Q4yDgVNuYL6BZw" 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_q0SqK0B-SjugH2k8LWqFjA" 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_LuS7H8rGSxu-5A5O8YulIQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><a alt="Zoho Mail" href="https://www.creatorscripts.com/zohomail-suite.html" target="_self" title="Zoho Mail">Zoho Mail</a> is a familiar hosting emails interface for businesses. Overtime it has gain traction according to google trends based on the searches people around the world do.</p></div></div>
</div><div data-element-id="elm_FfgoV88DQquikeALTnvZjQ" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><script type="text/javascript" src="https://ssl.gstatic.com/trends_nrtr/1154_RC03/embed_loader.js"></script><script type="text/javascript"> trends.embed.renderExploreWidget("TIMESERIES", {"comparisonItem":[{"keyword":"zoho mail","geo":"","time":"2004-01-01 2017-09-14"}],"category":0,"property":""}, {"exploreQuery":"date=2004-01-01 2017-09-14&q=zoho%20mail","guestPath":"https://trends.google.com:443/trends/embed/"}); </script></div>
</div><div data-element-id="elm_4KH_Bg9jTJ2x34y5hJldqQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p>While India is an obvious country to show up on the Interest by region it has grown more rapidly in other countries such as Colombia in Latinamerica and are quickly growing the share of use.</p></div></div>
</div><div data-element-id="elm_0o_tGRAJRKGUmaG9Lsz9XQ" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><script type="text/javascript" src="https://ssl.gstatic.com/trends_nrtr/1154_RC03/embed_loader.js"></script><script type="text/javascript"> trends.embed.renderExploreWidget("GEO_MAP", {"comparisonItem":[{"keyword":"zoho mail","geo":"","time":"2004-01-01 2017-09-14"}],"category":0,"property":""}, {"exploreQuery":"date=2004-01-01 2017-09-14&q=zoho%20mail","guestPath":"https://trends.google.com:443/trends/embed/"}); </script></div>
</div><div data-element-id="elm_XylePo-NRYmVEM2MZLuV9A" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p>At this point i was intrigued and had to dug deeper to find out how zoho mail was doing vs the market dominant email hosting for businesses provider Microsoft outlook. Outlook trend does not look good at all in Colombia for Mr softy and Zoho Mail is gaining traction traction traction. So the obvious question now is What makes Zoho Mail so great to disrupt a 22 million user market like Colombia?</p></div></div>
</div><div data-element-id="elm_ooh_JK1FQ3KT6YDYV4D2xQ" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><script type="text/javascript" src="https://ssl.gstatic.com/trends_nrtr/1154_RC03/embed_loader.js"></script><script type="text/javascript"> trends.embed.renderExploreWidget("TIMESERIES", {"comparisonItem":[{"keyword":"zoho mail","geo":"CO","time":"today 5-y"},{"keyword":"/m/017xch","geo":"CO","time":"today 5-y"}],"category":0,"property":""}, {"exploreQuery":"date=today 5-y,today 5-y&geo=CO&q=zoho%20mail,%2Fm%2F017xch","guestPath":"https://trends.google.com:443/trends/embed/"}); </script></div>
</div><div data-element-id="elm_cZj3EiRTSvyYX2AdA58Xig" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><h2><span>What makes Zoho Mail so great?</span></h2></div></div>
</div><div data-element-id="elm_R8rEYF0cS5W3_TAfhr2OiA" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><h2 style="font-size:26px;margin-bottom:10px;text-align:center;font-weight:inherit;"><a href="https://www.zoho.com/mail/webmail.html">Ad-Free, Clean, Fast Interface.</a></h2><p style="text-align:left;">There are no ads displayed in <a alt="Zoho Mail's" href="https://www.creatorscripts.com/zohomail-suite.html" target="_self" title="Zoho Mail's">Zoho Mail's</a> web mail interface, ever. Not even in our free plans. This means total respect for user privacy as your messages are not scanned for keywords to feed you ads. However, freedom from annoying ads is not the stand out feature in <a alt="Zoho Mail" href="https://www.creatorscripts.com/zohomail-suite.html" target="_self" title="Zoho Mail">Zoho Mail</a>. It's the wide range of options to organize and categorize your messages. This includes familiar items like folders and labels, flags, automatic filters, as well as one-of-a-kind capabilities, like the thread nesting style conversation view.</p><p></p><p></p></div></div>
</div><div data-element-id="elm_oXgtOvOLTPChpQUdCkWCow" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><h2 style="font-size:26px;margin-bottom:10px;text-align:center;font-weight:inherit;"><a href="https://www.zoho.com/mail/advanced-features.html">Feature Packed for Business &amp; Professional Use</a></h2><p style="text-align:left;"><a alt="Zoho Mail's" href="https://www.creatorscripts.com/zohomail-suite.html" target="_self" title="Zoho Mail's">Zoho Mail's</a> webmail interface has been designed to break the notion that only desktop email clients can provide the power features favored by business users. Your users will find the familiar functionality of desktop email blended perfectly with the convenience and flexibility of browser-based access. This means you get the best of both worlds.</p><p></p></div></div>
</div><div data-element-id="elm_zhpEU7cmRLeigNp36CJwiw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><h2 style="font-size:26px;margin-bottom:10px;text-align:center;font-weight:inherit;"><a href="https://www.zoho.com/mail/online-office-apps.html">Go Beyond Email. Take Your Office Online</a></h2><p style="text-align:left;">Gone are the days of software installations and upgrades. Take your office to the cloud. Zoho Mail comes bundled with Zoho Docs, a comprehensive online office and document management suite that runs from within a web browser. Your users can create, edit and collaborate on word documents, spreadsheets and presentations; online. Along with integrated calendar, tasks, notes and contacts modules, <a alt="Zoho Mail" href="https://www.creatorscripts.com/zohomail-suite.html" target="_self" title="Zoho Mail">Zoho Mail</a> provides the best tools to improve productivity and efficiency.</p><p></p></div></div>
</div><div data-element-id="elm_v81Ln8x9QJ-laf0PrhvLAQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><h2 style="font-size:26px;margin-bottom:10px;text-align:center;font-weight:inherit;"><a href="https://www.zoho.com/mail/anywhere-access.html">Anywhere, Anytime Access<span></span></a></h2><p style="text-align:left;">The biggest advantage of email hosted on the cloud is that you get to access your messages on the move. Be it through your mobile, laptop or desktop, as long as there is an internet connection - present almost anywhere, anytime these days - keep your email exchanges and communications flowing.</p><p></p></div></div>
</div><div data-element-id="elm_HlT1GMJqRoGctp_wr8Q9fg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><h2 style="font-size:26px;margin-bottom:10px;text-align:center;font-weight:inherit;"><a href="https://www.zoho.com/mail/control-panel.html">Extensive Control Panel<span></span></a></h2><p style="text-align:left;">Your IT administrators will find it a breeze to set up and manage emailing for your business with the extensive control panel interface. Representing the entire back end of your email hosting account, administrators can easily control individual user mailbox quota and privileges, email policies, group email accounts and other such aspects from within this centralized control center.</p><p></p></div></div>
</div><div data-element-id="elm_zN1fIPnNQRqdOiLOr6QHYg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><h2 style="font-weight:inherit;margin-bottom:10px;text-align:center;font-size:26px;"><a href="https://www.zoho.com/mail/migration.html">Free, Expert Aided Migration Options<span>&nbsp;</span></a></h2><p style="text-align:left;">The task of migrating from your existing email solution is simple without laborious setup, loss of time, or loss of productivity. A self-service migration module is a few clicks away in the control panel. Lightweight software tools are available for Exchange server and Outlook PST migrations. Our support experts will coordinate with you throughout the process to ensure your switch is smooth. And to top it all up, we do not charge extra for migration assistance.</p><p></p></div></div>
</div><div data-element-id="elm_2X826XIjR5-0AWQEudRijw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><h2 style="font-weight:inherit;margin-bottom:10px;text-align:center;font-size:26px;"><a href="https://www.zoho.com/mail/email-crm-integration.html">Email &amp; CRM Integration<span>&nbsp;</span></a></h2><p style="text-align:left;">Businesses of all sizes are doing the smart thing of setting up a <a alt="CRM application" href="https://www.creatorscripts.com/zohocrm.html" target="_self" title="CRM application">CRM application</a> for their sales and marketing teams, enabling them to work more efficiently. At the same time, habits die hard and people still rely on good old email for communicating with clients, prospects and customers. What do you do? If you made the wise decision of choosing <a alt="Zoho CRM" href="https://www.creatorscripts.com/zohocrm.html" target="_self" title="Zoho CRM">Zoho CRM</a> for your business, you'll be amazed with the contextual gadgets feature in <a alt="Zoho Mail" href="https://www.creatorscripts.com/zohomail-suite.html" target="_self" title="Zoho Mail">Zoho Mail</a>. It's like having CRM inside your email.</p><p></p></div></div>
</div><div data-element-id="elm_9YM0Vw09Qf2boXSu7OE_tw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p>There is no magic to such traction. Explosive growth is an art with very specific steps to follow. If you are interested in learning more about explosive growth? Check out&nbsp;<span><a href="https://www.amazon.com/gp/product/1591848369/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1591848369&linkCode=as2&tag=ehocom-20&linkId=f0cddfe22592f99ca7e3a0e23444064b" target="_blank">Traction: How Any Startup Can Achieve Explosive Customer Growth</a>&nbsp;If you are a<span>&nbsp;Zoho Mail user? We would love to hear your feedback and help you with any zoho questions you may have.</span></span></p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 14 Sep 2017 11:26:34 -0500</pubDate></item><item><title><![CDATA[How Zoho Mail is Making the World a Better Place]]></title><link>https://www.creatorscripts.com/blogs/post/How-Zoho-Mail-is-Making-the-World-a-Better-Place</link><description><![CDATA[Take Control Of Your Inbox Experience the charm of Webmail that provides a combination of clean, ad-free, minimalist interface and power features geare ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_mji46KWjTfCJCC-uKQe2IA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_u1YNLYJSR0qJCtseqS-vTQ" 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_I0t8et48QFiU4-lFjqqzLA" 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__-z5qv3RSIaUJy-bvpvWUg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><h1><font size="4">Take Control Of Your Inbox</font></h1>Experience the charm of Webmail that provides a combination of clean, ad-free, minimalist interface and power features geared for business and professional use.<br style="font-size:16px;"><span style="font-size:16px;"><a alt="Get up to 25 free mailboxes, Minus ads" href="https://payments.zoho.com/ResellerCustomerSignUp.do?id=523c937bbbb0f5db9b29cfaedd74647d308c81455805c405bd66873efc2653e6&amp;locale=en" target="_self" title="Get up to 25 free mailboxes, Minus ads">Get up to 25 free mailboxes, Minus ads</a>.</span><p></p></div></div>
</div><div data-element-id="elm_rXg2RvRCRBaoGWuT3mBPlw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><h4 style="font-size:20px;font-weight:600;margin-bottom:10px;font-style:inherit;"><a href="https://www.zoho.com/mail/advanced-features.html" style="font-style:inherit;font-weight:inherit;">Best of Both Worlds </a></h4><p style="font-size:14px;font-style:inherit;">Experience a clean, fast Webmail with powerful features matching or superior to those found in desktop email clients. Take control of your Inbox and attain freedom from tedious software upgrades.</p><p></p></div></div>
</div><div data-element-id="elm_XeU8pItcTSG9n-HD19tugA" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><h4 style="font-size:20px;font-weight:600;margin-bottom:10px;"><a href="https://www.zoho.com/mail/webmail.html" style="font-style:inherit;font-weight:inherit;">No Ads, Privacy Guaranteed </a></h4><p style="font-size:14px;">At Zoho, we strive to be a stand out company in terms of respecting user data and privacy. We do not display ads, even in our free plans. Your email exchanges are never scanned for keywords.</p><p></p></div></div>
</div><div data-element-id="elm_6JnPnJgLTqeXdAAPT88ShQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><h4 style="font-size:20px;font-weight:600;margin-bottom:10px;"><a href="https://www.zoho.com/mail/control-panel.html" style="font-style:inherit;font-weight:inherit;">Smooth Setup &amp; Management </a></h4><p style="font-size:14px;">Set up email for your business fast with a step-by-step setup wizard. Easily manage email policies, groups, mailbox quota and more using an extensive Control Panel.</p><p></p></div></div>
</div><div data-element-id="elm_a7ovrZm8Sii7oiQvfsvmDA" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><h4 style="font-size:20px;font-weight:600;margin-bottom:10px;"><a href="https://www.zoho.com/security.html" style="font-style:inherit;font-weight:inherit;" target="_blank">Secure &amp; Reliable</a></h4><p style="font-size:14px;">Being a provider of more than 25+ apps that go beyond email, Zoho datacenters are protected with multiple layers of secure infrastructure with 99.9% uptime guarantee.</p><p></p></div></div>
</div><div data-element-id="elm_QgKfFXlVSNiH8Wwrh7iDHA" data-element-type="image" class="zpelement zpelem-image "><style></style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="center" data-tablet-image-separate="" data-mobile-image-separate="" class="zpimage-container zpimage-align-center zpimage-size-original zpimage-tablet-fallback-original zpimage-mobile-fallback-original hb-lightbox " data-lightbox-options="
                type:fullscreen,
                theme:dark"><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor" role="link" tabindex="0" aria-label="Open Lightbox" style="cursor:pointer;"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/files/2015-08-21_12-48-08.png" size="original" data-lightbox="true"/></picture></span><figcaption class="zpimage-caption zpimage-caption-align-center"><span class="zpimage-caption-content">Creator Scripts Zoho Mail</span></figcaption></figure></div>
</div><div data-element-id="elm__dwYyatfSbWQ_bYA0R9EWw" data-element-type="button" class="zpelement zpelem-button "><style></style><div class="zpbutton-container zpbutton-align-center "><style type="text/css"></style><a class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md zpbutton-style-none " href="https://payments.zoho.com/ResellerCustomerSignUp.do?id=523c937bbbb0f5db9b29cfaedd74647d308c81455805c405bd66873efc2653e6&amp;locale=en" target="_blank"><span class="zpbutton-content">Sign Up Now</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 21 Aug 2015 12:53:55 -0500</pubDate></item><item><title><![CDATA[3 Zoho CRM hacks you did not know were possible]]></title><link>https://www.creatorscripts.com/blogs/post/3-Zoho-CRM-hacks-you-did-not-know-were-possible</link><description><![CDATA[Uncover three surprising hacks you can implement with Zoho CRM to enhance your business operations. These lesser-known tips will help you unlock the full potential of your CRM system, optimizing efficiency and boosting your business growth.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_YNq1Yhe2RdCFibce2SYbww" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_mWQLxkzsRDOPRJDp4qmi-w" 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_aO0_wcPyTQOxm7ShuDwFGg" 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_w3aiT3kXTFexhPTFEA-22g" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><h2>1. Aggregate emails under Accounts module</h2></div></div>
</div><div data-element-id="elm_kILmNgeXQ_aDBwbsU6-xyQ" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_kILmNgeXQ_aDBwbsU6-xyQ"] .zpimage-container figure img { width: 500px ; height: 500.00px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_kILmNgeXQ_aDBwbsU6-xyQ"] .zpimage-container figure img { width:500px ; height:500.00px ; } } @media (max-width: 767px) { [data-element-id="elm_kILmNgeXQ_aDBwbsU6-xyQ"] .zpimage-container figure img { width:500px ; height:500.00px ; } } [data-element-id="elm_kILmNgeXQ_aDBwbsU6-xyQ"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align- zpimage-size-medium zpimage-tablet-fallback-medium zpimage-mobile-fallback-medium hb-lightbox " data-lightbox-options="
                type:fullscreen,
                theme:dark"><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor" role="link" tabindex="0" aria-label="Open Lightbox" style="cursor:pointer;"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/files/Untitled%20design.png" width="500" height="500.00" loading="lazy" size="medium" alt="Creator Scripts Aggregate Emails" data-lightbox="true"/></picture></span><figcaption class="zpimage-caption zpimage-caption-align-center"><span class="zpimage-caption-content"></span></figcaption></figure></div>
</div><div data-element-id="elm_mYKI-zSnTsqP5d1xgPzDnw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_mYKI-zSnTsqP5d1xgPzDnw"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align- " data-editor="true"><div><p><font size="3"><span></span></font></p><span><p><font size="3"></font></p><span style="font-size:18px;"><p><font size="3"></font></p><p><font size="3"></font></p><span><p style="font-size:19px;">When it comes to data aggregation there is not such thing as too much of it.&nbsp;Zoho CRM aggregates your emails under Leads or Contacts, but not under&nbsp;Accounts.</p><p style="font-size:19px;">If you conduct B2B&nbsp;operations then emails under Contacts makes little to no sense at all.&nbsp;You can actually hack your way through having emails as a related list under Accounts.<br></p><p style="font-size:19px;">In order for this process to&nbsp;work&nbsp;we need 3 key components working at the same time;</p><p><font size="3"></font></p><p><font size="3"><br></font></p><p><font size="3"><span style="font-size:18px;">1.&nbsp;<a href="/zohocreator" title="Zoho Creator" rel="">Zoho Creator</a>&nbsp;account synced to your&nbsp;<a href="/zohocrm" title="Zoho CRM" rel="">Zoho CRM</a>&nbsp;platform.</span></font></p><span style="font-size:18px;"></span><p><font size="3"><span style="font-size:18px;">2. Enterprise edition on your Zoho CRM plan.</span></font></p><span style="font-size:18px;"></span><p><font size="3"><span style="font-size:18px;">3. And ability to forward emails from your current email hosting provider. i.e.&nbsp;<a alt="Outlook" href="http://www.amazon.com/gp/product/B00F1J3G9C/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00F1J3G9C&amp;linkCode=as2&amp;tag=ehocom-20" target="_self" title="Outlook">Outlook</a>,&nbsp;<a alt="Gmail" href="http://www.amazon.com/gp/product/B00H9K3IGM/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00H9K3IGM&amp;linkCode=as2&amp;tag=ehocom-20" target="_self" title="Gmail">Gmail</a>, etc ( most do )</span></font></p><span style="font-size:18px;"></span><p><font size="3"><br></font></p><span style="font-size:18px;"></span><p><font size="3"><span style="line-height:25px;font-size:18px;"><a href="https://www.creatorscripts.com/blogs/post/How-to-view-email-conversations-associated-with-Zoho-CRM-account-names" title="Keep reading here..." rel="">Keep reading here...</a></span></font></p></span><br><p></p><p></p></span><p></p></span><p></p></div>
</div></div><div data-element-id="elm_BxtsD2lnTrGUS_YK4oaLDg" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><h2>2. Adding Barcodes to Sales Orders, Invoices or Product Items.</h2></div></div>
</div><div data-element-id="elm_4LramBkATJi2PtRVLqDjwQ" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_4LramBkATJi2PtRVLqDjwQ"] .zpimage-container figure img { width: 500px ; height: 500.00px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_4LramBkATJi2PtRVLqDjwQ"] .zpimage-container figure img { width:500px ; height:500.00px ; } } @media (max-width: 767px) { [data-element-id="elm_4LramBkATJi2PtRVLqDjwQ"] .zpimage-container figure img { width:500px ; height:500.00px ; } } [data-element-id="elm_4LramBkATJi2PtRVLqDjwQ"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align- zpimage-size-medium zpimage-tablet-fallback-medium zpimage-mobile-fallback-medium hb-lightbox " data-lightbox-options="
                type:fullscreen,
                theme:dark"><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor" role="link" tabindex="0" aria-label="Open Lightbox" style="cursor:pointer;"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/files/Creator%20Script%20Barcode.png" width="500" height="500.00" loading="lazy" size="medium" alt="Creator Scripts Barcode API" data-lightbox="true"/></picture></span><figcaption class="zpimage-caption zpimage-caption-align-center"><span class="zpimage-caption-content"></span></figcaption></figure></div>
</div><div data-element-id="elm_q84So-gRS7aR_EvCfHFN9w" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_q84So-gRS7aR_EvCfHFN9w"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align- " data-editor="true"><div><p><font size="3"><span style="font-size:18px;">If your business is starting to grow and you process hundreds if not thousands of transactions per day scanning orders, invoices or inventory items becomes a must have.</span></font></p><span style="font-size:18px;"></span><p><font size="3"><br></font></p><span style="font-size:18px;"></span><p><font size="3"><span style="font-size:18px;">The barcode API uses a very simple RESTful interface. Each barcode can be generated by creating the proper URL.&nbsp;Currently, the API supports the following barcode types:Code 39&nbsp;(c39)Code 128a&nbsp;(c128a)Code 128b&nbsp;(c128b)Code 128c&nbsp;(c128c)4 of 5 Interleaved&nbsp;(i2of5)</span></font></p><span style="font-size:18px;"></span><p><font size="3"><span style="font-size:18px;"><br></span></font></p><span style="font-size:18px;"></span><p><font size="3"><span style="font-size:18px;">You can find all API details in the following url&nbsp;<span style="line-height:1.6;"><a href="https://workdrive.zohopublic.com/writer/open/rnahjdd4ca049d80044e8a360baa429bfcc52" title="Barcode API" target="_blank" rel="">http://www.barcodes4.me/apidocumentation</a></span>&nbsp;but if you need help implementing it into your Zoho CRM account do not hesitate to <a href="/contact-us" title="contact us" rel="">contact us</a>.</span></font></p><p><br></p></div>
</div></div><div data-element-id="elm_eBIxk3ocTc2qVHKDqyZeCQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><h1><font size="5">3.&nbsp;Calculate Distance between 2 addresses and store value in Zoho CRM</font></h1></div></div>
</div><div data-element-id="elm_gGQwM9_CS862MsCElysKTA" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_gGQwM9_CS862MsCElysKTA"] .zpimage-container figure img { width: 500px ; height: 500.00px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_gGQwM9_CS862MsCElysKTA"] .zpimage-container figure img { width:500px ; height:500.00px ; } } @media (max-width: 767px) { [data-element-id="elm_gGQwM9_CS862MsCElysKTA"] .zpimage-container figure img { width:500px ; height:500.00px ; } } [data-element-id="elm_gGQwM9_CS862MsCElysKTA"].zpelem-image { border-radius:1px; } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimage-container zpimage-align- zpimage-size-medium zpimage-tablet-fallback-medium zpimage-mobile-fallback-medium hb-lightbox " data-lightbox-options="
                type:fullscreen,
                theme:dark"><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor" role="link" tabindex="0" aria-label="Open Lightbox" style="cursor:pointer;"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/files/Calculate%20Distance%20with%20Google%20API-2.png" width="500" height="500.00" loading="lazy" size="medium" alt="Creator Scripts Google Maps Distance" data-lightbox="true"/></picture></span><figcaption class="zpimage-caption zpimage-caption-align-center"><span class="zpimage-caption-content"></span></figcaption></figure></div>
</div><div data-element-id="elm_u7xQS2ZSRqKED-iz37Q-Ow" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_u7xQS2ZSRqKED-iz37Q-Ow"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align- " data-editor="true"><div><div><div><div><p><span style="font-size:18px;"><font size="3">With Gogole API you can easily calculate the distance between 2 addresses or coordinates get a value in km or miles back from google server and store the value within Creator or CRM fields for your database operations.&nbsp;</font></span></p><span style="font-size:18px;"><p><font size="3"><br></font></p><p><font size="3"><b>How to use it?</b></font></p><p><font size="3"><br></font></p></span><p><font size="3"><span style="font-size:18px;">Well...for starters wouldn´t it be awesome if your employees could log the mileage automatically as they visit each location? With&nbsp;<a alt="Zoho Creator" href="http://www.creatorscripts.com/zohocreator.html" target="_self" title="Zoho Creator">Zoho Creator</a>&nbsp;and Google maps API is now possible.&nbsp;<a alt="Zoho Creator" href="http://www.creatorscripts.com/zohocreator.html" target="_self" title="Zoho Creator">Zoho Creator</a>&nbsp;mobile app enables you to submit forms from your phone when you are surveying the market, visiting clients or simply performing maintenance to your business units. From&nbsp;Zoho Creator you can push values back to your Zoho CRM as related reports under each&nbsp;Account, Lead or Contact.</span><br></font></p></div></div></div>
</div></div></div><div data-element-id="elm_CB1jlTQCSpmXKWZJInED3g" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_CB1jlTQCSpmXKWZJInED3g"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><ul><li><div><p></p><p><b><font size="3"><span style="font-size:18px;">Similar Blog posts</span></font></b></p><ul><li><font size="4" style="font-weight:bold;line-height:25px;"><a href="https://www.creatorscripts.com/blogs/post/3-unique-guides-to-Calculate-Customer-Lifetime-Value-LTV" title="3 unique guides to Calculate Customer Lifetime Value (LTV)" rel=""><span style="font-size:18px;">3 unique guides to Calculate Customer Lifetime Value (LTV)</span></a></font><br></li><li><font size="3"><b><a href="https://www.creatorscripts.com/blogs/post/Best-online-tools-that-will-take-your-business-to-Next-Level" title="Best online tools that will take your business to the next level" rel=""><span style="font-size:18px;">Best online tools that will take your business to the next level</span></a></b></font><br></li></ul><p></p></div></li></ul><p></p></div>
</div></div><div data-element-id="elm_iATEx3mdeHc42Z3uZGBphw" data-element-type="divider" class="zpelement zpelem-divider "><style type="text/css"> [data-element-id="elm_iATEx3mdeHc42Z3uZGBphw"].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_lycmN3bI0uTbMBGUWDw3WQ" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><div itemscope itemtype="https://schema.org/FAQPage"><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">What do you use Zoho CRM for?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"><a href="https://www.creatorscripts.com/zohocrm">Zoho CRM</a> is used to manage customer relationships, track sales, and streamline business processes. It helps businesses automate and streamline their sales, marketing, customer support, and inventory management processes. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">Is Zoho owned by Google?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> No, Zoho is not owned by Google. Zoho is a privately held company based in Chennai, India. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">Who is Zoho CRM best for?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> Zoho CRM is best for small to medium-sized businesses looking for a cost-effective and customizable CRM solution. It's also suitable for businesses in a variety of industries, including sales, marketing, customer support, and inventory management. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">What are the disadvantages of Zoho CRM?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> Some of the disadvantages of Zoho CRM include limited scalability for larger enterprises, limited integration options with other business tools, and a learning curve for some users. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">What are the 3 types of CRM?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> The 3 types of CRM are operational CRM, analytical CRM, and collaborative CRM. Operational CRM focuses on automating and streamlining business processes, analytical CRM provides insights into customer behavior and preferences, and collaborative CRM facilitates communication and collaboration between teams and customers. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">Is Zoho using SAP?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> No, Zoho is not using SAP. Zoho is an independent company that develops its own suite of business and productivity tools, including Zoho CRM. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">Is Zoho completely free?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> No, Zoho CRM is not completely free. While Zoho offers a free basic plan, more advanced features and higher user limits are available with paid plans. </div>
</div></div><div itemprop="mainEntity" itemscope itemtype="https://schema.org/Question"><h3 itemprop="name">Does Zoho use SQL?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> Yes, Zoho uses SQL (Structured Query Language) to store and manage its data in the database. SQL is a standard language for managing and manipulating relational databases. </div>
</div></div></div></div></div></div></div></div></div></div> ]]></content:encoded><pubDate>Sat, 20 Jun 2015 12:32:34 -0500</pubDate></item><item><title><![CDATA[How to view email conversations associated with Zoho CRM account names?]]></title><link>https://www.creatorscripts.com/blogs/post/How-to-view-email-conversations-associated-with-Zoho-CRM-account-names</link><description><![CDATA[<img align="left" hspace="5" src="https://www.creatorscripts.com/email-conversations-associated-with-Zoho-CRM-account-names.png"/>Discover the streamlined process to access email conversations linked to specific Zoho CRM account names. Enhance your CRM experience by keeping track of crucial client communications.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm__4YgYx19RiGlZFzP0GxDUw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_0rsyj9knRUW1R5EmLfbgzg" 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_P6q1hOfoQUCRl2c_u4Zfpw" 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_MlKiBrKgRr6akzCP-hnHRg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_MlKiBrKgRr6akzCP-hnHRg"].zpelem-text { border-radius:1px; } </style><div class="zptext zptext-align- " data-editor="true"><div><div><p><font size="3"><span style="font-size:18px;">In order for this process to properly work we need 3 key components working at the same time.</span></font></p><p><font size="3"><br></font></p><p><font size="3"><span style="font-size:18px;">1. <a alt="Zoho Creator" href="http://www.creatorscripts.com/creator.html" target="_self" title="Zoho Creator">Zoho Creator</a> account synced to your <a href="/zohocrm" title="Zoho CRM" rel="">Zoho CRM</a> platform.</span></font></p><p><font size="3"><span style="font-size:18px;">2. Enterprise edition on your Zoho CRM plan.</span></font></p><p><font size="3"><span style="font-size:18px;">3. And ability to forward emails from your current email hosting provider. i.e. <a alt="Outlook" href="http://www.amazon.com/gp/product/B00F1J3G9C/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00F1J3G9C&amp;linkCode=as2&amp;tag=ehocom-20" target="_self" title="Outlook">Outlook</a>, <a alt="Gmail" href="http://www.amazon.com/gp/product/B00H9K3IGM/ref=as_li_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00H9K3IGM&amp;linkCode=as2&amp;tag=ehocom-20" target="_self" title="Gmail">Gmail</a>, etc ( most do )</span></font></p><p><font size="3"><br></font></p><p><font size="3"><span style="font-size:18px;">First, you need to determine what information to use as a search field for your Zoho creator script. The Name of the account or the email associated with the account would do the trick, but before you make up your mind these are a few questions to consider in your logic selection.</span></font></p><p><font size="3"><br></font></p><p><font size="3"><span style="font-size:18px;">a. Do you have multiple accounts under the same umbrella name? i.e. Holiday Inn Metro &amp; Holiday Inn Austin, etc or you only have Holiday Inn. If you only have one name for each account then a &quot;Name&quot; match would work just fine.</span></font></p><p><font size="3"><span style="font-size:18px;">b. Are the incoming emails for an account coming from 1 email only or multiple user emails? i..e admin@holidayinn.com or james@holidayinn.com &amp; scott@holidayinn.com</span></font></p><p><font size="3"><br></font></p><p><font size="3"><span style="font-size:18px;">Use the Quadrant below to determine which logic to use and ensure perfect matching of your emails with the corresponding related account. The process also works for Contacts in CRM with a unique ID we can utilize for reference. If you need implementation of this process in your CRM please <a alt="Contact Us" href="http://www.creatorscripts.com/contact-us.html" target="_self" title="Contact Us">Contact Us</a>.</span></font></p><p><font size="3"><br></font></p><p><img src="/files/Logic%20%281%29.png" width="575px"><br></p></div>
</div></div></div><div data-element-id="elm_c96K5aER_jix9NBMZ6hRpw" data-element-type="divider" class="zpelement zpelem-divider "><style type="text/css"> [data-element-id="elm_c96K5aER_jix9NBMZ6hRpw"].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_3CtgRARsKtKc2uJxjbR_Ag" data-element-type="dividerIcon" class="zpelement zpelem-dividericon "><style type="text/css"> [data-element-id="elm_3CtgRARsKtKc2uJxjbR_Ag"].zpelem-dividericon{ border-radius:1px; } </style><style></style><div class="zpdivider-container zpdivider-icon zpdivider-align-center zpdivider-width100 zpdivider-line-style-solid zpdivider-icon-size-md zpdivider-style-none "><div class="zpdivider-common"><svg viewBox="0 0 448 512" height="448" width="512" xmlns="http://www.w3.org/2000/svg"><path d="M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z"></path></svg></div>
</div></div><div data-element-id="elm_-EautfJP2ExiVuriBlUGXw" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><div class="featured-posts"><h2>🌟 Featured Zoho CRM Blog Posts</h2><ul><li><a href="https://www.creatorscripts.com/blogs/post/How-to-Enhance-Your-Sales-Process-for-Better-Conversions-with-Zoho-CRM">How to Enhance Your Sales Process for Better Conversions with Zoho CRM</a></li><li><a href="https://www.creatorscripts.com/blogs/post/The-Top-5-CRM-Data-Scrubbing-Tools-You-Need-to-Know-About">The Top 5 CRM Data Scrubbing Tools You Need to Know About</a></li><li><a href="https://www.creatorscripts.com/blogs/post/Enhance-your-Zoho-CRM-Lead-information-with-Email-Intelligence">Enhance your data with Email Intelligence from TowerData API</a></li><li><a href="https://www.creatorscripts.com/blogs/post/6-reasons-why-a-route-planner-is-important-for-optimizing-field-sales">6 reasons why a route planner is important for optimizing field sales</a></li><li><a href="https://www.creatorscripts.com/blogs/post/How-Zoho-CRM-became-the-worlds-favorite-CRM-software">How Zoho CRM became the world’s favorite CRM software</a></li><li><a href="https://chat.openai.com/g/g-q8VZSV5pH-free-crm-checklist">FREE CRM Checklist Your Interactive Guide to Creating the Perfect CRM Checklist</a></li></ul></div>
</div></div><div data-element-id="elm_YhP6fYdsG9Q_atAsSvtUfA" data-element-type="divider" class="zpelement zpelem-divider "><style type="text/css"> [data-element-id="elm_YhP6fYdsG9Q_atAsSvtUfA"].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_dPFLrak7IlZqt6sSbZAjEg" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><div itemscope itemtype="https://schema.org/FAQPage"><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">What do you use Zoho CRM for?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"><a href="https://www.creatorscripts.com/zohocrm">Zoho CRM</a> is used to manage customer relationships, track sales, and streamline business processes. It helps businesses automate and streamline their sales, marketing, customer support, and inventory management processes. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">Is Zoho owned by Google?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> No, Zoho is not owned by Google. Zoho is a privately held company based in Chennai, India. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">Who is Zoho CRM best for?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> Zoho CRM is best for small to medium-sized businesses looking for a cost-effective and customizable CRM solution. It's also suitable for businesses in a variety of industries, including sales, marketing, customer support, and inventory management. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">What are the disadvantages of Zoho CRM?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> Some of the disadvantages of Zoho CRM include limited scalability for larger enterprises, limited integration options with other business tools, and a learning curve for some users. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">What are the 3 types of CRM?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> The 3 types of CRM are operational CRM, analytical CRM, and collaborative CRM. Operational CRM focuses on automating and streamlining business processes, analytical CRM provides insights into customer behavior and preferences, and collaborative CRM facilitates communication and collaboration between teams and customers. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">Is Zoho using SAP?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> No, Zoho is not using SAP. Zoho is an independent company that develops its own suite of business and productivity tools, including Zoho CRM. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">Is Zoho completely free?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> No, Zoho CRM is not completely free. While Zoho offers a free basic plan, more advanced features and higher user limits are available with paid plans. </div>
</div></div><div itemprop="mainEntity" itemscope itemtype="https://schema.org/Question"><h3 itemprop="name">Does Zoho use SQL?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> Yes, Zoho uses SQL (Structured Query Language) to store and manage its data in the database. SQL is a standard language for managing and manipulating relational databases. </div>
</div></div></div></div></div></div></div></div></div></div> ]]></content:encoded><pubDate>Sun, 10 Aug 2014 16:05:39 -0500</pubDate></item><item><title><![CDATA[How to Attach a file to an Email Notification in Zoho Creator?]]></title><link>https://www.creatorscripts.com/blogs/post/How-to-Attach-a-file-to-an-Email-Notification-in-Zoho-Creator</link><description><![CDATA[Learn how to efficiently attach files to email notifications in Zoho Creator. Streamline your communication process and enhance collaboration with our step-by-step guide. Simplify your workflow today!]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_mA28KwMYRhGVX8n_897yzQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_QX6nF4tvSQy7IGneyGYiMw" 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_MQLF1TgyRkiX2kDYNM-8fg" 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_ms6tJRwxQwSmleDCXPiAOQ" data-element-type="imagetext" class="zpelement zpelem-imagetext "><style> @media (min-width: 992px) { [data-element-id="elm_ms6tJRwxQwSmleDCXPiAOQ"] .zpimagetext-container figure img { width: 1110px ; height: 556.71px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_ms6tJRwxQwSmleDCXPiAOQ"] .zpimagetext-container figure img { width:723px ; height:362.61px ; } } @media (max-width: 767px) { [data-element-id="elm_ms6tJRwxQwSmleDCXPiAOQ"] .zpimagetext-container figure img { width:415px ; height:208.14px ; } } [data-element-id="elm_ms6tJRwxQwSmleDCXPiAOQ"].zpelem-imagetext{ border-radius:1px; } </style><div data-size-tablet="" data-size-mobile="" data-align="left" data-tablet-image-separate="false" data-mobile-image-separate="false" class="zpimagetext-container zpimage-with-text-container zpimage-align-left zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit "><figure role="none" class="zpimage-data-ref"><a class="zpimage-anchor" href="/zohocreator" target="" title="Zoho Creator Backend" rel=""><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/files/optimized_Zoho Creator_1110x556.png" width="415" height="208.14" loading="lazy" size="fit" alt="Attachfiletoemail" data-lightbox="false"/></picture></a><figcaption class="zpimage-caption zpimage-caption-align-center"><span class="zpimage-caption-content"></span></figcaption></figure><div class="zpimage-text zpimage-text-align-left " data-editor="true"><div><div><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p></p><p><span style="font-size:18px;"><span style="line-height:1.6;">After adding your SendEmail function and constructing your message and particulars of the notification change your script builder to the Free Flow version as indicated in the top right section of your platform. Under the section Message: you will click enter to create a space and include the following line of code</span><br></span></p><span style="font-size:18px;"></span><p><br></p><span style="font-size:18px;"></span><p><span style="font-size:18px;">attachments:file:input.File_upload,file:input.File_upload_2,file:input.File_upload_3,file:input.File_upload_4,file:input.File_upload_5,file:input.File_upload_6<br></span></p><span style="font-size:18px;"></span><p><span style="font-size:18px;"><br></span></p><span style="font-size:18px;"></span><p><span style="font-size:18px;">attachments: to indicate you want to attach a file</span></p><span style="font-size:18px;"></span><p><span style="font-size:18px;">file: to call the field type file</span></p><span style="font-size:18px;"></span><p><span style="font-size:18px;">input.Name_file to indicate which file field you are referring to&nbsp;</span></p><span style="font-size:18px;"></span><p><span style="font-size:18px;"><br></span></p><span style="font-size:18px;"></span><p><span style="font-size:18px;">You can add as many files as needed but will need to add a &quot;,&quot; between each file. Hope it helps let me know if you have any issues.</span></p></div>
</div></div></div></div><div data-element-id="elm_mBH-MBq_QGGqv0YVARhOpA" data-element-type="image" class="zpelement zpelem-image "><style> @media (min-width: 992px) { [data-element-id="elm_mBH-MBq_QGGqv0YVARhOpA"] .zpimage-container figure img { width: 1110px ; height: 556.71px ; } } @media (max-width: 991px) and (min-width: 768px) { [data-element-id="elm_mBH-MBq_QGGqv0YVARhOpA"] .zpimage-container figure img { width:723px ; height:362.61px ; } } @media (max-width: 767px) { [data-element-id="elm_mBH-MBq_QGGqv0YVARhOpA"] .zpimage-container figure img { width:415px ; height:208.14px ; } } </style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="left" data-tablet-image-separate="" data-mobile-image-separate="" class="zpimage-container zpimage-align-left zpimage-size-fit zpimage-tablet-fallback-fit zpimage-mobile-fallback-fit hb-lightbox " data-lightbox-options="
                type:fullscreen,
                theme:dark"><figure role="none" class="zpimage-data-ref"><span class="zpimage-anchor" role="link" tabindex="0" aria-label="Open Lightbox" style="cursor:pointer;"><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/files/optimized_Files_1110x556.png" width="415" height="208.14" loading="lazy" size="fit" alt="Email Attachments" data-lightbox="true"/></picture></span><figcaption class="zpimage-caption zpimage-caption-align-center"><span class="zpimage-caption-content"></span></figcaption></figure></div>
</div><div data-element-id="elm_scXVNud0bEiDZ0px4481mQ" data-element-type="divider" class="zpelement zpelem-divider "><style type="text/css"> [data-element-id="elm_scXVNud0bEiDZ0px4481mQ"].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_Sd0srK5skHH0x2eEyhjELg" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><div itemscope itemtype="https://schema.org/FAQPage"><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">What does Zoho Creator do?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"><a href="https://www.creatorscripts.com/zohocreator">Zoho Creator</a> is a low-code platform that enables businesses and individuals to create custom applications and automate their work processes without the need for coding. Zoho Creator provides a drag-and-drop interface, pre-built templates, and a range of tools and features to help users build custom applications quickly and easily. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">Is Zoho Creator worth it?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> Whether Zoho Creator is worth it depends on your specific needs and requirements. Zoho Creator is a powerful platform that can help businesses and individuals automate their work processes, streamline their workflow, and save time and resources. If you need a platform to build custom applications, Zoho Creator may be worth it for you. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">How much does Zoho Creator cost?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> Zoho Creator has a range of pricing options, starting from a free plan with limited features, to a paid plan that starts at $7 per user per month. The exact cost will depend on the number of users, the features and tools you need, and the type of plan you choose. Zoho also offers a custom pricing option for larger organizations with more complex needs. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">Is Zoho owned by Google?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> No, Zoho is not owned by Google. Zoho is a privately held company based in Chennai, India. It was founded in 1996 and provides a range of online productivity and business applications. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">What are the benefits of Zoho Creator?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> Zoho Creator provides several benefits, including: <ul><li>Custom application creation without coding</li><li>Automation of work processes and streamlined workflow</li><li>Reduced time and resources required for application development</li><li>Flexibility and scalability to meet changing business needs</li><li>Integration with other Zoho and third-party applications</li></ul></div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">Is Zoho hard to learn?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> The level of difficulty in learning Zoho will depend on your experience and familiarity with similar platforms and tools. Zoho Creator is designed to be user-friendly, with a drag-and-drop interface and pre-built templates, making it accessible to users with limited technical skills. However, as with any platform, there may be a learning curve for some users, especially for more complex features and tools. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">Does Zoho require coding?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> No, Zoho Creator does not require coding. The platform provides a drag-and-drop interface and pre-built templates, making it possible to build custom applications without writing any code. However, advanced users with coding skills can also customize and extend their applications using the Zoho Creator scripting language. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">Do hackers use Zoho?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> Like any online platform, Zoho is vulnerable to hacking and security threats. However, Zoho takes security very seriously and implements a range of measures to protect its users' data and applications, including encryption, secure data centers, and regular security audits. It is important for users to follow best practices for securing their Zoho accounts, such as using strong passwords and enabling two-factor authentication. </div>
</div></div><div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question"><h3 itemprop="name">Is Zoho completely free?</h3><div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer"><div itemprop="text"> No, Zoho Creator is not completely free. The platform offers a free plan with limited features, as well as paid plans starting at $7 per user per month. The exact cost will depend on the number of users, the features and tools you need, and the type of plan you choose. </div>
</div></div></div></div></div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 12 Dec 2013 15:39:15 -0600</pubDate></item></channel></rss>