n8n-nodes-exact-online 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -5
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -23,6 +23,10 @@ Make sure to restart n8n when you have installed the node.
|
|
23
23
|
|
24
24
|
## Setup instructions
|
25
25
|
|
26
|
+
> :warning: **You need a HTTPS callback url for it to function. Exact Online does not allow you to use HTTP. Make sure you have this before starting the setup.**
|
27
|
+
|
28
|
+
> **_NOTE:_** Some of the documentation was rewritten because the production app setup is a bit different from the development app. That is also why some names and urls arent the same everywhere, I hope it is clear enough not to get you confused about changing names and such.
|
29
|
+
|
26
30
|
To setup this node you will have to create an App in Exact online. Below there is a step by step guide on how to do this.
|
27
31
|
In the future there might be a possibility to simply select it from the app store of Exact Online. I will be looking into getting it approved at a later date.
|
28
32
|
|
@@ -32,9 +36,9 @@ Login into Exact Online by clicking on the marked button
|
|
32
36
|
|
33
37
|

|
34
38
|
|
35
|
-
Click on the
|
39
|
+
Click on appcenter button to open the app center, this where you can connect apps.
|
36
40
|
|
37
|
-

|
38
42
|
|
39
43
|
At this point it will forward you to all the apps you can browse. You probably need to click on login in the top right again to actually login on this page.
|
40
44
|
|
@@ -44,6 +48,7 @@ Click on the manage apps button
|
|
44
48
|

|
45
49
|
|
46
50
|
You will then see your apps. There is a choice between production and test. Click on register an app.
|
51
|
+
If you do not have a choice simply click on the big + to register an app.
|
47
52
|
|
48
53
|

|
49
54
|
|
@@ -52,15 +57,22 @@ Create a new credentials entry or modify an existing one in the app.
|
|
52
57
|
|
53
58
|

|
54
59
|
|
55
|
-
You should see the
|
56
|
-
Copy the callback URL from n8n into Exact Online.
|
60
|
+
You should see the credential information. You need to fill this in, but first you need the Callback URL to be filled in into the app setup in Exact Online.
|
61
|
+
Copy the callback URL from n8n into Exact Online.
|
62
|
+
If you are registering a production app you will need to do this in this first screen that pops up. If it is a testing app this pop-up is skipped. (fill in the name and the callback url in the following screen if this step is skipped)
|
63
|
+
|
64
|
+

|
65
|
+
|
66
|
+
Fill in the rest of the information in the credentials of n8n.
|
57
67
|
Should look a bit like this:
|
58
68
|
|
69
|
+
Exact Online:
|
59
70
|

|
60
71
|
|
72
|
+
n8n:
|
61
73
|

|
62
74
|
|
63
|
-
After you can Click connect / reconnect and it might give you a pop-up to login to
|
75
|
+
After you can Click connect / reconnect and it might give you a pop-up to login to exact online if you aren't logged in yet or you need to confirm the connection / approve some terms.
|
64
76
|
|
65
77
|
## Features v1.0
|
66
78
|
|
package/dist/package.json
CHANGED