Skip to content

Commit

Permalink
Merge pull request #1078 from n8n-io/0.211.2-release-note
Browse files Browse the repository at this point in the history
release notes and google sheets trigger doc
  • Loading branch information
StarfallProjects committed Jan 17, 2023
2 parents c187897 + bc76d4f commit c9e43fa
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Google Sheets Trigger

[Google Sheets](https://www.google.com/sheets){:target=_blank} is a web-based spreadsheet program that's part of Google's office software suite within its Google Drive service.

!!! note "Credentials"
You can find authentication information for this node [here](/integrations/builtin/credentials/google/).

## Events

* Row added
* Row updated
* Row added or updated

## Related resources

Refer to [Google Sheet's API documentation](https://developers.google.com/sheets/api){:target=_blank .external-link} for more information about the service.

n8n provides an app node for Google Sheets. You can find the node docs [here](/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/).

View [example workflows and related content](https://n8n.io/integrations/google-sheets-trigger/){:target=_blank .external-link} on n8n's website.
25 changes: 25 additions & 0 deletions docs/reference/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Release notes

<div id="02112" markdown>

## n8n@0.211.2

View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.211.1...n8n@0.211.2){:target=_blank .external-link} for this version.<br />
**Release date:** 2023-01-17

This release contains a bug fix for community nodes, and a new trigger node.

### New nodes

<div class="n8n-new-features" markdown>

#### Google Sheets trigger node

This release adds a new [Google Sheets trigger node](/integrations/builtin/trigger-nodes/n8n-nodes-base.googlesheetstrigger/). You can now start workflows in response to row changes or new rows in a Google Sheet.

</div>

### Bug fixes

Fixes an issue that was preventing users from installing community nodes.

</div>

<div id="02111" markdown>

## n8n@0.211.1
Expand Down
9 changes: 2 additions & 7 deletions document-templates/trigger-nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,8 @@ Refer to [_Name's_ documentation]() for details about the operations.
n8n provides an app node for _Name_. You can find the node docs [here]().


<!-- this section is optional. Include it if we have good blog posts available -->
### Examples

* _List of links_
* _To blog posts_
* _And integrations marketing pages_

<!-- add a link to the node page on n8n's website. For example: https://n8n.io/integrations/356-gmail/ -->
View [example workflows and related content](){:target=_blank .external-link} on n8n's website.

<!--
Add any other sections here.
Expand Down

0 comments on commit c9e43fa

Please sign in to comment.