How would you securely call a protected tRPC route from a webhook?

I want to call a protectedProcedure from a webhook, but how could you do that without a user/session? What could I pass to ensure the call is coming from my webhook?
Was this page helpful?