fix(hubspot): Correct website URL typo and primary color
This commit is contained in:
@@ -46,7 +46,7 @@ export default defineAction({
|
||||
variables: true,
|
||||
},
|
||||
{
|
||||
label: 'Webiste URL',
|
||||
label: 'Website URL',
|
||||
key: 'website',
|
||||
type: 'string' as const,
|
||||
required: false,
|
||||
|
@@ -11,7 +11,7 @@ export default defineApp({
|
||||
supportsConnections: true,
|
||||
baseUrl: 'https://www.hubspot.com',
|
||||
apiBaseUrl: 'https://api.hubapi.com',
|
||||
primaryColor: '000000',
|
||||
primaryColor: 'F95C35',
|
||||
beforeRequest: [addAuthHeader],
|
||||
auth,
|
||||
actions,
|
||||
|
Reference in New Issue
Block a user