From 1f00c88007ee3277505669976c8bb0a67e7af242 Mon Sep 17 00:00:00 2001 From: atymic Date: Sat, 13 Jun 2020 19:15:06 +1000 Subject: [PATCH] Add Netlify + Hubspot Tutorial PS. seems the form on the website is broken --- data/tutorials.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/data/tutorials.json b/data/tutorials.json index 4018f31..d08b201 100644 --- a/data/tutorials.json +++ b/data/tutorials.json @@ -172,5 +172,11 @@ "url": "https://atymic.dev/tips/netlify-submit-sitemaps/", "date": "2020-01-14", "description": "There's plenty of static site generators out there, and most support generating sitemaps. To make sure google indexes your pages as quickly as possible, it's a good idea to ping them with your sitemap when it's updated.\n\nNetlify provides some hooks which can be used to run functions once the deploy is complete. This allows us to ping google when production is deployed." - } -] \ No newline at end of file + }, + { + "title": "Automatically creating contacts & deals in Hubspot using Netlify Functions", + "url": "https://memories2digital.com.au/blog/automatically-creating-contacts-deals-in-hubspot-using-netlify-functions/", + "date": "2020-06-13", + "description": "Automatically create contacts and deals with static sites hosted on the Netlify Platform." + }, +]