Plugin and Webhook Trigger Demo
DifyMarketplace
未评级
fingerprint: dify_template:668dbd2d-8f0b-41ed-84fd-45662d62bd51
3.0
/5.0
B
This template demonstrates how to start a workflow from both a third‑party plugin event and a custom HTTP webhook. It listens to events from an external system via a plugin (e.g., GitHub events) and to arbitrary events via a webhook endpoint. Upon receiving an event, it processes the data, optionally summarises it with an LLM, and sends a formatted notification to Slack. The example shows how to build event‑driven integrations across multiple sources.