Files
automatisch/packages/docs/pages/apps/hubspot/actions.md
2024-04-21 12:24:57 +02:00

15 lines
310 B
Markdown

---
favicon: /favicons/hubspot.svg
items:
- name: Create a contact
desc: Create a contact on user's account.
- name: Update contact
desc: Update an existing contact on user's account.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />