mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
[PR #217] [MERGED] Expand Slack trigger to full Events API catalog #232
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/217
Author: @Yeuoly
Created: 10/16/2025
Status: ✅ Merged
Merged: 10/17/2025
Merged by: @Yeuoly
Base:
feat/trigger← Head:codex/implement-slack-trigger-in-main.py📝 Commits (6)
3858f49Expand Slack trigger to full Events API catalog8f378daRemove Slack trigger subscription constructorb1cc8c1Remove Slack event selection from subscription schema9e7bc7aUse official Slack icon asseta6d0de0Stop reading Slack signing secret from constructor parametersfc1ebbdchore: remove tead_id📊 Changes
161 files changed (+9206 additions, -0 deletions)
View changed files
➕
python/examples/slack_trigger/README.md(+61 -0)➕
python/examples/slack_trigger/_assets/icon.svg(+1 -0)➕
python/examples/slack_trigger/events/__init__.py(+0 -0)➕
python/examples/slack_trigger/events/_catalog_event.py(+126 -0)➕
python/examples/slack_trigger/events/app/__init__.py(+0 -0)➕
python/examples/slack_trigger/events/app/app_mention.py(+9 -0)➕
python/examples/slack_trigger/events/app/app_mention.yaml(+107 -0)➕
python/examples/slack_trigger/events/app/app_rate_limited.py(+9 -0)➕
python/examples/slack_trigger/events/app/app_rate_limited.yaml(+107 -0)➕
python/examples/slack_trigger/events/app/app_uninstalled.py(+9 -0)➕
python/examples/slack_trigger/events/app/app_uninstalled.yaml(+107 -0)➕
python/examples/slack_trigger/events/catalog_data.py(+1202 -0)➕
python/examples/slack_trigger/events/channel/__init__.py(+0 -0)➕
python/examples/slack_trigger/events/channel/channel_archive.py(+9 -0)➕
python/examples/slack_trigger/events/channel/channel_archive.yaml(+107 -0)➕
python/examples/slack_trigger/events/channel/channel_created.py(+9 -0)➕
python/examples/slack_trigger/events/channel/channel_created.yaml(+107 -0)➕
python/examples/slack_trigger/events/channel/channel_deleted.py(+9 -0)➕
python/examples/slack_trigger/events/channel/channel_deleted.yaml(+107 -0)➕
python/examples/slack_trigger/events/channel/channel_history_changed.py(+9 -0)...and 80 more files
📄 Description
Summary
Testing
https://chatgpt.com/codex/tasks/task_b_68ef33dc324c8326a5d07fb01ed7d3eb
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.