GitLab events, straight into Microsoft Teams
Every push, merge request, or pipeline result — posted to Microsoft Teams the moment it happens. No $20+/month automation plan just to move one webhook.
Why not just use Microsoft Teams' built-in options? Even where GitLab offers some form of Microsoft Teams integration, it's often tied to one account, limited in which events it covers, or more than you need. ZestyGlue is a dedicated, always-on feed of exactly the events you choose, for $9/month instead of a full automation-platform subscription.
What it looks like
ZestyGlue
GitLab — Push
myorg/myrepo
· Fix login redirect bug
· Bump dependency versions
by Jane Doe
A real GitLab event, shown as ZestyGlue formats it for Microsoft Teams.
Setup — about two minutes
- Create the connector. In ZestyGlue, start a new GitLab → Microsoft Teams connector. You'll get a unique webhook URL right away.
- Point GitLab at it. In your project (or group) go to Settings → Webhooks, paste in your ZestyGlue webhook URL, and pick which trigger events to send.
- Set the secret token. GitLab lets you set a Secret token on the webhook — use the same one you enter into ZestyGlue's connector setup, so events can be verified as genuinely from your project.
- Point Teams at ZestyGlue. In your channel, go to Workflows → "Post to a channel when a webhook request is received", finish the wizard, and paste the generated URL into ZestyGlue.
Under the hood: Unlike Stripe or Shopify, GitLab doesn't sign its payloads with HMAC — it sends a plain secret token in the X-Gitlab-Token header instead. ZestyGlue checks it with a constant-time comparison, so a timing attack can't be used to guess your token character by character.
Events you can forward
push
merge_request
issues
note (comments)
tag_push
pipeline
wiki_page
deployment
release
Questions
Is my GitLab Secret Token safe with ZestyGlue?
It's encrypted at rest with Fernet symmetric encryption before it ever touches disk, it's never logged, and it's never displayed again in the dashboard after you enter it — only a masked placeholder is shown.
Can I forward events from a whole GitLab group, not just one project?
Yes — GitLab supports group-level webhooks, which fire for every project inside that group.
Will this show CI/CD pipeline failures?
Yes. Enable Pipeline events in the GitLab webhook configuration and ZestyGlue posts every status change.
Does this work with self-hosted GitLab?
Yes, as long as your GitLab instance can reach zestyglue.com over the internet to deliver the webhook.
How is my GitLab secret token stored?
Encrypted at rest, never logged, and never redisplayed after you enter it.
Do I need a Power Automate license?
No — Teams' built-in webhook workflow template is free and available on standard Teams plans.
What happens if my ZestyGlue subscription lapses?
Events are silently dropped rather than causing errors on GitLab's side — GitLab never sees a failure response, so it won't retry aggressively or flag your webhook as broken. Your dashboard will simply stop showing new events until you resubscribe.