Create a Python script to add a ticket using Hubspot API

Create a Python script to add a ticket using Hubspot API

Use Case Scenario:
A company uses Google Big Query to store their data. These data are updated by an application daily. The company wants to automatically create a ticket in HubSpot when a data has meet certain criteria. To accomplish this, we will create a Python script that will pull the data from BigQuery and connect to HubSpot using HubSpot Ticket API to create a ticket.


HubSpot is a popular platform for marketing, sales, and customer service. It offers a rich set of features and integrations that can help businesses grow and optimize their workflows. One of the ways to access and leverage HubSpot’s capabilities is through its API, which allows developers to programmatically interact with HubSpot data and services.

In this tutorial, we will create a python script that will retrieve data from Google BigQuery table and send it to Hubspot to automatically create a ticket using Hubspot Ticket API Endpoint

Leave a Reply

Your email address will not be published. Required fields are marked *