<?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/google-api/feed" rel="self" type="application/rss+xml"/><title>Creator Scripts. - Zoho Blogs #Google API</title><description>Creator Scripts. - Zoho Blogs #Google API</description><link>https://www.creatorscripts.com/blogs/tag/google-api</link><lastBuildDate>Tue, 12 May 2026 19:04:14 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[Push Zoho CRM Contacts into Google Contacts automatically]]></title><link>https://www.creatorscripts.com/blogs/post/Push-Zoho-CRM-Leads-into-Google-Contacts-automatically</link><description><![CDATA[<img align="left" hspace="5" src="https://www.creatorscripts.com/files/GoogleContacts.jpg"/>Zoho CRM comes with an in-house two-way sync integration with Google Contacts. The problem is the daily frequency it updates the datasets. Meaning; y ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_ygKREnzOTWSIGNyHP6T6ww" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_BM5IjiCiR1y7Vz4fAvZ4Gw" 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_cKa8ASohRGmLB45Ew4bsiQ" 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_TQyg0QjNTSWP6kSRAnq5wQ" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><a alt="Zoho CRM" href="https://www.creatorscripts.com/new-zoho-crm.html" target="_self" title="Zoho CRM">Zoho CRM</a> comes with an in-house two-way sync integration with Google Contacts. The problem is the daily frequency it updates the datasets. Meaning; you would have to wait 24 hours to see the modifications done in one side or the other.</p></div></div>
</div><div data-element-id="elm_jyo-7A_KQ_SayRfKVOLnYQ" data-element-type="image" class="zpelement zpelem-image "><style></style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="" data-tablet-image-separate="" data-mobile-image-separate="" class="zpimage-container zpimage-align- 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"><a class="zpimage-anchor" href="https://www.creatorscripts.com/new-zoho-crm.html" target="_self" title="GoogleContacts" rel=""><picture><img class="zpimage zpimage-style-none zpimage-space-none " src="/files/GoogleContacts.jpg" size="original" alt="ZohoCRM_GoogleContacts" data-lightbox="true"/></picture></a><figcaption class="zpimage-caption zpimage-caption-align-center"><span class="zpimage-caption-content"></span></figcaption></figure></div>
</div><div data-element-id="elm_Y7M868KCQQOKNy0w32tgaw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p>But sometimes your workflow requires the push of that information instantly otherwise an important task is not created or a specific notification is not sent. Or simply because you can you decide to push the record over with the click of a button. If that is the case we have great news.</p><p><br></p><p>With the use of <a alt="Zoho Creator" href="https://www.creatorscripts.com/zohocreator.html" target="_self" title="Zoho Creator">Zoho Creator</a> we have implemented an instant integration between your <a alt="Zoho CRM" href="https://www.creatorscripts.com/new-zoho-crm.html" target="_self" title="Zoho CRM">Zoho CRM</a> Leads and Google Contacts.</p></div></div>
</div><div data-element-id="elm_iNhcwV2GTF6P-t3vrffPVw" data-element-type="image" class="zpelement zpelem-image "><style></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-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/GoogleContactsSteps.jpg" size="original" alt="ZohoCreator_GoogleContacts" 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_wwF335mRQIWrXlCSqege-A" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span></span></p><p>getData = Add_Contact[ID == input.recID];<br>userEmail = User_Master[ID == getData.User_Email];<br>url = &quot;https://www.google.com/m8/feeds/contacts/&quot; + userEmail.Email + &quot;/full?v=3.0&quot;;<br>request = &quot;&lt;atom:entry xmlns:atom=\&quot;http://www.w3.org/2005/Atom\&quot; xmlns:gd=\&quot;http://schemas.google.com/g/2005\&quot;&gt;&lt;atom:category scheme=&quot;\&quot;http://schemas.google.com/g/2005#kind\&quot;&quot; term=&quot;\&quot;http://schemas.google.com/contact/2008#contact\&quot;/&gt;&quot;;<br></p>request = request + &quot;&lt;gd:name&gt;&lt;gd:givenName&gt;&quot; + ifnull(getData.Name,&quot;&quot;) + &quot;&lt;/gd:givenName&gt;&lt;gd:familyName&gt;&quot; + ifnull(getData.Family_Name,&quot;&quot;) + &quot;&lt;/gd:familyName&gt;&lt;gd:fullName&gt;&quot; + ifnull(getData.Name,&quot;&quot;) + &quot; &quot; + ifnull(getData.Family_Name,&quot;&quot;) + &quot;&lt;/gd:fullName&gt;&lt;/gd:name&gt;&quot;;<br>request = request + &quot;&lt;gd:email rel=&quot;\&quot;http://schemas.google.com/g/2005#work\&quot;&quot; primary=&quot;\&quot;true\&quot;&quot; address=&quot;\&quot;&quot;&quot; + getData.Primary_Email + &quot;\&quot; displayName=&quot;\&quot;&quot;&quot; + ifnull(getData.Name,&quot;&quot;) + &quot;\&quot;/&gt; &lt;gd:email rel=&quot;\&quot;http://schemas.google.com/g/2005#home\&quot;&quot; address=&quot;\&quot;&quot;&quot; + getData.Secondary_Email + &quot;\&quot;/&gt;&quot;;<br>request = request + &quot;&lt;gd:phoneNumber rel=&quot;\&quot;http://schemas.google.com/g/2005#work\&quot;&quot; primary=&quot;\&quot;true\&quot;&gt;&quot; &quot; + getData.Phone_Home + &quot; &lt;/gd:phoneNumber&gt;&lt;gd:phoneNumber rel=&quot;\&quot;http://schemas.google.com/g/2005#home\&quot;&gt;&quot;&quot; + getData.Phone_Work + &quot;&lt;/gd:phoneNumber&gt;&quot;;<br>request = request + &quot;&lt;gd:structuredPostalAddress rel=&quot;\&quot;http://schemas.google.com/g/2005#work\&quot;&quot; primary=&quot;\&quot;true\&quot;&gt;&lt;gd:city&gt;&quot;&quot; + getData.City + &quot;&lt;/gd:city&gt;&lt;gd:street&gt;&quot; + getData.Street + &quot;&lt;/gd:street&gt;&lt;gd:region&gt;&quot; + getData.Region + &quot;&lt;/gd:region&gt;&lt;gd:postcode&gt;&quot; + getData.Post_Code + &quot;&lt;/gd:postcode&gt;&lt;gd:country&gt;&quot; + getData.Country + &quot;&lt;/gd:country&gt;&lt;/gd:structuredPostalAddress&gt;&lt;/atom:entry&gt;&quot;;<br><p></p><p><br></p><p>Get the full script to integrate <a alt="Zoho CRM" href="https://www.creatorscripts.com/zohocrm.html" target="_self" title="Zoho CRM">Zoho CRM</a>&nbsp;Contacts&nbsp; to your Google Contacts&nbsp;database from our&nbsp;<a alt="Deluge Scripts Library" href="https://zoholibrary.creatorscripts.com/p/deluge-scripts-library" target="_self" title="Deluge Scripts Library">Deluge Scripts Library</a>.</p><p></p></div></div>
</div><div data-element-id="elm_9DZEc1VMT7maNTKuqrzWCg" 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://zoholibrary.creatorscripts.com/p/deluge-scripts-library" target="_blank"><span class="zpbutton-content">GET API Script</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 13 Sep 2018 21:34:40 -0500</pubDate></item><item><title><![CDATA[Powerful Image Analysis in Zoho with Google Cloud Vision API]]></title><link>https://www.creatorscripts.com/blogs/post/Powerful-Image-Analysis-in-Zoho-with-Google-Cloud-Vision</link><description><![CDATA[<img align="left" hspace="5" src="https://www.creatorscripts.com/files/Unknown-8%20(1).jpeg"/>Google Cloud Vision API enables developers to understand the content of an image by encapsulating powerful machine learning models in an easy to use R ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_UcCADFifS56pLUXWxTp8PA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_HJFDIGVrSCCzTKhV526ohg" 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_Ai09ZHjTRvKEOuaYvUb3uA" 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_PYnjqm1WTiG4Elu1JjlKLg" data-element-type="image" class="zpelement zpelem-image "><style></style><div data-caption-color="" data-size-tablet="" data-size-mobile="" data-align="" data-tablet-image-separate="" data-mobile-image-separate="" class="zpimage-container zpimage-align- 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/Unknown-8%20(1).jpeg" size="original" alt="googlecloudvisionapi" 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_rdSAyQkDTSCKoGVWi0vmhw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span><span>Google Cloud Vision API enables developers to </span><b>understand the content of an image </b><span>by encapsulating </span><b>powerful machine learning models </b><span>in an easy to use REST API. It quickly </span><b>classifies images </b><span>into thousands of categories (e.g., &quot;sailboat&quot;, &quot;lion&quot;, &quot;Eiffel Tower&quot;),</span><b>detects individual objects and faces within images</b><span>, and finds and reads printed words contained within images. You can build metadata on your image catalog, moderate offensive content, or enable new marketing scenarios through image sentiment analysis.&nbsp;</span><b>Analyze images uploaded in the request</b><span>or integrate with your image storage on Google Cloud Storage.</span></span></p><p><span><br></span></p><p><span></span></p><h2 class="text-headline l-pad-top-1" style="font-size:24px;margin-bottom:16px;">Insight From Your Images</h2><p class="text-body" style="margin-bottom:16px;">Easily<span>&nbsp;</span><b>detect broad sets of objects</b><span>&nbsp;</span>in your images, from flowers, animals, or transportation to thousands of other object categories commonly found within images.<span>&nbsp;</span><b>Vision API improves over time</b><span>&nbsp;</span>as new concepts are introduced and accuracy is improved.</p><h2 class="text-headline" style="font-size:24px;margin-bottom:16px;">Detect Inappropriate Content</h2><p class="text-body" style="margin-bottom:16px;">Powered by Google<span>&nbsp;</span><a href="https://support.google.com/websearch/answer/510">SafeSearch</a>,<span>&nbsp;</span><b>easily moderate content</b><span>&nbsp;</span>from your crowd sourced images. Vision API enables you to detect different types of inappropriate content from adult to violent content.</p><br><p></p><h2 class="text-headline l-pad-top-1" style="font-size:24px;margin-bottom:16px;">Power of the Web</h2><p class="text-body" style="margin-bottom:16px;">Vision API uses the power of Google Image Search to find topical entities like<span>&nbsp;</span><b>celebrities</b>, logos, or news events. Combine this with Visually Similar Search to find similar images on the web.</p><p class="text-body" style="margin-bottom:16px;"><span></span></p><h2 class="text-headline l-pad-top-2" style="font-size:24px;margin-bottom:16px;">Extract Text</h2><p class="text-body" style="margin-bottom:16px;">Optical Character Recognition (OCR) enables you to<span>&nbsp;</span><b>detect text</b><span>&nbsp;</span>within your images, along with&nbsp;<b>automatic language identification</b>. Vision API supports a broad set of languages.</p><p class="text-body" style="margin-bottom:16px;">We have made the integration with Google Vision API into Zoho Creator a breeze &amp; accessible. You can GET access to the entire script in our <a alt="Deluge Script Library" href="https://zoholibrary.creatorscripts.com/p/deluge-scripts-library" target="_self" title="Deluge Script Library">Deluge Script Library</a>&nbsp;along with other useful scripts ready to copy and paste into your application.</p><p class="text-body" style="margin-bottom:16px;"><span>//Google Vision API Script</span></p><p class="text-body" style="margin-bottom:16px;"><span style="background-color:transparent;">googleOCR = &quot;https://vision.googleapis.com/v1/images:annotate?key=&quot; + apiKey;</span></p><p class="text-body" style="margin-bottom:16px;"><span>ocrResponse = postUrl(googleOCR,requestString);</span><br></p><p></p></div></div>
</div><div data-element-id="elm_FO9OF9tJQRaMu-qZjdXVAA" 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://zoholibrary.creatorscripts.com/p/deluge-scripts-library" target="_blank"><span class="zpbutton-content">GET SCRIPT</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 19 Jun 2018 14:20:17 -0500</pubDate></item><item><title><![CDATA[Automate mileage reimbursement process with Zoho Creator]]></title><link>https://www.creatorscripts.com/blogs/post/Automate-mileage-reimbursement-process-with-Zoho-Creator</link><description><![CDATA[ Is your team spending several hours just to submit an accurate mileage report at the end of the day? You are not alone. Fortune 500 companies still h ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_ixb58I5NQbig28ijAm4vZw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_2vmXke3DSXWHJdBelvIywg" 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_1yg74ByAS_CDaqHC1yA6dQ" 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_NVS9ioQCS-u_5JcLky8jag" data-element-type="imagetext" class="zpelement zpelem-imagetext "><style></style><div data-size-tablet="" data-size-mobile="" data-align="left" data-tablet-image-separate="" data-mobile-image-separate="" class="zpimagetext-container zpimage-with-text-container zpimage-align-left 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/imgres%20(11).jpg" size="original" data-lightbox="true"/></picture></span><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><p><span></span></p><p><font size="3">Is your team spending several hours just to submit an accurate mileage report at the end of the day? </font></p><p><span style="font-size:medium;line-height:1.6;">You are not alone. Fortune 500 companies still have their employees submit a paper report or an excel spreadsheet with information on the accounts, clients or locations visited, calculate the average mileage they traveled and wait to get reimbursed on the next accounting cycle.</span><br></p><p></p></div></div>
</div></div><div data-element-id="elm_kEnOVgpDTaKbw8FlRRu1Fw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><span style="line-height:1.6;"><font size="3">Wouldn´t it be awesome if your employees could log the mileage automatically as they visit each location? With <a alt="Zoho Creator" href="http://www.creatorscripts.com/zohocreator.html" target="_self" title="Zoho Creator">Zoho Creator</a> and Google maps API is now possible. <a alt="Zoho Creator" href="http://www.creatorscripts.com/zohocreator.html" target="_self" title="Zoho Creator">Zoho Creator</a> 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.</font></span><br></p><p><span style="line-height:1.6;"><font size="3"><br></font></span></p><p><span style="line-height:1.6;"><font size="3">Enabling the Google Maps API in your online database allows you to get all the power of Google Maps to your advantage and automatically calculate distance between addresses or coordinates. Feel free to test how it works in the Form view below. The API will update your Zoho Creator database automatically providing distance and time between addresses.</font></span></p></div></div>
</div><div data-element-id="elm_RacpwnEpRNquzF9NbIxPCQ" data-element-type="iframe" class="zpelement zpelem-iframe "><style type="text/css"></style><div class="zpiframe-container zpiframe-align-left"><iframe class="zpiframe " src="https://creator.zohopublic.com/emprendedoradmin/distance/view-embed/Distance_Calc_Report/0vYxJK6hTnqXvHSwzBr8jqX4Nu4OGAQArPuq01t16egwRhaaWnbrJD8agK4Xw2Xa5ZZ8uKfyQUxvvRa5gm6PKMgmJJAfOtN5WdqB/zc_Paging=false&amp;zc_Search=false&amp;zc_Summary=false&amp;zc_Header=false" width="100%" height="500px" align="left" frameBorder="0"></iframe></div>
</div><div data-element-id="elm_rskZ7tF0QmWSdom7vzZVUA" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><p><font size="3">The Script you can use to accomplish this connection is shown below.</font></p><p><font size="3"><br></font></p><p><span><font size="3">strFullData = &quot;https://maps.googleapis.com/maps/api/distancematrix/json?&quot; + strAddress1 + strAddress2 + &quot;&amp;sensor=false&amp;key=YOURAPIKEYGOESHERE&quot;; </font></span></p><p><span><font size="3">distance = getUrl(strFullData);</font></span><br></p><p><span><font size="3"><br></font></span></p><p><font size="3"><span style="line-height:25.6px;">If you need support implementing this feature in your <a alt="Zoho Creator" href="http://www.creatorscripts.com/zohocreator.html" target="_self" title="Zoho Creator">Zoho Creator</a> database do not hesitate to <a alt="contact us" href="http://www.creatorscripts.com/contact-us.html" target="_self" title="contact us">contact us</a>.</span></font></p></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 19 Mar 2015 16:10:16 -0600</pubDate></item></channel></rss>