I have implemented a custom trigger and action for a Monday.com Integration
After subscribing, Monday.com will send a request to my server with payload containing subscriptionURL for adding a new item to the board
The url looks like https://api-gw.monday.com/automations/apps-events/board_id
After sending a post request to the above api it returns {success: true}
if everything went correct and new item is added to the board.
But for some requests to this url even when no item is added to the board it still returns
{ success: true}.
This is very difficult while debugging because there is no clue what went wrong