Skip to content

Commit 41701e0

Browse files
committed
fix: doc image path update
1 parent 2a6822a commit 41701e0

File tree

1 file changed

+9
-9
lines changed
  • sources/platform/integrations/workflows-and-notifications/n8n

1 file changed

+9
-9
lines changed

sources/platform/integrations/workflows-and-notifications/n8n/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you're running a self-hosted n8n instance, you can install the Apify communit
3232
1. Agree to the [risks](https://docs.n8n.io/integrations/community-nodes/risks/) of using community nodes and select **Install**.
3333
1. You can now use the node in your workflows.
3434

35-
![Apify Install Node](../images/n8n-install-node-self-hosted.png)
35+
![Apify Install Node](../../images/n8n-install-node-self-hosted.png)
3636

3737
## Install the Apify Node (n8n Cloud)
3838

@@ -42,7 +42,7 @@ For n8n Cloud users, installation is even simpler and doesn't require manual pac
4242
1. Search for **Apify** in the community node registry
4343
1. Click **Install node** to add the Apify node to your instance
4444

45-
![Apify Install Node](../images/n8n-install-node-cloud.png)
45+
![Apify Install Node](../../images/n8n-install-node-cloud.png)
4646

4747
:::note Verified community nodes visibility
4848

@@ -63,7 +63,7 @@ The Apify node offers two authentication methods to securely connect to your Api
6363
1. Enter your Apify API token. (find it in the [Apify Console](https://console.apify.com/settings/integrations)).
6464
1. Click **Save**.
6565

66-
![Apify Auth](../images/n8n-api-auth.png)
66+
![Apify Auth](../../images/n8n-api-auth.png)
6767

6868
### OAuth2 (cloud instance only)
6969

@@ -72,7 +72,7 @@ The Apify node offers two authentication methods to securely connect to your Api
7272
1. Select **Connect my account** and authorize with your Apify account.
7373
1. n8n automatically retrieves and stores the OAuth2 tokens.
7474

75-
![Apify Auth](../images/n8n-oauth.png)
75+
![Apify Auth](../../images/n8n-oauth.png)
7676

7777
:::note
7878

@@ -92,7 +92,7 @@ Start by building a basic workflow in n8n, then add the Apify node to handle tas
9292
1. In the node's **Credentials** dropdown, choose the Apify credential you configured earlier. If you haven't configured any credentials, you can do so in this step. The process will be the same.
9393
1. You can now use Apify node as a trigger or action in your workflow.
9494

95-
![Apify Node](../images/n8n-list-of-operations.png)
95+
![Apify Node](../../images/n8n-list-of-operations.png)
9696

9797
## Use Apify node as trigger
9898

@@ -107,7 +107,7 @@ Triggers let your workflow respond automatically to events in Apify, such as whe
107107
1. Add subsequent nodes (e.g., HTTP Request, Google Sheets) to process or store the output.
108108
1. Save and execute the workflow.
109109

110-
![Apify Node](../images/n8n-trigger-example.png)
110+
![Apify Node](../../images/n8n-trigger-example.png)
111111

112112
## Use Apify node as an action
113113

@@ -122,13 +122,13 @@ Actions allow you to perform operations like running an Actor within a workflow.
122122
- **Memory**: Amount of memory allocated for the Actor run, in megabytes
123123
- **Build Tag**: Specifies the Actor build tag to run. By default, the run uses the build specified in the default run configuration for the Actor (typically `latest`)
124124
- **Wait for finish**: Whether to wait for the run to finish before continuing. If true, the node will wait for the run to complete (successfully or not) before moving to the next node
125-
![Apify Node](../images/n8n-run-actor-example.png)
125+
![Apify Node](../../images/n8n-run-actor-example.png)
126126
1. Add another Apify operation called **Get Dataset Items**.
127127
- Set **Dataset ID** parameter as **defaultDatasetId** value received from the previous **Run Actor** node. This will give you the output of the Actor run
128-
![Apify Node](../images/n8n-get-dataset-items-example.png)
128+
![Apify Node](../../images/n8n-get-dataset-items-example.png)
129129
1. Add any subsequent nodes (e.g. Google Sheets) to process or store the output
130130
1. Save and execute the workflow
131-
![Apify Node](../images/n8n-workflow-example.png)
131+
![Apify Node](../../images/n8n-workflow-example.png)
132132

133133
## Available Operations
134134

0 commit comments

Comments
 (0)