I have an email provider (Pepipost) that is able to trigger a webhook (post to provided address) each time the mail is opened, bounced etc. So they provide a response of your sent messages status.
The webhook format is described here
How should I listen to them in my private Mautic install? Could point me to the right direction, where to search (API or should I create a form...)
UPDATE: It seems that I have to create a web-hook in Mautic using API... But I failed to find any document to start with. How Mautic trigers it's internal statistics for emails?