How to verify the official Vercel Slack integration for deployment notifications

Hi, is this Slack integration Vercel official?
https://vercel.com/onemile/~/integrations/slack

It says Third Party on the page, but it looks like a official from this blog post https://vercel.com/changelog/new-slack-integration
I just want to get deployment notification on slack with trusted way.

You are correct that’s the offically endorsed plugin. I think the Third Party label there is a mistake, possibly Slack is the third party it’s referring to. I’ll check with the marketplace team and see if we can get that fixed

Follow up: there are two possible “types” of integration

Vercel Native is first managed integrations like Neon which creates a new Vercel team in your Neon account and can fully manage billing between them

Third Party is for looser integrations, like Slack which mostly just automates webhooks and api endpoints

All integrations in the marketplace are approved by Vercel so there’s no chance of accidentally getting a random dev’s custom slack plugin by mistake

Thank you Jacob! Great to hear that!