Can't get incoming Webhooks to start working with Taiga

I can’t seem to get incoming Webhooks from Taiga working.

  1. I’ve created a new Incoming Webhook under “Inegrations”,
  2. added the payload URL (‘https://chat.202.si/hooks’ to Taiga,
  3. added the Webhook ID as the secret key in Taiga and
  4. sent a test payload (below are the results).

I guess for some reason Taiga is posting GET requests instead of POST?
2020-05-03T19:23:49.658+0200 debug web/handlers.go:85 Received HTTP request {“method”: “GET”, “url”: “/api/v4/license/client”, “request_id”: “ym7wnpw4tids9buybiortx8w3c”}
2020-05-03T19:23:51.227+0200 debug web/handlers.go:85 Received HTTP request {“method”: “GET”, “url”: “/api/v4/logs”, “request_id”: “imb47equiff88coriejxmwxmtr”}

What am I doing wrong here? I can post do POST requests via SSH normally.

Mattermost v.5.22.1

Would this troubleshooting doc help https://docs.mattermost.com/developer/webhooks-incoming.html#troubleshooting?

I had a similar issue. Try GitHub - alpineQ/taiga-mm

Hi @strukelj ,

Mattermost does not support webhooks via GET, only via POST method - were you able to solve your issue with the link provided by @alpineQ or do you still require assistance here?