jeremytregunna/ruby-trello

Webhook debugging.

uozdemirproq opened this issue · 0 comments

Hi there,

I am able to create a webhook and a get a success message. But I can't really debug if I received any callback from trello because of the platform I use.

So the question is how can I understand if trello send a callback? I implemented a logic to create a record everytime I receive a request to that url. When I create a new webhook, I can see a record created but when I update the card I have web hook on, I don't get any records.

I tried adding comments, checklists, members etc.

Thanks.