Column/bucket status tied to the card details

I have added integration with Discord via webhook so that it sends a Discord message whenever a card is updated. The problem is that the webhook payload does not contain the bucket the card was in or moved from, i.e. it doesn’t show whether the card is in “To-Do” or “Doing”. It appears there is only the “Done” status as a boolean.

Is there an existing way to configure the bucket the card is in as a field within the webhook details, or would this require a new feature/implementation?

*P.S. also, it seems that saved views have this issue where a new kanban board view can have the card in a bucket distinct from the original kanban board.

Tested on self-hosted v2.3.0

Nevermind, I found that this is actually already available. There is a “buckets” array field which I can use given the other bucket_id index field.