There comes a time when your ecosystem doesn’t talk to each other. I am maintaining my e-commerce website in WordPress with WooCommerce plugin. While my CRM is in Hubspot. How can I export my customer orders in Woo Commerce and import them to my hubspot CRM? I have written a small script that will allow… Continue reading Export Woo Commerce Orders into Hubspot CRM
Blog
Comparing zip files content using Python
Recently I wrote a script to compare the zip files in one location with another folders in a separate location. To illustrate this better have a look at the following folders structure: To compare the files, I am using md5 hash to ensure that both files match exactly as this was generated automatically from the… Continue reading Comparing zip files content using Python
Excel Macro to Add Attachment to Outlook
Here are the code I used to attach file to outlook using excel macro
8 Steps to launch your email marketing campaign
Step 1. Choose the right email marketing software The first step is finding an ESP to send and manage your email campaigns and email subscribers. Popular email tools include Active Campaign, Sendinblue, Mailchimp, Convertkit, and HubSpot — to name a few. With hundreds of ESPs on the market, it’s hard to know which one is… Continue reading 8 Steps to launch your email marketing campaign
Pareto Principle
If you are familiar with Pareto Principle, it stated that roughly 80% of the consequences come from the 20% for the causes. To test this, I will challenge you to look into your business and see whether 80% of your profit comes from 20% of your clients. You should be able to see this from… Continue reading Pareto Principle