- Slack bot token with
chat:write
permissions - Target Slack channel name or ID
- URL for the webhook to listen on, reachable by Flagsmith
- Audit Log webhook configured
- Optional: Shared webhook secret to validate the request came from Flagsmith
export SLACK_BOT_TOKEN=...
export SLACK_CHANNEL=my-slack-channel-name-or-id
# Optional
export FLAGSMITH_WEBHOOK_SECRET=...
poetry install
poetry shell
fastapi dev
fastapi run