# slack_sandbox v0.1.0 - Table of Contents

> A Swoosh-style local mailbox, but for Slack: capture outbound post_message/send_dm calls in dev/test and watch them arrive in a live inbox.

## Pages

- [SlackSandbox](readme.md)

## Modules

- [SlackSandbox](SlackSandbox.md): A [Swoosh](https://hexdocs.pm/swoosh)-style local mailbox, but for Slack.
- [SlackSandbox.Adapter](SlackSandbox.Adapter.md): Behaviour for the two calls most Slack integrations actually make:
posting to a channel and DMing a user.
- [SlackSandbox.Inbox](SlackSandbox.Inbox.md): In-memory GenServer that captures messages pushed by `SlackSandbox` and
broadcasts them over PubSub so a live view (or anything else) can render
them as they arrive.
- [SlackSandbox.InboxLive](SlackSandbox.InboxLive.md): Live view of everything captured by `SlackSandbox.Inbox`, pushed in real
time over PubSub. Mount it directly in your router

