Docs/Apps & Integrations/Slack Integration

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

  1. 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.
  2. Copy the webhook URL.
  3. In Storra, go to Slack, paste the URL, and click Save.
  4. 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