From 98525aa1cf0e479e8430c47e8f3e7001c196bed9 Mon Sep 17 00:00:00 2001 From: Harshil Agrawal Date: Fri, 30 Oct 2020 11:37:23 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=E2=9A=A1=20Add=20missing=20opeartions=20an?= =?UTF-8?q?d=20resources=20(#250)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/nodes/nodes-library/nodes/Freshdesk/README.md | 8 ++++++++ docs/nodes/nodes-library/nodes/GoogleDrive/README.md | 2 ++ docs/nodes/nodes-library/nodes/Mattermost/README.md | 2 ++ docs/nodes/nodes-library/nodes/Slack/README.md | 5 +++++ docs/nodes/nodes-library/nodes/Twitter/README.md | 4 +++- 5 files changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/nodes/nodes-library/nodes/Freshdesk/README.md b/docs/nodes/nodes-library/nodes/Freshdesk/README.md index bcc20180e..5409e0ec4 100644 --- a/docs/nodes/nodes-library/nodes/Freshdesk/README.md +++ b/docs/nodes/nodes-library/nodes/Freshdesk/README.md @@ -13,6 +13,14 @@ You can find authentication information for this node [here](../../../credential ## Basic Operations +::: details Contact +- Create a new contact +- Delete a contact +- Get a contact +- Get all contacts +- Update a contact +::: + ::: details Ticket - Create a new ticket - Delete a ticket diff --git a/docs/nodes/nodes-library/nodes/GoogleDrive/README.md b/docs/nodes/nodes-library/nodes/GoogleDrive/README.md index 8050b3a04..2ff8ff592 100644 --- a/docs/nodes/nodes-library/nodes/GoogleDrive/README.md +++ b/docs/nodes/nodes-library/nodes/GoogleDrive/README.md @@ -18,12 +18,14 @@ You can find authentication information for this node [here](../../../credential - Delete a file - Download a file - List files and folders +- Share a file - Upload a file ::: ::: details Folder - Create a folder - Delete a folder +- Share a folder ::: ## Example Usage diff --git a/docs/nodes/nodes-library/nodes/Mattermost/README.md b/docs/nodes/nodes-library/nodes/Mattermost/README.md index 6f200c138..fe5d01148 100644 --- a/docs/nodes/nodes-library/nodes/Mattermost/README.md +++ b/docs/nodes/nodes-library/nodes/Mattermost/README.md @@ -28,10 +28,12 @@ You can find authentication information for this node [here](../../../credential ::: ::: details User +- Create a new user - Deactivates the user and revokes all its sessions by archiving its user object - Retrieve all users - Get a user by email - Get a user by id +- Invite a user to a team ::: ## Example Usage diff --git a/docs/nodes/nodes-library/nodes/Slack/README.md b/docs/nodes/nodes-library/nodes/Slack/README.md index 40f5c55c5..19ef4d113 100644 --- a/docs/nodes/nodes-library/nodes/Slack/README.md +++ b/docs/nodes/nodes-library/nodes/Slack/README.md @@ -49,6 +49,11 @@ You can find authentication information for this node [here](../../../credential - Get all the stars of an authenticated user ::: +::: details User Profile +- Get your user profile +- Update user's profile +::: + ## Example Usage This workflow shows you how to post a message in a Slack channel. You can also find the [workflow](https://n8n.io/workflows/416) on this website. This example usage workflow uses the following two nodes. diff --git a/docs/nodes/nodes-library/nodes/Twitter/README.md b/docs/nodes/nodes-library/nodes/Twitter/README.md index c45e0367a..2578f0d8d 100644 --- a/docs/nodes/nodes-library/nodes/Twitter/README.md +++ b/docs/nodes/nodes-library/nodes/Twitter/README.md @@ -14,8 +14,10 @@ You can find authentication information for this node [here](../../../credential ## Basic Operations ::: details Tweet -- Create a new tweet +- Create or reply to a tweet - Search tweets +- Like a tweet +- Retweet a tweet ::: ## Example Usage From 7b366bdfe1c34333e23d15b3519ea9fe58533224 Mon Sep 17 00:00:00 2001 From: Harshil Agrawal Date: Fri, 30 Oct 2020 11:37:42 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=E2=9A=A1=20Add=20share=20operation=20(#249?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/nodes/nodes-library/nodes/MicrosoftOneDrive/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/nodes/nodes-library/nodes/MicrosoftOneDrive/README.md b/docs/nodes/nodes-library/nodes/MicrosoftOneDrive/README.md index 9f6a6fe53..beaff107d 100644 --- a/docs/nodes/nodes-library/nodes/MicrosoftOneDrive/README.md +++ b/docs/nodes/nodes-library/nodes/MicrosoftOneDrive/README.md @@ -19,6 +19,7 @@ You can find authentication information for this node [here](../../../credential - Download a file - Get a file - Search a file +- Share a file - Upload a file ::: @@ -26,6 +27,7 @@ You can find authentication information for this node [here](../../../credential - Create a folder - Get items inside a folder - Search a folder +- Share a folder ::: ## Example Usage From 32154fd8d7c609b606f266a28fb73dadb9f6fd93 Mon Sep 17 00:00:00 2001 From: Harshil Agrawal Date: Fri, 30 Oct 2020 16:20:59 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=E2=9A=A1=20Add=20Custom=20Object=20resourc?= =?UTF-8?q?e=20(#246)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/nodes/nodes-library/nodes/Salesforce/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/nodes/nodes-library/nodes/Salesforce/README.md b/docs/nodes/nodes-library/nodes/Salesforce/README.md index 1d799c9c0..f1e2a727b 100644 --- a/docs/nodes/nodes-library/nodes/Salesforce/README.md +++ b/docs/nodes/nodes-library/nodes/Salesforce/README.md @@ -53,6 +53,14 @@ You can find authentication information for this node [here](../../../credential - Update a contact ::: +::: details Custom Object +- Create a custom object record +- Delete a custom object record +- Get a custom object record +- Get all custom object records +- Update a custom object record +::: + ::: details Flow - Get all flows - Invoke a flow From 96f183d159bcd2735b3d82ed3cec7e21ebcdbaf6 Mon Sep 17 00:00:00 2001 From: Harshil Agrawal Date: Fri, 30 Oct 2020 16:21:23 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=E2=9A=A1=20Add=20Send=20Template=20resourc?= =?UTF-8?q?e=20and=20Send=20Template=20operation=20(#247)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/nodes/nodes-library/nodes/AWSSES/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/nodes/nodes-library/nodes/AWSSES/README.md b/docs/nodes/nodes-library/nodes/AWSSES/README.md index 1b17aec2f..666a40601 100644 --- a/docs/nodes/nodes-library/nodes/AWSSES/README.md +++ b/docs/nodes/nodes-library/nodes/AWSSES/README.md @@ -13,7 +13,18 @@ You can find authentication information for this node [here](../../../credential ## Basic Operations +::: details Email - Send Email +- Send Template +::: + +::: details Template +- Create a template +- Delete a template +- Get a template +- Get all templates +- Update a template +::: ## Example Usage