I’m trying to build an integration between Freshdesk and Monday.
I order to capture events happening in Monday board. I would like to register a webhook in monday to capture update events in tasks.
I would like to know if this is possible and if so Can anyone tell which webhook event should i register in order to achieve this.
Please reference the API documentation located here: API Documentation Home to find all of the possible API mutations and their possible arguments such as webhook types/events.
When an update is added to a task (an item, all rows in boards are items) the event that has happened is create_update so the webhook you need listens for create_update or create_subitem_update