feat(hubspot): Implement create contact action
This commit is contained in:

committed by
Faruk AYDIN

parent
9fbc9d59f5
commit
8ea8067788
12
packages/docs/pages/apps/hubspot/actions.md
Normal file
12
packages/docs/pages/apps/hubspot/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/hubspot.svg
|
||||
items:
|
||||
- name: Create a contact
|
||||
desc: Create a contact on user's account.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
11
packages/docs/pages/apps/hubspot/connection.md
Normal file
11
packages/docs/pages/apps/hubspot/connection.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Spotify
|
||||
|
||||
:::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!
|
||||
:::
|
||||
|
||||
1. Create new app
|
||||
1. Create new app token
|
||||
1. Paste **API TOKEN** value into Automatisch as **Access Token**, respectively.
|
||||
1. Click **Submit** button on Automatisch.
|
||||
1. Now, you can start using the Spotify connection with Automatisch.
|
Reference in New Issue
Block a user