mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-21 18:05:30 -04:00
[PR #220] [MERGED] Codex/implement slack trigger in main.py #234
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/220
Author: @Yeuoly
Created: 10/17/2025
Status: ✅ Merged
Merged: 10/17/2025
Merged by: @Yeuoly
Base:
feat/trigger← Head:codex/implement-slack-trigger-in-main.py📝 Commits (8)
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_id702a6f0refactoring2b0775fResolve merge conflicts in Slack trigger implementation📊 Changes
69 files changed (+459 additions, -216 deletions)
View changed files
📝
python/examples/slack_trigger/events/_catalog_event.py(+1 -2)📝
python/examples/slack_trigger/events/app/app_mention.py(+3 -1)📝
python/examples/slack_trigger/events/app/app_mention.yaml(+147 -0)📝
python/examples/slack_trigger/events/app/app_rate_limited.py(+3 -1)📝
python/examples/slack_trigger/events/app/app_uninstalled.py(+3 -1)📝
python/examples/slack_trigger/events/channel/channel_archive.py(+3 -1)📝
python/examples/slack_trigger/events/channel/channel_created.py(+3 -1)📝
python/examples/slack_trigger/events/channel/channel_deleted.py(+3 -1)📝
python/examples/slack_trigger/events/channel/channel_history_changed.py(+3 -1)📝
python/examples/slack_trigger/events/channel/channel_left.py(+3 -1)📝
python/examples/slack_trigger/events/channel/channel_rename.py(+3 -1)📝
python/examples/slack_trigger/events/channel/channel_unarchive.py(+3 -1)📝
python/examples/slack_trigger/events/dnd/dnd_updated.py(+3 -1)📝
python/examples/slack_trigger/events/dnd/dnd_updated_user.py(+3 -1)📝
python/examples/slack_trigger/events/email/email_domain_changed.py(+3 -1)📝
python/examples/slack_trigger/events/emoji/emoji_changed.py(+3 -1)📝
python/examples/slack_trigger/events/file/file_change.py(+3 -1)📝
python/examples/slack_trigger/events/file/file_comment_added.py(+3 -1)📝
python/examples/slack_trigger/events/file/file_comment_deleted.py(+3 -1)📝
python/examples/slack_trigger/events/file/file_comment_edited.py(+3 -1)...and 49 more files
📄 Description
Pull Request Checklist
Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks:
Compatibility Check
README.mdREADME.mdREADME.mdREADME.mdAvailable Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.