spree-events-webhooks
Installation
SKILL.md
Spree Events + Webhooks
Spree has two layered systems for reacting to lifecycle events. Both subscribe to the same events; what differs is the delivery target.
| System | Lives | Use for |
|---|---|---|
| Subscribers | Ruby code in your Rails app | Sync to your own ERP, send transactional email, update analytics, invalidate caches |
| Webhooks | HTTPS POSTs to external URLs | Third-party integrations, partner systems, customer-built apps |
You pick a subscriber when you are the consumer. You pick a webhook when another system is the consumer.