Webhooks: could we get the "actor ID" and the webhook timestamp?

Hi, I’m working on a Discourse-related app. It processes the webhooks to create an activity feed. Sometimes it’s problematic to get all the interesting / needed info.

For example, there is no header / meta value returned with the webhook timestamp.

And, when I like a post (“notification_created”, type “5”) I get the ID of the user whose post I like, but there is no my my ID in the payload / headers.

Do you think that would be possible to be added? I would even love to hack / work on that to get it done if you think it’s a good idea and it would land upstream.

Thanks!