docs(hubspot): Order alphabetically & correct connection name typo
This commit is contained in:
@@ -151,6 +151,15 @@ export default defineConfig({
|
||||
{ text: 'Connection', link: '/apps/http-request/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'HubSpot',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Actions', link: '/apps/hubspot/actions' },
|
||||
{ text: 'Connection', link: '/apps/hubspot/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Mattermost',
|
||||
collapsible: true,
|
||||
@@ -271,15 +280,6 @@ export default defineConfig({
|
||||
{ text: 'Connection', link: '/apps/spotify/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Hubspot',
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Actions', link: '/apps/hubspot/actions' },
|
||||
{ text: 'Connection', link: '/apps/hubspot/connection' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Strava',
|
||||
collapsible: true,
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Hubspot
|
||||
# HubSpot
|
||||
|
||||
:::info
|
||||
This page explains the steps you need to follow to set up the Hubspot connection in Automatisch. If any of the steps are outdated, please let us know!
|
||||
@@ -19,4 +19,4 @@ This page explains the steps you need to follow to set up the Hubspot connection
|
||||
13. Paste the **Client ID** value into Automatisch as **Client ID**, respectively.
|
||||
14. Paste the **Client Secret** value into Automatisch as **Client Secret**, respectively.
|
||||
15. Click the **Submit** button on Automatisch.
|
||||
16. Now, you can start using the Spotify connection with Automatisch.
|
||||
16. Now, you can start using the HubSpot connection with Automatisch.
|
||||
|
@@ -15,6 +15,7 @@ The following integrations are currently supported by Automatisch.
|
||||
- [Google Forms](/apps/google-forms/triggers)
|
||||
- [Google Sheets](/apps/google-sheets/triggers)
|
||||
- [HTTP Request](/apps/http-request/actions)
|
||||
- [HubSpot](/apps/hubspot/actions)
|
||||
- [Mattermost](/apps/mattermost/actions)
|
||||
- [Notion](/apps/notion/triggers)
|
||||
- [Ntfy](/apps/ntfy/actions)
|
||||
@@ -28,7 +29,6 @@ The following integrations are currently supported by Automatisch.
|
||||
- [Slack](/apps/slack/actions)
|
||||
- [SMTP](/apps/smtp/actions)
|
||||
- [Spotify](/apps/spotify/actions)
|
||||
- [Hubspot](/apps/hubspot/actions)
|
||||
- [Strava](/apps/strava/actions)
|
||||
- [Stripe](/apps/stripe/triggers)
|
||||
- [Telegram](/apps/telegram-bot/actions)
|
||||
|
Reference in New Issue
Block a user