Community Learning Series | Digest #3 - July 2020

Community Learning Series | Digest #3 - July 2020

Dear customers,

We hope you're staying safe and healthy.

We're glad to bring you the July edition of our #CommunityDigest. New community members can view our previous newsletters here.



This time, we have two major updates and three interesting topics for you:

1. Zoho Subscriptions Developer Community

Since the inception of Zoho Subscriptions, our team believed that the recurring billing platform we provide should be able to offer an extensive API library that empowers businesses to automate most of their subscription processes. Given the nature of our application, most of you likely use APIs and webhooks to automate your business workflows.

For quite a while, we wanted to provide a central hub for our developer customers so that they can discuss any technical topics. As a first step toward this, we're happy to launch the Zoho Subscriptions Developer Community.

You can use this space to ask questions about any technical aspect of recurring billing—APIs, webhooks, custom functions, you name it!

We've come across a lot of customers who are API experts and know our API documentation very well. If you are one such API enthusiast, this is the place for you! You're able to help other community members by answering questions asked in this space.

This is just the first step in bringing our developer community together. Follow this page, and stay tuned for more interesting updates. If you have some ideas on this front, feel free to share them as comments to this post.

2. Zoho Subscriptions v2.0 (for iOS users)

Last week, we released the latest version of the Zoho Subscriptions iOS app (v2.0). This is much more than a usual app update—it's a complete overhaul. From dark mode to business card scanning, it has everything you asked for. You can find the complete list of new features here.

3. Tips and Tricks

In the previous digest, we looked at automatically cancelling unpaid offline subscriptions beyond the expected payment date. For this edition, we have something that almost every subscription business wants:

Tips and Tricks #3: Sending SMS Reminders for your Subscription Business (Includes step-by-step instructions).

4. Integration Spotlight

This time, we'll focus on one of our most popular ones: the Zoho Subscriptions - Zoho CRM integration.

As most of you know, Zoho CRM is a complete customer relationship management platform that sales and marketing teams can use to nurture customers and build lasting business relationships. Combined with Zoho Subscriptions, you can eliminate organizational silos and keep your sales and finance teams in sync.

With this integration, customer information can flow across the apps seamlessly, and your sales team can view each customer's subscription and plan details right from Zoho CRM. To explore this integration further, you can visit our help guide. If you're already using it, we'd love to know your experience with it. Let us know in the comments.

5. Customer Corner

Meet Chad Sandstedt, the CEO and Co-Founder of TagniFi. Chad's team was initially using Excel to track subscriptions. Recording customer and subscription details, entering payment information and follow-up details—all this had to be done manually.

Eventually, this manual process became too time-consuming and overwhelming. "At one point, our team was spending a significant amount of time invoicing and chasing payments, so they had little time to take care of new customers," Chad said.

Fast-forward a year after using Zoho Subscriptions, Chad recalled: "We no longer worry about our subscription billing, payment collection, or bookkeeping. The seamless integration between Zoho Subscriptions, Zoho Books, and Stripe is a godsend!" Read their complete story here.

Do you recall the first tool you used for your subscription business? What made you switch to Zoho Subscriptions? Drop a comment, and we'd love to feature your story :)

Stay tuned for our next edition of #CommunityDigest!

You can follow us on Twitter, Instagram, or Facebook to stay up to date.

Did you enjoy this month's digest? Would any other information be useful to you? Let us know in the comments, so we can continue to provide the information you're looking for each month.

