Skip to main content

I am using open Item card model, in my app and i want a callback to know that user has closed the modal

  • December 7, 2023
  • 2 replies
  • 220 views


I want to know that user has closed this modal.

2 replies

Matias.Monday
Forum|alt.badge.img
  • monday.com Team Member
  • December 11, 2023

Hello there @ankitnegi,

As of today it is not possible to “listen” when someone closes that modal so you can get a webhook sent your way.

Let me know if you have any other questions 🙂

Cheers,
Matias


Forum|alt.badge.img

@Matias.Monday The item open dialog function can take an additional callback function as input which is triggered when the dialog gets closed. ( this can be extended to all dialog opening functions ).

Would it be possible to convert this into a votable request?