feat(surveymonkey): add create contact action
This commit is contained in:
@@ -442,6 +442,8 @@ export default defineConfig({
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Triggers', link: '/apps/surveymonkey/triggers' },
|
||||
{ text: 'Actions', link: '/apps/surveymonkey/actions' },
|
||||
{ text: 'Connection', link: '/apps/surveymonkey/connection' },
|
||||
],
|
||||
},
|
||||
|
12
packages/docs/pages/apps/surveymonkey/actions.md
Normal file
12
packages/docs/pages/apps/surveymonkey/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/surveymonkey.svg
|
||||
items:
|
||||
- name: Create contact
|
||||
desc: Creates a new contact in your address book.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
Reference in New Issue
Block a user