I started to get an error today on a long running zap that I’ve not made any changes to. The error was:
-------
Failed to create an association in HubSpot
This app hasn't been granted all required scopes to make this call. Read more about required scopes here: https://developers.hubspot.com/scopes. errors: One or more of the following scopes are required.
------
I also see this message →
“This app hasn't been granted all required scopes to make this call. Read more about required scopes here: https://developers.hubspot.com/scopes. errors: One or more of the following scopes are required.”
------
This Zap accepts form input from our website, creates a contact in Hubspot based on that info, creates a deal in hubspot, then Associates the deal and contact so they’re linked.
It’s never had a problem and I haven’t changed anything on Zap or in Hubspot.
I attempted to retest and got the same error. I checked the connection with Hubspot and it’s fine.
Both the deal and contact get created, it’s only the association that isn’t working.
Sample Data Out from “Create Deal” step from the logs:
{ "id": "36021768855", "properties": { "createdate": "2025-04-21T07:00:00Z", "customer_segment": "Social", "days_to_close": "0", "deal_source": "Organic", "dealname": "Firefly Team Events (55) 04/23/2025", "dealstage": "appointmentscheduled", "dealtype": "newbusiness", "description": "Event type: Team Graffiti: Mural Madness\nNotes: To test the form. \nNope\nPage: \n", "event_city": "Huntington Beach", "event_date": "2025-04-23", "group_size": "55", "hs_analytics_source": "ORGANIC_SEARCH", "hs_closed_amount": "0", "hs_closed_amount_in_home_currency": "0", "hs_closed_deal_close_date": "0", "hs_closed_deal_create_date": "0", "hs_closed_won_count": "0", "hs_createdate": "2025-04-21T17:53:14.139Z", "hs_days_to_close_raw": "0", "hs_deal_stage_probability_shadow": "0.1000000000000000055511151231257827021181583404541015625", "hs_is_closed": "false", "hs_is_closed_count": "0", "hs_is_closed_lost": "false", "hs_is_closed_won": "false", "hs_is_deal_split": "false", "hs_is_open_count": "1", "hs_lastmodifieddate": "2025-04-21T17:53:14.139Z", "hs_num_associated_active_deal_registrations": "0", "hs_num_associated_deal_registrations": "0", "hs_num_associated_deal_splits": "0", "hs_num_of_associated_line_items": "0", "hs_num_target_accounts": "0", "hs_object_id": "36021768855", "hs_object_source": "INTEGRATION", "hs_object_source_id": "25200", "hs_object_source_label": "INTEGRATION", "hs_open_deal_create_date": "1745218800000", "hs_priority": "high", "hs_projected_amount": "0", "hs_projected_amount_in_home_currency": "0", "hs_v2_date_entered_current_stage": "2025-04-21T17:53:14.139Z", "hs_v2_time_in_current_stage": "2025-04-21T17:53:14.139Z", "num_associated_contacts": "0", "num_notes": "0", "pipeline": "default" }, "createdAt": "2025-04-21T07:00:00Z", "updatedAt": "2025-04-21T17:53:14.139Z", "archived": false }
