Asked by Travis Longmore on Oct 19, 2024
Travis Longmore sought guidance on automating the import of ticketing data (compressed JSON from S3) into HubSpot contacts, looking for alternatives to manual CSV uploads.
Answered by joe conery
The recommended approach was to build a custom script (e.g., Python) to fetch/extract files from S3 (using AWS CLI/SDK) and use the HubSpot API (e.g., batch contact endpoints) to import the data. Joe Conery provided a basic code outline.