So Trello delivers updates on card comments as actions. This is both when you ask for comments or if you receive a webhook (type commentCard and updateComment).
We have setup an endpoint to collect comments in a table. We receive all commentCard and updateComment events.
Problem is that updateComment doesn’t hold any info about which comment it is updating. This prevents us from updating the original comment in table.
Am I missing something?