I get the following error message when I try to test my trigger. Any suggestions on how to fix it?
Failed to fetch an email event from HubSpot
Error while retrieving: This app hasn’t been granted all required scopes to make this call. Read more about required scopes here: Working with OAuth - HubSpot docs. errors: One or more of the following scopes are required.
Hey, @DIvanuska Can you provide any additional details? Did you have to set up a Private App for this? Also, can you list the exact trigger you are using? We can try to look at the matching endpoint page to see if we can spot the required scopes.
I was trying to create a zap that when someone clicked on an email sent
from HubSpot it would then create a calendar task for me to follow up with
a phone call. It connects to my HubSpot but I get an error message when I
try to test the trigger. I hope this information helps.
I installed the Zapier app in Hubspot and there was no interface to select scopes. I am using the Hubspot app in Zapier to send an API Request to https://api.hubapi.com/communication-preferences/v3/subscribe and getting the missing scopes error.
Hey, it’s Jan 2025 and I’m trying to zap an email from Google Sheet (with content) to Hubspot /marketing/v4/email/single-send API. I receive the same error. Used a custom HTTP request to Hubspot. Authorization header is present, tried with URL parameter “?scope=marketing-email” but that did not help. It’s the Private App which is authenticated via OAuth (connection passed without errors).
BTW the “Working with OAuth” documentation says “A space-separated set of permissions that your app needs access to. Any scopes that you’ve checked off in your app’s Auth settings will be treated as required, and you’ll need to include them in this parameter or the authorization page will display an error.Additionally, users will get an error if they try to install your app on an account that doesn’t have access to an included scope.See the Scopes table below for more details about which endpoints can be accessed by specific scopes.”
…looks like it has to do something with the Hubspot API itself, because I get the same error using Make com service.