Skip to content

Introduction

Helge Sverre edited this page Dec 16, 2018 · 1 revision

Introduction to Hubspot Connector

Hubspot Connector is a plugin for Craft CMS 3 that allows developers to pull data from the Hubspot API in their Twig templates and custom code (By using the Hubspot Service, a light wrapper around ryanwinchester/hubspot-php).

Current Features

  • Fetch Blogs
  • Fetch Blog Posts
  • Fetch Blog Topics
  • Fetch Blog Posts by Topic
  • Get Total blog post count
  • Subscribe to blog

Planned features

  • Fetch/create contacts
  • fetch/create blog comments
  • fetch blog authors (possibly have a button for syncing authors as users in craftcms?)
  • Sync blog topics as tags in craftcms (from the settings page)
  • Ability to prefill contact info based on the IP or other identifying info
  • Ability to configure & inject Hubspot tracking scripts etc from the Plugin settings page.
  • Integrate with HubDB so a developer can fetch or create values from HubDB in their template.
  • Craft Commerce - Hubspot Ecommerce bridge integration (needs more research)

If you have a good idea for a feature or integration, please open a GitHub issue and we'll take a look.

Clone this wiki locally