fix(hubspot): Correct website URL typo and primary color

This commit is contained in:
Faruk AYDIN
2023-09-13 13:45:56 +02:00
parent d6453a8ed0
commit a128907a4e
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ export default defineAction({
variables: true, variables: true,
}, },
{ {
label: 'Webiste URL', label: 'Website URL',
key: 'website', key: 'website',
type: 'string' as const, type: 'string' as const,
required: false, required: false,

View File

@@ -11,7 +11,7 @@ export default defineApp({
supportsConnections: true, supportsConnections: true,
baseUrl: 'https://www.hubspot.com', baseUrl: 'https://www.hubspot.com',
apiBaseUrl: 'https://api.hubapi.com', apiBaseUrl: 'https://api.hubapi.com',
primaryColor: '000000', primaryColor: 'F95C35',
beforeRequest: [addAuthHeader], beforeRequest: [addAuthHeader],
auth, auth,
actions, actions,