Hey, it would be very useful if the webhook payloads sent a bit more information about the users. For example, the follows topic only sends the id of the user. This is not sufficient for most purposes. In my case, I want to relay this information to a discord channel. In order to get enough information I need to follow up the webhook with a request to the API to get more information about the user. The only thing is that the Client-ID is ratelimited. I’m certain that more than 30 webhooks will come in per minute, so not all of them will be processed.
TL;DR The webhooks should send basic information about the user in addition to just the id. The avatar id, display name, and channel link would be sufficient.