Files
automatisch/packages/docs/pages/apps/google-sheets/triggers.md
2023-06-26 12:05:42 +02:00

17 lines
443 B
Markdown

---
favicon: /favicons/google-sheets.svg
items:
- name: New spreadsheets
desc: Triggers when you create a new spreadsheet.
- name: New worksheets
desc: Triggers when you create a new worksheet in a spreadsheet.
- name: New spreadsheet rows
desc: Triggers when a new row is added to the bottom of a spreadsheet.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />