We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0de90f commit a517c1cCopy full SHA for a517c1c
README.md
@@ -26,9 +26,11 @@ Add the following to your composer.json file and run /dev/build?flush=all
26
27
Add the required pardot authentication details to your .env file
28
29
+```
30
PARDOT_EMAIL="youremail@..."
31
PARDOT_PASSWORD="1234567890$"
32
PARDOT_USER_KEY="12345678901234567890"
33
PARDOT_API_VERSION="3"
34
35
36
You can use version 2 or 3 of the Pardot API. This will depend on your Pardot account.
0 commit comments