I read through this documentation for webhooks. The only thing mentioned on the doc is how to create and delete webhooks via HTTP requests.
Is there a UI page for enabling / deleting / seeing what web hooks my board has? Or something that shows the logs for all the webhooks that were sent? This is pretty common in other services (ie. Twilio, etc...) but I wasn't able to find anything on this searching the web.
Hi @pihish
There isn't a UI for webhooks but you can retrieve them using this API call.
https://developer.atlassian.com/cloud/trello/rest/api-group-tokens/#api-tokens-token-webhooks-get
You could even do it in Trello automation:
get url "https://api.trello.com/1/tokens/{token}/webhooks?key=APIKey&token=APIToken'", and post comment "{httpresponse}"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.