Hello, I want to achieve the following: If an email arrives to a specific email address, instead of delivering it to a mailbox I want to upload the contents to an external API for data processing (for example, DMARC reports etc.). Can that be somehow done natively or do I need to write a bot that will get the emails from the mailbox through pop3/imap?
Hello,
There is nothing already built-in into Axigen to help you set the desired flow.
Therefor you should explore the POP3/IMAP mailbox fetch options (via an external script/bot) and do the needed actions when a new / specific message was delivered into it.
BR,
Ioan