To track email events with Postmark, follow these steps:
Within your server, go to the “Webhooks” tab.
Click “Add webhook” to initiate a new webhook setup.
For the Post URL, input https://app.dittofeed.com/api/public/webhooks/postmark
In the “Custom headers and basic auth” section, add a custom header named x-postmark-secret. For the value, use a secret you generate. You can generate a random key using openssl rand -hex 32 in your terminal or use an online random key generator.
Choose the events for which you wish to receive webhooks, such as Delivery, Bounce, Spam Complaint, Open, Link Click, and Subscription Change.
Click “Save webhook” to activate it.
Copy the webhook’s signing secret if provided.
Paste the signing secret into Dittofeed’s settings page in the “Webhook Key” field and click save.
By following these steps, you will have successfully integrated Postmark with Dittofeed for sending emails and tracking email events.Here’s a video showing the full setup.