Setup dev printful/webflow webhooks
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user