docs: add google forms connection and triggers

This commit is contained in:
Rıdvan Akca
2023-03-24 17:21:55 +03:00
parent 6ad13c1da0
commit ddcb894932
5 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/google-forms.svg
items:
- name: New Form Responses
desc: Triggers when a new form response is submitted
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />