mirror of
https://github.com/makeplane/plane.git
synced 2026-07-10 04:25:24 +02:00
feat(api): add workspace_slug to webhook delivery payload (#9232)
This commit is contained in:
@@ -288,6 +288,7 @@ def webhook_send_task(
|
||||
"action": action,
|
||||
"webhook_id": str(webhook.id),
|
||||
"workspace_id": str(webhook.workspace_id),
|
||||
"workspace_slug": slug,
|
||||
"data": event_data,
|
||||
"activity": activity,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user