diff --git a/apps/api/plane/bgtasks/webhook_task.py b/apps/api/plane/bgtasks/webhook_task.py index 9fa6c704f6..5184ae6162 100644 --- a/apps/api/plane/bgtasks/webhook_task.py +++ b/apps/api/plane/bgtasks/webhook_task.py @@ -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, }