Product: Amazon Quick (AI Assistant)
Region: us-east-1
Date: 2026-08-16
Problem
The HubSpot connector in Amazon Quick fails on all write operations (creating and updating deals) with HTTP error 500. Read operations work normally.
Expected behavior
Create and update records in HubSpot via the Quick assistant, just as read operations already work.
Actual behavior
Any write attempt returns:
errorMessage: "[object Object]"
errorCode: "500"
The “[object Object]” message indicates the original error is not being properly serialized in the response.
Steps to reproduce
- Ask Quick to create a deal in HubSpot with valid data (existing pipeline, stage, and associated company)
- Or ask Quick to update any field on an existing deal
- Both operations fail with error 500
Evidence
- Reading companies, deals, properties, and pipelines:
OK - Creating a Deal:
Error 500 - Updating a Deal:
Error 500 - The same create/update procedure works via other HubSpot integrations (e.g., Claude MCP), confirming the issue is not on HubSpot’s side
Request IDs
b8784c9d-e5d2-457c-8359-75216e0f550f— 2026-08-16 21:01 UTC001e34cb-5ac6-4323-965f-49dd8511e0dc— 2026-08-16 21:05 UTC3e7ab91d-e427-4831-884d-8f64d0e5714f— 2026-08-16 22:52 UTC
Environment
- HubSpot Portal: 47324227
- AWS Region: us-east-1
- Issue persisted for at least 2 hours of testing