fix(hubspot): Correct website URL typo and primary color
This commit is contained in:
@@ -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,
|
||||||
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user