Hello Tryton Community,
I have an issue problem related to processing the incoming emails in Tryton. As Tryton does not have a built in email inbox, I will fetch and process emails with an external email server “Postmark”.
Here’s the setup I have so far:
- Configuration Steps:
- I have created a rule with the following details:
- Generated a URL and copied it into the inbound webhook URL in Postmark.
- Set the inbound email address provided by Postmark as the Destination.
- Selected Incoming Document in the Action field.
- Saved the rule.
- Testing:
-
As I am working on localhost, I used ngrok to inspect the communication. I observed a response with
204 NO CONTENT
. -
However, No Document I found under path “Documents/Incoming Documents/”
Issues:
. No Documents in Incoming Documents Menu:
- Despite the
204 NO CONTENT
response, no documents appear in the Incoming Documents menu.
thank you for your help!