mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Merge branch 'master' of https://github.com/n8n-io/n8n-docs
This commit is contained in:
commit
f53cd218d6
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user