We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1aa53 commit f6de1f2Copy full SHA for f6de1f2
docs/esps/postal.rst
@@ -46,7 +46,15 @@ nor ``ANYMAIL_POSTAL_API_KEY`` is set.
46
47
.. rubric:: POSTAL_API_URL
48
49
-Required. The base url for calling the Postal API.
+Required. The base URL of your Postal server (without /api/v1 or any API paths).
50
+Anymail will automatically append the required API paths.
51
+
52
+ .. code-block:: python
53
54
+ ANYMAIL = {
55
+ ...
56
+ "POSTAL_API_URL": "https://yourpostal.example.com",
57
+ }
58
59
60
.. setting:: ANYMAIL_POSTAL_WEBHOOK_KEY
0 commit comments