Running an internal mutation from nodejs backend
I have a chat app with Clerk set up for authentication. However, I want to periodically send a message as a user when one of my backend services is triggered, but since this occurs on the backend, there is no authed user, so the mutation is failing.
Is it possible to override auth for an internal mutation?
