mirror of
https://github.com/langgenius/dify.git
synced 2026-05-01 16:08:04 +08:00
feat: (trigger) support file upload in webhook (#25159)
This commit is contained in:
@ -176,6 +176,7 @@ class WebhookTriggerApi(Resource):
|
||||
tenant_id=current_user.current_tenant_id,
|
||||
webhook_id=webhook_id,
|
||||
triggered_by=triggered_by,
|
||||
created_by=current_user.id,
|
||||
)
|
||||
|
||||
session.add(webhook_trigger)
|
||||
|
||||
Reference in New Issue
Block a user