Suppli Inbox¶
Suppli Inbox is the central notification hub for every module. Every alert, approval request, and system message routes through here.
What goes through Inbox¶
| Module | What it sends |
|---|---|
| Repricer | Price push approval requests |
| Fulfillment | Order approval requests |
| Inventory | Stock alerts, sync errors |
| Suppli Ads | Post failures, platform alerts |
| System | Connection errors, feed failures |
Approval flow¶
When any module needs your approval (price push, label generation, etc.):
- A notification appears in Suppli Inbox
- You open it — see the full context (product, price, channel, etc.)
- Click Approve or Reject inline
- The action executes immediately
Approval links are safe by design
All approval actions use POST requests with CSRF protection — Slack link previews cannot accidentally trigger approvals.
Per-source routing¶
Configure where each notification type goes:
- In-app only — appears in Suppli Inbox, nowhere else
- + Slack — also posts to a configured Slack channel
- + Email — also sends to a configured email address
Go to Inbox → Settings to configure routing per source.
Mark as read¶
Click any message to mark it read. The unread count badge updates instantly. Mark all read clears everything in one click.