feat: add webhook logs

This commit is contained in:
David Nguyen
2025-11-24 18:43:59 +11:00
parent ae31860b16
commit c63c1b8963
18 changed files with 1664 additions and 411 deletions

View File

@ -30,6 +30,7 @@ export const run = async ({
webhookEndpoint: url,
};
// Note: This is duplicated in `resend-webhook-call.ts`.
const response = await fetch(url, {
method: 'POST',
body: JSON.stringify(payloadData),