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 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/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 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 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