Your store ringing, before the email even lands.
A real-time bridge from Magento to PingBell. New orders, invoices, shipments, refunds and customer signups push to your phone, desktop or smartwatch the moment they happen — no email delay, no dashboard refresh, no missed sales.
Five Magento events, one bell per event, zero impact on checkout. Set up in five minutes.
Order placed
Hooks sales_order_place_after — the moment checkout completes. The first ping you'll want, especially for low-volume / high-value stores where every order matters.
Invoice & shipment
Separate bells for sales_order_invoice_save_after and sales_order_shipment_save_after. Useful when finance and dispatch are different humans on different shifts.
Credit memo
Refunds and credit memos via sales_order_creditmemo_save_after. Catch returns the moment they're processed — useful for monitoring refund spikes or fraud patterns.
Built for Magento, designed never to get in checkout's way.
Encrypted API key
Your PingBell API key lives behind Magento's standard Encrypted backend model. Stored AES-encrypted in core_config_data, decrypted only when an event fires.
One bell per event
Route each Magento event to its own PingBell — Orders to your phone, Customer signups to a Slack-bot bell, Refunds to a finance team bell. Use the Fetch Bells button to load and pick from your account.
Non-blocking by design
A 5-second cURL timeout, exception-swallowed observers, dedicated var/log/pingbell.log. If pingbell.io ever goes down, your checkout doesn't even notice.
Email is slow, dashboards are pull-based, Slack drowns in noise. PingBell is the right shape for "tell me right now."
Cross-device
Phone, desktop browser, smartwatch — PingBell hits whichever you're actually looking at. Owners, store managers, dispatch staff and finance can each subscribe to the bells that matter to them.
Customer registrations
customer_register_success bell for B2B stores where every signup is a sales-call lead, or D2C stores where you want to wave at new fans the same hour they sign up.
Tiny, hackable codebase
One observer, one client, one config — under 500 lines of PHP. Add a custom event in minutes by registering an observer that points at a virtualType with a new eventKey.
Five minutes to a ringing phone.
Composer install, paste an API key, click Fetch Bells. The next order on your store will buzz your pocket.