Getting the item from a move to group webhook

Hi,

I’m using a move to group webhook. I need to get the details of the item that was moved to the group. I don’t see anything in the webhook results that allows me to get the details of the item that was moved.

How can I do this?

Here’s the results of the move to group webhook:

body: {“event”:{“app”:“monday”,“type”:“move_pulse_into_group”,“triggerTime”:“2024-02-28T02:05:03.033Z”,“subscriptionId”:321195433,“userId”:30327868,“originalTriggerUuid”:null,“boardId”:5203313368,“pulseId”:6149142061,“sourceGroupId”:“topics”,“destGroupId”:“new_group”,“destGroup”:{“id”:“new_group”,“title”:“Shipped”,“color”:“#9CD326”,“is_top_group”:false},“triggerUuid”:“34a11d415751b0f452a36f3b1b3c2433”}}

The event contains the pulseId (which is the same as the itemId). That is how the item is uniquely identified.

1 Like