Sandbox

Sandbox is a multipurpose HTML5 template with various layouts which will be a great solution for your business.

Contact Info

Moonshine St. 14/05
Light City, London

info@email.com
00 (123) 456 78 90

Learn More

Follow Us

Our Projects

Explore how we’ve helped businesses streamline operations with Zoho solutions.

Zoho Books: Custom Label Widget

Built a custom widget for Zoho Books that automatically generates 4 × 6 label PDF from a sales order. Each line item is converted into its own clean, print-ready label page streamlining fulfillment and eliminating manual formatting. 

Zoho: Automate Blogging With ChatGPT

We created an automation in Zoho CRM so that every deal has a description either you fill it in or it gets autofilled using Chat GPT. Once it is closed won, an option comes up to blog. If selected it will grab that description send it to Chat GPT. which then creates a blog and posts it as a draft on their website. Great for marketing and internal tracking allowing you to showcase your top projects.

Custom Estimate

Client needed a better way to track profit margins and item-level profitability than what was available out of the box in Zoho. We designed and built a custom pricing module inside Zoho CRM that allows users to set individual markup percentages for each line item while keeping internal costs hidden from customers.

Using custom automations, the pricing data seamlessly syncs back to a standard Zoho Estimate, allowing the team to continue using all native Estimate functionality while gaining advanced margin tracking, markup management, and profitability reporting.

Key Benefits:

  • Individual markup control per product/service
  • Internal cost visibility without exposing pricing to customers
  • Automatic sync to native Zoho Estimates
  • Improved margin and profitability tracking
  • Retains standard Zoho workflows and reporting
Estimate Image

Weighted Round Robin

In this project, I developed a user-friendly module to distribute leads based on a weighted system. The client utilized Google Ads to generate leads and assigned five users to each ad, with weights reflecting their performance. The module incorporates these weights to ensure a fair distribution of leads, prioritizing more capable users. Additionally, the system differentiates between good and bad leads, applying a weighted mechanism to distribute them accordingly among the users. This approach ensures that leads are allocated efficiently, maximizing the effectiveness of the lead management process.

Custom API Integration

Zoho can not do everything and you may need to connect a 3rd party application. In this project my client is using sunnova and needs to get the data from there. I created a Python script that authorizes the connection using jwt authorization and passes in a project id so it can be customized to the exact record in Zoho. Then I put the code on a server I set up and use Flow to then bring the data into the CRM and update the correct record. 

Deduplication Script

My client wanted to stop duplicates from coming into the system in real-time. The unique field Zoho has is nice but there are cases where generic emails are needed for multiple leads. My client wanted a way to check accounts contacts and leads for duplicates via website, email, name, and phone. I created a solution that will show they have an existing record that matches and give a link to this record or allow to continue entering the record after checking it is not a dupe. For privacy in the video this is my test account and all the data is dummy data.Zoho can not do everything and you may need to connect a 3rd party application. In this project my client is using sunnova and needs to get the data from there. I created a Python script that authorizes the connection using jwt authorization and passes in a project id so it can be customized to the exact record in Zoho. Then I put the code on a server I set up and use Flow to then bring the data into the CRM and update the correct record.