I am creating webhook using python for sending notification whenever status changes to “Stuck”
I am using event:- change_status_column_value
I need to use config param as well below is my query formate can some one suggest the columnValue for status as stuck
mutation {
create_webhook (board_id: 111111111, url: “https://test/status”,
event: change_status_column_value,
config: “{"columnId":"project_status", "columnValue":{"$any$":"stuck"}}”
) {
id
board_id
config
}
}
please suggest the value for columnValue key