Mise à jour de la charge utile de la signature des webhooks
Mailgun has updated the signature payload for webhooks when an event occurs on a subaccount. When a webhook event fires on a subaccount, the signature payload will now include a parent-signature field that identifies the primary account.
Previously, receiving servers needed to account for the unique signature of each individual subaccount to verify webhook authenticity. With this update, you can reference a single parent signature to validate events across all of your subaccounts, simplifying your verification logic.
For more information, view the update documentation on securing webhooks.