Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# OpenCode Webhooks

[![CI](https://github.com/zenibako/opencode-webhooks/actions/workflows/ci.yml/badge.svg)](https://github.com/zenibako/opencode-webhooks/actions/workflows/ci.yml)
Expand Down Expand Up @@ -336,6 +338,7 @@ The `examples/` directory contains ready-to-use configurations:
- **[slack-workflow.ts](./examples/slack-workflow.ts)** - Slack Workflow Builder integration
- **[slack-workflow-ratelimited.ts](./examples/slack-workflow-ratelimited.ts)** - Slack with rate limiting & queuing
- **[custom-webhook.ts](./examples/custom-webhook.ts)** - Custom webhook endpoint
- **[home-assistant.ts](./examples/home-assistant.ts)** - Home Assistant automation integration
- **[local-dev.ts](./examples/local-dev.ts)** - Local development setup

Simply copy an example to `~/.config/opencode/plugin/`, edit the configuration, and restart OpenCode.
Expand Down