Spree Events Webhooks

Use when the user wants Spree to react to something that happened — sync orders to an ERP, send notifications, fire webhooks, integrate with external services, configure webhook endpoints, verify webhook signatures. Common phrasings include "react to X", "when X happens", "send notification when", "sync to external service", "Spree events", "subscribers", "publish_event", "webhook endpoint", "webhook signature", "X-Spree-Webhook-Signature", "HMAC", "webhook retry", "webhook failed", "webhook.test". Covers in-process subscribers (Ruby side effects) AND outbound webhooks (HTTPS POSTs to external URLs).

spree 1147091 18.6 KB Updated

File contents

spree/agent-skills/tree/main/skills/spree-events-webhooks commit 1147091f79

Frequently asked questions

npx skillmds@latest add spree/spree-events-webhooks