Send X-Autoreply To Message Route #1484
Replies: 3 comments
-
I'm not sure if this is on atechs plans but it certainly sounds like a nice idea. However judging by a bit of light internet research detecting an autoreply message accurately can be a challenge. https://github.com/BOOKATIGER/is-autoreply/blob/master/index.js That said, there may be room for more generic routing based on you specifying headers depending on your use case. I.E. if you're reasonably sure of the headers in messages that Postal will receive. |
Beta Was this translation helpful? Give feedback.
-
@willpower232 Thanks for the quick reply! During our testing we noticed that it's super hard to determine an auto reply, but Postal picks up the
|
Beta Was this translation helpful? Give feedback.
-
As I said it would be difficult to make such a parameter accurate for every situation. You could also choose to receive the raw message rather than the JSON alternative which I hope includes all the headers? |
Beta Was this translation helpful? Give feedback.
-
Hi!
We are handling a bunch of email scenarios and would like to catch any emails that come back from an Out Of Office auto reply. In the header from the auto reply email, there is an
x-autoreply
header:Is it on the map to send this to the message route as JSON? Would a PR help, I could try to add this and submit it if it's of interest?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions