Is the order of integrations and webhooks guaranteed?

Hey there, I was curious whether there is a specific order when working with integrations and webhooks. For example I’d like to connect to a Vercel project to keep environment variables in sync and afterwards use a deploy hook to trigger a new deployment. For that to work however there must be a guarantee that the update via the integration actually resolves first before sending out the hook.

Is this the case?