Slack Integration
Post purchase notifications to a Slack channel via incoming webhooks.
The storra.slack app posts a message to a Slack channel every time someone buys from your store. Useful for team channels where you want real-time visibility into sales.
Set up
- In your Slack workspace, go to Settings → Manage Apps → Custom Integrations → Incoming Webhooks. Create a new webhook pointing at the channel where you want notifications.
- Copy the webhook URL.
- In Storra, go to Slack, paste the URL, and click Save.
- Click Send test notification to verify the connection.
Notification format
The default message format includes package name, customer name, total, and gateway. Customize the template in the app settings — variables like {{ customer.email }}, {{ order.total }}, and {{ packages.0.name }} are available.
Filtering
By default Slack gets every paid order. To reduce noise, filter by:
- Minimum order total (e.g. only post when total > $10)
- Specific packages (e.g. only post when someone buys a rank, not cosmetics)
- Refunds (post when an order is refunded, separate from purchases)
Was this page helpful?Suggest an edit →
Updated recently