Welcome to the community. You can’t change the payload a webhook sends to your app. If you need information from other columns tou have to query the item. You gor the itemId in the payload so you have enough info to query the item.
There is a webhook configured which fires off when the Status changes to “Approved” so if the board changes to :
Name
Price
Status
A
8
Approved
B
9
Under Review
C
10
Under Review
then we receive information to our URL. However the information only tells us that status changed from “Under Review” to “Approved”.
I am trying to get the Name and Price as well. Could you assist me or let me know what you mean by querying the item as I’m not quite sure how to proceed