feat(api): add workspace_slug to webhook delivery payload (#9232)

This commit is contained in:
Nikita Mitasov
2026-06-15 10:46:41 +03:00
committed by GitHub
parent 498f857be4
commit f2feca61e8

View File

@@ -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,
}