You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I test "matrix-webhook" with curl -d '{"body":"...", "key": "..."}' https://... the body message is posted to the group. However, the Gitlab test shows this error message:
Hook executed successfully but returned HTTP 400 {"status": 400, "ret": "Missing body, key"}
for projects or groups (where it is possible on premium plans).
Or is it intentionally possible only via Google-Chat- or Microsoft-Teams-Integration?
BTW, Microsoft-Teams looks nice, while Google-Chat has some problems with Line-Feeds (at least one missing after "Compare changes", then multiple LF between commits).
But thank you so much for this great webhook gateway. It just works. I had a lot of trouble (took me too much time) with other matrix application service solution, which finally cannot cope (at least currently) with Gitlab group hooks.
The text was updated successfully, but these errors were encountered:
With Gitlab and Google Chat integration, you need to tell gitlab that your webhook url ends with ?formatter=gitlab_gchat&key=API_KEY. Did you properly add that ?
Yes, I did this. In the source I could see, that Google-Chat-Integration looks much simpler, but I cannot really compare, because I don't know how messages to Google-Chat should look like.
It's not too important, since Teams-Link works well.
As for the "Missing body, key" error, this is strange (unexpected, because the documentation just talks about group webhooks), but as it works as a "Teams" Link I can use it as such.
Hi,
when I test "matrix-webhook" with
curl -d '{"body":"...", "key": "..."}' https://...
the body message is posted to the group. However, the Gitlab test shows this error message:Or is it intentionally possible only via Google-Chat- or Microsoft-Teams-Integration?
BTW, Microsoft-Teams looks nice, while Google-Chat has some problems with Line-Feeds (at least one missing after "Compare changes", then multiple LF between commits).
But thank you so much for this great webhook gateway. It just works. I had a lot of trouble (took me too much time) with other matrix application service solution, which finally cannot cope (at least currently) with Gitlab group hooks.
The text was updated successfully, but these errors were encountered: