This commit is contained in:
Tanay Pant 2020-10-30 17:22:50 +01:00
commit f53cd218d6
8 changed files with 41 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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.

View File

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