mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #1930] [MERGED] Add Typeform trigger plugin #2155
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-official-plugins/pull/1930
Author: @Yevanchen
Created: 10/26/2025
Status: ✅ Merged
Merged: 10/29/2025
Merged by: @RockChinQ
Base:
feat/triggers← Head:typeform-trigger📝 Commits (1)
bce9a4dAdd Typeform trigger plugin📊 Changes
18 files changed (+870 additions, -0 deletions)
View changed files
➕
triggers/typeform_trigger/.env.example(+4 -0)➕
triggers/typeform_trigger/.gitignore(+155 -0)➕
triggers/typeform_trigger/README.md(+94 -0)➕
triggers/typeform_trigger/_assets/image.png(+0 -0)➕
triggers/typeform_trigger/_assets/typeform.png(+0 -0)➕
triggers/typeform_trigger/events/__init__.py(+1 -0)➕
triggers/typeform_trigger/events/form/__init__.py(+1 -0)➕
triggers/typeform_trigger/events/form/form_response_received.py(+89 -0)➕
triggers/typeform_trigger/events/form/form_response_received.yaml(+49 -0)➕
triggers/typeform_trigger/main.py(+7 -0)➕
triggers/typeform_trigger/manifest.yaml(+37 -0)➕
triggers/typeform_trigger/provider/typeform_simple.py(+135 -0)➕
triggers/typeform_trigger/provider/typeform_simple.yaml(+50 -0)➕
triggers/typeform_trigger/requirements.txt(+3 -0)➕
triggers/typeform_trigger/tests/conftest.py(+7 -0)➕
triggers/typeform_trigger/tests/fixtures.py(+29 -0)➕
triggers/typeform_trigger/tests/test_events.py(+69 -0)➕
triggers/typeform_trigger/tests/test_trigger.py(+140 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.