I am trying to use a custom app to send all columns of an item to a webhook when a certain update happens on the item. So far I have been able to make a recipe that triggers a custom action, but what is send does not send all the fields and I am at a bit of a loss as to how this could be accomplished, any ideas?
Page 1 / 1
Hello there @smart and welcome to the community!
I hope you like it here 💪
What about using the item ID you get in your endpoint when the trigger is triggered to get the column values for that item using an HTTP request:
{
items (ids: 1234567890) {
column_values {
id
title
value
text
}
}
}
What do you think?
Cheers,
Matias
Reply
Login to monday.com
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.