diff --git a/docs/getting-started/create-your-first-workflow/daily-weather-notifications/README.md b/docs/getting-started/create-your-first-workflow/daily-weather-notifications/README.md
index 8308512fb..26ff6358e 100644
--- a/docs/getting-started/create-your-first-workflow/daily-weather-notifications/README.md
+++ b/docs/getting-started/create-your-first-workflow/daily-weather-notifications/README.md
@@ -2,6 +2,11 @@
Let's create your first workflow in n8n. We'll create a workflow which will run every morning at 8 AM and will send an SMS to tell you if you should take a sweater with you. You can also find the [workflow](https://n8n.io/workflows/409) on n8n.io.
+Here's a video that will take you through the process of creating this workflow.
+
+
+
+
## Prerequisites
You’ll need the following tools and resources to complete the tutorial:
diff --git a/docs/getting-started/create-your-first-workflow/get-product-feedback/README.md b/docs/getting-started/create-your-first-workflow/get-product-feedback/README.md
index fac319c9f..5d3378e2c 100644
--- a/docs/getting-started/create-your-first-workflow/get-product-feedback/README.md
+++ b/docs/getting-started/create-your-first-workflow/get-product-feedback/README.md
@@ -2,6 +2,10 @@
Let's create your first workflow in n8n. We'll create a workflow that will add a new card to a Trello board whenever a user submits a feedback score that is less than seven. You can also find the [workflow](https://n8n.io/workflows/791) on n8n.io.
+Here's a video that will take you through the process of creating this workflow.
+
+
+
## Prerequisites
You’ll need the following tools and resources to complete the tutorial:
diff --git a/docs/nodes/credentials/Iterable/README.md b/docs/nodes/credentials/Iterable/README.md
new file mode 100644
index 000000000..1422974e7
--- /dev/null
+++ b/docs/nodes/credentials/Iterable/README.md
@@ -0,0 +1,25 @@
+---
+permalink: /credentials/iterable
+description: Learn to configure credentials for the Iterable node in n8n
+---
+
+# Iterable
+
+You can use these credentials to authenticate the following nodes with Iterable.
+- [Iterable](../../nodes-library/nodes/Iterable/README.md)
+
+## Prerequisites
+
+Create an [Iterable](https://iterable.com) account.
+
+## Using API Key
+
+1. Access the [Iterable dashboard](https://app.iterable.com/).
+2. Click on ***Integrations*** and select 'API keys'.
+3. Click on the ***NEW API KEY*** button.
+4. Enter a name in the ***Name*** field.
+5. Click on the ***Create*** button.
+6. Click on the ***Copy*** button to copy the API key.
+7. Use this ***API key*** with your Iterable node credentials in n8n.
+
+
diff --git a/docs/nodes/credentials/Iterable/using-api-key.gif b/docs/nodes/credentials/Iterable/using-api-key.gif
new file mode 100644
index 000000000..b187ba4d5
Binary files /dev/null and b/docs/nodes/credentials/Iterable/using-api-key.gif differ
diff --git a/docs/nodes/nodes-library/core-nodes/Cron/README.md b/docs/nodes/nodes-library/core-nodes/Cron/README.md
index d46eda618..60f7a28b4 100644
--- a/docs/nodes/nodes-library/core-nodes/Cron/README.md
+++ b/docs/nodes/nodes-library/core-nodes/Cron/README.md
@@ -12,7 +12,7 @@ The Cron node is useful to schedule the workflows to run periodically at fixed d
2. Make sure that the timezone is set correctly for the n8n instance (or the workflow).
:::
-You can find the example usage of the Cron node in the [Creating Your First Workflow](../../../../getting-started/creating-your-first-workflow.md) guide.
+You can find the example usage of the Cron node in the [Create Your First Workflow](../../../../getting-started/create-your-first-workflow/create-your-first-workflow/README.md) guide.
## Node Reference
diff --git a/docs/nodes/nodes-library/core-nodes/NoOperationDoNothing/README.md b/docs/nodes/nodes-library/core-nodes/NoOperationDoNothing/README.md
index 9222afc16..94a3abc16 100644
--- a/docs/nodes/nodes-library/core-nodes/NoOperationDoNothing/README.md
+++ b/docs/nodes/nodes-library/core-nodes/NoOperationDoNothing/README.md
@@ -5,6 +5,6 @@ description: Learn how to use the No Operation, do nothing node in n8n
# No Operation, do nothing
-The No Operation, do nothing node is used when you don't want to perform any operations. The purpose of this node is to make the workflow easier to read and understand where the flow of data stops. This can sometimes help others with a better understanding of the workflow, visually.
+The No Operation, do nothing node is used when you don't want to perform any operations. The purpose of this node is to make the workflow easier to read and understand where the flow of data stops. This can sometimes help others with a better understanding of the workflow, visually.
-As an example, checkout how this node is being used in the [Creating Your First Workflow](../../../../getting-started/creating-your-first-workflow.md) guide.
+As an example, checkout how this node is being used in the [Create Your First Workflow](../../../../getting-started/create-your-first-workflow/create-your-first-workflow/README.md) guide.
diff --git a/docs/nodes/nodes-library/nodes/Iterable/Iterable1_node.png b/docs/nodes/nodes-library/nodes/Iterable/Iterable1_node.png
new file mode 100644
index 000000000..6f314a760
Binary files /dev/null and b/docs/nodes/nodes-library/nodes/Iterable/Iterable1_node.png differ
diff --git a/docs/nodes/nodes-library/nodes/Iterable/Iterable2_node.png b/docs/nodes/nodes-library/nodes/Iterable/Iterable2_node.png
new file mode 100644
index 000000000..7726a82c4
Binary files /dev/null and b/docs/nodes/nodes-library/nodes/Iterable/Iterable2_node.png differ
diff --git a/docs/nodes/nodes-library/nodes/Iterable/Iterable_node.png b/docs/nodes/nodes-library/nodes/Iterable/Iterable_node.png
new file mode 100644
index 000000000..9a2196a35
Binary files /dev/null and b/docs/nodes/nodes-library/nodes/Iterable/Iterable_node.png differ
diff --git a/docs/nodes/nodes-library/nodes/Iterable/README.md b/docs/nodes/nodes-library/nodes/Iterable/README.md
new file mode 100644
index 000000000..dbd8260fd
--- /dev/null
+++ b/docs/nodes/nodes-library/nodes/Iterable/README.md
@@ -0,0 +1,88 @@
+---
+permalink: /nodes/n8n-nodes-base.iterable
+description: Learn how to use the Iterable node in n8n
+---
+
+# Iterable
+
+[Iterable](https://iterable.com/) is a cross-channel platform that allows marketers to create, optimize, and measure every interaction throughout the customer journey.
+
+::: tip 🔑 Credentials
+You can find authentication information for this node [here](../../../credentials/Iterable/README.md).
+:::
+
+## Basic Operations
+
+::: details Event
+- Record the actions a user performs
+:::
+
+::: details User
+- Create/Update a user
+- Delete a user
+- Get a user
+:::
+
+## Example Usage
+
+This workflow allows you to create, update, and get a user from Iterable. You can also find the [workflow](https://n8n.io/workflows/813) on n8n.io. This example usage workflow would use the following nodes.
+- [Start](../../core-nodes/Start/README.md)
+- [Iterable]()
+
+The final workflow should look like the following image.
+
+
+
+### 1. Start node
+
+The start node exists by default when you create a new workflow.
+
+
+### 2. Iterable node (upsert: user)
+
+This node will create a new user in Iterable.
+
+1. First of all, you'll have to enter credentials for the Iterable node. You can find out how to do that [here](../../../credentials/Iterable/README.md).
+2. Select 'Email' in the ***Identifier*** field.
+3. Enter the email address in the ***Value*** field.
+4. Click on ***Execute Node*** to run the node.
+
+In the screenshot below, you will notice that the node creates a new user in Iterable.
+
+
+
+### 3. Iterable1 node (upsert: user)
+
+This node will update the information of the user that we created in the previous node.
+
+::: v-pre
+1. Select the credentials that you entered in the previous node.
+2. Select 'Email' in the ***Identifier*** field.
+3. Click on the gears icon next to the ***Value*** field and click on ***Add Expression***.
+4. Select the following in the ***Variable Selector*** section: Nodes > Iterable > Parameters > value. You can also add the following expression: `{{$node["Iterable"].parameter["value"]}}`.
+5. Click on the ***Add Field*** button and select ***Data Fields***.
+6. Click on the ***Add Data Field*** button.
+7. Enter `Name` in the ***Key*** field.
+8. Enter the name of the user in the ***Value*** field.
+9. Click on ***Execute Node*** to run the node.
+:::
+In the screenshot below, you will notice that the node updates the information of the user that we created in the previous node.
+
+
+
+
+
+### 4. Iterable2 node (get: user)
+
+This node will get the information of the user that we created using the Iterable node.
+
+::: v-pre
+1. Select the credentials that you entered in the previous node.
+2. Select 'Get' from the ***Operation*** dropdown list.
+3. Click on the gears icon next to the ***Value*** field and click on ***Add Expression***.
+4. Select the following in the ***Variable Selector*** section: Nodes > Iterable > Parameters > value. You can also add the following expression: `{{$node["Iterable"].parameter["value"]}}`.
+5. Click on ***Execute Node*** to run the node.
+:::
+In the screenshot below, you will notice that the node gets the information of the user that we created using the Iterable node.
+
+
diff --git a/docs/nodes/nodes-library/nodes/Iterable/workflow.png b/docs/nodes/nodes-library/nodes/Iterable/workflow.png
new file mode 100644
index 000000000..97eabac84
Binary files /dev/null and b/docs/nodes/nodes-library/nodes/Iterable/workflow.png differ
diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md
index 616630f8d..6ed4b01c6 100644
--- a/docs/reference/changelog.md
+++ b/docs/reference/changelog.md
@@ -1,5 +1,21 @@
# Changelog
+## n8n@0.97.0
+For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.96.0...n8n@0.97.0) for this version.
+**Release date:** 2020-12-10
+
+- New nodes
+ - Ghost
+ - Nasa
+ - Snowflake
+ - Twist
+- Enhanced nodes
+ - Automizy: Added options to add and remove tabs for the Update operation of the Contact resource
+ - Pipedrive: Added label field to Person, Organization, and Deal resources. Also added Update operation for the Organization resource
+- Bug fixes
+ - Fixed a bug that caused OAuth1 requests to break
+ - Fixed Docker user mount path
+
## n8n@0.96.0
For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.95.1...n8n@0.96.0) for this version.
**Release date:** 2020-12-03