File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/Umbraco.Cms.Integrations.Crm.Hubspot Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ public class FormsController : UmbracoAuthorizedApiController
52
52
private readonly ILogger _logger ;
53
53
#endif
54
54
55
- public const string OAuthClientId = "8b4db9a8-3b78-48bc-85b0-96a4211a1c83 " ;
56
- private const string OAuthScopes = "oauth forms" ; // oauth forms
55
+ public const string OAuthClientId = "1a04f5bf-e99e-48e1-9d62-6c25bf2bdefe " ;
56
+ private const string OAuthScopes = "oauth forms crm.objects.contacts.read crm.objects.contacts.write" ;
57
57
private const string OAuthProxyBaseUrl = "https://hubspot-forms-auth.umbraco.com/" ; // for local testing: https://localhost:44364
58
58
private const string OAuthProxyEndpoint = "{0}oauth/v1/token" ;
59
59
private const string HubspotServiceName = "HubspotForms" ;
Original file line number Diff line number Diff line change 10
10
<PackageIconUrl ></PackageIconUrl >
11
11
<PackageProjectUrl >https://github.com/umbraco/Umbraco.Cms.Integrations</PackageProjectUrl >
12
12
<RepositoryUrl >https://github.com/umbraco/Umbraco.Cms.Integrations</RepositoryUrl >
13
- <Version >1.0.1 </Version >
13
+ <Version >1.0.2 </Version >
14
14
<Authors >Umbraco HQ</Authors >
15
15
<Company >Umbraco</Company >
16
16
</PropertyGroup >
Original file line number Diff line number Diff line change 3
3
<info >
4
4
<package >
5
5
<name >Umbraco.Cms.Integrations.Crm.Hubspot</name >
6
- <version >1.0.1 </version >
6
+ <version >1.0.2 </version >
7
7
<iconUrl ></iconUrl >
8
8
<licence url =" https://opensource.org/licenses/MIT" >MIT</licence >
9
9
<url >https://github.com/umbraco/Umbraco.Cms.Integrations</url >
You can’t perform that action at this time.
0 commit comments