Skip to content

Commit 77348f8

Browse files
authored
Doc Google native triggers March 2 (#1273)
1 parent fd4d89b commit 77348f8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/core_concepts/52_native_triggers/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ You can also create native triggers directly from a script or flow's **Triggers*
7272

7373
## Nextcloud triggers
7474

75+
Firs of all make sure you set up the [workspace integration](#workspace-integration) for Nextcloud.
76+
7577
Nextcloud native triggers watch for file, folder, and calendar changes on a [Nextcloud](https://nextcloud.com/) instance and trigger a script or flow when events occur.
7678

7779
### Prerequisites
@@ -115,6 +117,8 @@ export async function main(
115117

116118
## Google triggers
117119

120+
First of all make sure you set up the [workspace integration](#workspace-integration) for Google.
121+
118122
Google native triggers watch for changes in [Google Drive](https://drive.google.com/) or [Google Calendar](https://calendar.google.com/) and trigger a script or flow when events occur.
119123

120124
### Prerequisites
@@ -138,7 +142,7 @@ Both use push notifications via Google watch channels. Windmill automatically re
138142

139143
### Event payload
140144

141-
Google push notifications only contain metadata about the change, not the full event details. To get the actual content of the change, use the [`gworkspace` resource](../3_resources_and_types/index.mdx) created during workspace integration to query the Google API.
145+
Google push notifications only contain metadata about the change, not the full event details. To get the actual content of the change, use the [`gworkspace` resource type](../3_resources_and_types/index.mdx) created during workspace integration to query the Google API.
142146

143147
```typescript
144148
type GoogleTriggerPayload = {

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)