15 lines
310 B
Markdown
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 />
|