How to use Zapier PUT / POST Webhooks

Hello,

I created a pulse (item) using Monday.com’s Zapier integration. As you may already know some of the options such as updating the item’s URL column is not available.

I would like to accomplish this with a PUT webhook. Can you please help me understand how to format the webhook form in Zapier.

I updated the post webhook but still having issues:

{mutation{change_column_value
(item_id: ########,
board_id: ########,
column_id: link6,
value: {
“url”: “http://monday.com”,
“text”: “go to monday!”
}
)
}