Project id and workspace id in webhook response

Hi,

We are using webhooks at task and project level for different teams under our workspace.
The scenario which we were looking at was having different workspaces for organizations instead of having them under a single workspace as teams.

But what we saw was that parent id for tasks which should be project and parent id for project were not displayed in response for webhooks. As we were thinking of receiving webhooks from different workspaces at same target URL so having parent id’s namely project and workspace id in webhook response for tasks and project would work.

Is there a way where this is possible?

Thanks

This is not possible, as a task can be multi-homed into multiple projects, so a task doesn’t necessarily have just one parent project.

This isn’t available in the current webhook design.