Setup dev printful/webflow webhooks

This commit is contained in:
Dominic Ferrando
2026-06-26 13:44:19 -04:00
parent a689417aed
commit 62b651c476
5 changed files with 58 additions and 1 deletions
+1
View File
@@ -162,6 +162,7 @@ export const app = new Elysia()
// WEBHOOKS
.post("/webhook/printful", async ({ body }) => {
// https://webflow.com/integrations/printful
const payload = body as Printful.Webhook.EventPayload;
switch (payload.type) {