Until next time,
Harikrishna
Customer Relations | Zoho Subscriptions


      • Sticky Posts

      • Community Learning Series | Digest #5 — September 2020

        Dear customers, We're happy to bring you the September edition of our #CommunityDigest! Keep track of your subscription KPIs right from your smartphone: Last month, we enhanced our Android mobile app to help our customers get daily updates on their business health. We got to know from a lot of customers that this has made their job much more easier because they no longer have to keep a reminder to manually check on the previous day's revenue or activations. If you have not downloaded it yet, here's
      • Community Learning Series | Digest #4 - August 2020

        Dear customers, We hope you're staying safe and healthy. I'm happy to bring you the fourth edition of our #CommunityDigest with some brand-new updates from us. 1. Daily Business Updates (for Android users) The Zoho Subscriptions Android app has got a cool new update: You can now get a push notification to your smartphone that lets you know how many activations and cancellations have taken place, and what's the net revenue for the previous day. The best part is, you can tell the app when exactly you
      • Community Learning Series | Digest #3 - July 2020

        Dear customers, We hope you're staying safe and healthy. We're glad to bring you the July edition of our #CommunityDigest. New community members can view our previous newsletters here. This time, we have two major updates and three interesting topics for you: 1. Zoho Subscriptions Developer Community Since the inception of Zoho Subscriptions, our team believed that the recurring billing platform we provide should be able to offer an extensive API library that empowers businesses to automate most
      • Introducing: Community Learning Series | Digest #1 - May 2020

        Dear customers, We hope you are staying safe and healthy. Helping businesses manage their customer subscriptions more efficiently has always been, and always will be, our goal at Zoho Subscriptions. We strongly believe this is possible if we grow together as a community and share what we know with each other. To nurture this shared learning experience, here is our brand-new Community Learning Series! ​ Welcome to the first edition of our digest! Each edition of our community digest includes guides

        • Recent Topics

        • Link project tasks to tasks in CRM and/or other modules.

          Hello, I have created and configured a project in Zoho Projects with a set of tasks. I would now like to link these tasks (I imagine according to the ID of each one) to actions in the CRM: meetings, tasks, analytics). The aim is to link project tasks
        • View all Products by pipeline deal

          Very good CRM I use it everyday only problem is modules not being interconnected especially products module. The main problem of products module are separated from contacts and company modules and only being connected to the Deals module. This way there's
        • Add and Remove Agents from Departments and Groups in Zoho One

          Hi Zoho Flow Team, We hope you're doing well. Currently, Zoho Flow provides an action to add an agent to a group in zoho one, but there is no action to remove an agent from a group or a department. Another action that we find missing is the option to
        • Zoho CRM - best way to search an account and assign to a deal

          Hi Everyone I am looking for some advice. I want to find the best way to complete the below steps. We have a deal and once it reaches a certain stage we need to allocate a supplier / vendor to this deal along with the salesperson. I want to add (ideally
        • What's New in Zoho Analytics - December 2024

          Hello Users! We’re excited to bring you a roundup of the latest features and improvements in Zoho Analytics. These updates are designed to elevate your data analytics experience, making it more powerful, interactive, and seamless. Let’s dive in! Expanded
        • trying to access CRM Variables with JS SDK

          Hello i built a widget with Sigma, i create CRM VARIABLES in custom properties. I try to access them in function : ZOHO.embeddedApp.on("PageLoad",function(data) with : ZOHO.CRM.CONFIG.getVariable("mycrmvariable").then(function(data){ console.log("mycrmvariable
        • How to Assign Record Ownership in a Custom Form via API?

          Hello everyone, I’ve created a custom form in Zoho People and I’m using the API to manage its records. I would like to know how I can assign ownership of these records to specific users via the API. Is there a specific parameter or field in the API request
        • Writing on sketch cards is bugged when zoomed in

          When zoomed in, it writes a noticeable distance above or to the side of where you're actually trying to write. The further you're zoomed in, the more noticeable it is. Zooming is also entirely absent on the desktop version.
        • Private Project

          Hi, I would like to know if a user can create a Private project that only he's able to see it. Not even the ADMIN user. Thanks
        • Update Department on Ticket (with applied Blueprint)

          Hello, Is it possible to update the Department of a ticket which is dictated by a blueprint, e.g. I would like to change departments at different states in the Blueprint. I do not see this is an option in workflow rules or blueprint transition actions,
        • Accordion in tabs to create FAQs, etc.

          Accordion elements do not seem to be able to be placed in the tabs. It would be useful to be able to do this. Thank you.
        • Which are the IP addresses to use for 'split delivery' with Office 365? (Zoho mail inbound gateway)

          Hi, I'm trying to set up 'split delivery' (email routing) with Office 365. I'm following the instructions to set up Office 365 as the primary server (https://www.zoho.com/mail/help/adminconsole/coexistence-with-office365.html) One of the prerequisites
        • Zoho Projects 2024 Recap

          Dear Users, As we conclude another remarkable year, it's the time to reflect on the journey we've just completed. The year 2024, defined by significant milestones, challenges, achievements, and important lessons. Every moment has contributed to the story
        • How to send mail with js SDK

          Hell o I'm using https://live.zwidgets.com/js-sdk/1.2/ZohoEmbededAppSDK.min.js, for my widget in CRM (built with sigma) Is it possible to send email from js file, I try ti use that ZOHO.CRM.API.sendMail({ "Entity": "Accounts", "RecordID": sharedVariableEntityId,
        • Custom Fields at Line Level

          Hi, is there an ability to add custom fields at line level? I need to track the start and the end date for each product within an invoice and I can't seem to find an option to do this.
        • Add "Lead Image" in Bulk?

          Each of our Leads is accompanied with a URL containing a photo of the lead when they come in. We currently have to manually download then upload the photo to the lead. This is a HUGE waste of time. Is there any way to AUTOMATICALLY add the photos to the
        • Zoho API Error Code 7019 when adding job.

          Hello, I am following the documentation found here. https://www.zoho.com/people/api/timesheet/adding-jobs.html Regardless of how I try and post the data (including just using the example requests), I receive back the response {'response': {'message':
        • 554 5.1.8 Email Outgoing Blocked

          HELP!!!!! My e-mail marymariya@zoho.com is blocked. Error: 554 5.1.8 Email Outgoing Blocked The third day I am writing to the forum, but zohosupport is not responding. Why? What is the problem? I ask to help solve the problem, because I can not communicate with my customer base.
        • Customising the approval email

          Is there anyway to customise the Approval email or to add further fields as the default looks so basic and unlike any of the other email notifications from Desk. My users just thought it was spam.
        • How to see changes with ZOHO.CRM.API.updateRecord(config) without reload page

          hello got a widget in account, trigger with a button i copy data to account when click on a button, in my popup All is working well. But i need to reload the page to see the update. How can i see the changes without reloading page, only when close the
        • How to call a Creator function which is in a different Creator application?

          How to call a Creator function which is in a different Creator application?
        • Unable to send message; Reason: 554 5.1.8 Email Outgoing Blocked

          My account is mino@flawless-frames.com, or flawlessframesstudio@gmail.com Could you please unblock my account, I've got restricted from sending more emails
        • If I turn off the Task Prefix & ID in the Portal Configuration section, will it remove the dependencies in my projects?

          Hi all, basically the title, I am new to zoho projects and trying to get my head around some basic principles. Unfortunately I have not found this information via the search option and after deleting yesterday some Phases I had created in the Phases tab,
        • Move a Contact from Current Account to a NEW Account

          I do not believe the functionality to Move a Contact from a Current Account to a New Account is not available. Please someone tell me I am missing something! I have been through designing, developing, using and selling CRM systems for over 25 years and had this functionality20+ years ago in other CRMs.  In the real world people move from one organisation to another. In the sales, finance and technical world it is nice to see the communication history with that person in their old account and also
        • Force Specific Layout for CRM Contacts Portal

          Hello: We're in trial on ZOHO One and looking at the CRM Portal (just for the contacts module). We have a client layout set up for Contacts that is working well for our internally, but for the portal we don't want to require (make mandatory) some of the
        • How to refresh the page by widget in related list?

          Hello, ZOHO.CRM.UI.Popup.closeReload method does the thing I need. But in my case, I'm not using popup. I have a widget in related list and I want to refresh the page when I'm done with it. I searched for it but I wasn't able to find it. Is there an any
        • Automatic Removal of Departments and Groups for Inactive Employees in Zoho One

          Hi Zoho One Team, We hope you're doing well. Currently, when an employee is marked as inactive in Zoho One, they remain listed as a member of their department and associated groups. This creates a challenge in maintaining accurate records and ensuring
        • Zoho Sheets not compatible with Excel/Google Sheets

          In order to share a copy of a Zoho sheet with someone that does not use Zoho, it must be downloaded as MS Excel format and then added to an email.  This is a labor intensive, and frankly confusing process.  I have forgotten to do this before, only to
        • Change eMail Template for Event-Invitations

          Hello ZOHO-CRM Team How I can change the eMail Template for Event-Invitations? I work with the German Version of the Free Version. I know how I can modify eMail alerts or Signature Templates, but where I can other eMails modify you send out? Thank you for your answer. Regards, Juerg
        • Zoho Social integration with Zoho Flow

          Is there any plans for Zoho Social integration with Zoho Flow?
        • Zoho CRM Widget and translations

          Hi everyone! We're building a Widget with zoho-extension-toolkit, how is localization supposed to work? "zet init" created a translations/en.json file, but what should go inside it and how is it supposed to be accessed from the Widget/javascript? Thanks
        • Merging contacts does fail because of help center membership

          I'm trying to merge two contact records (they are the same contact) where one of them is a member on the help center. The system warns me about this situation and then I de-activate this contact as an "End User" for the help center. Right now the system
        • Bienvenue à Zoho FSM : l'optimisation des opérations locales qui offre une expérience de service impeccable

          Nous sommes ravis de vous présenter Zoho FSM, la plateforme de gestion des services terrain de bout en bout. Les solutions de gestion des services locaux s'adressent aux organisations qui effectuent des activités d'installation, de réparation et de maintenance
        • Adding tag to specific record as an acion in a workflow

          Hi! I've created the following workflow in the module 'Leads'. When a record meets the criteria, there should be a tag added to the specific record in the module 'Contacts'. In the module 'Leads', there is a look-up field named 'Kandidaat' which is connected
        • Duplicate Contacts - how to get merge or delete

          I have noticed that our list of contacts in Zoho Desk duplicates contacts periodically.  I have yet to identify when or why.  How do I merge or delete them?  I see there is a "Deduplicate" but I am unable to find anything that explains this feature.
        • Trying to catch error with ZOHO.CRM.HTTP.get (Response Code)

          Hello, I'm trying to get response header from ZOHO.CRM.HTTP.get, in order to catch error like 404 or something else but it seems that ZOHO.CRM.HTTP.get() method only returns the body of the response, and I see no way to access the headers returned. Is
        • FSM - How to ADD PHOTOS to Estimates & Invoices

          How can you add photos to estimates and invoices that are being emailed to the client so the can see what you are estimating and your completed work?
        • Sent emails not going and showing "Processing"

          Hello Team, Could you please assist with sent emails showing "processing" and not actually going through? Many thanks and regards, Cycology
        • Free developer edition of Zoho CRM

          A question for Zoho and other developers: How can you set up a demonstration version of a Zoho CRM implementation to show employers/clients what can be achieved? Do you pay for Zoho CRM Enterprise/Zoho One for this purpose? Does Zoho offer a free version
        • "notes"-field in a task to full width?

          Hi, Is there someone that can tell me how to adjust the "notes"-field in a task, to full width? I already played around with 1 or 2 columns, but this has nu effect on the standard width. Thx in advance for your help. Cheers, Ralph.
        • Next Page