Files
automatisch/packages/docs/pages/apps/google-sheets/triggers.md
2023-06-02 15:51:36 +02:00

17 lines
440 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 />