Similar framework as MessageUI for watchOS?

I'm trying to make an app for Apple Watch series 5 that can send a message or iMessage to a number when I click a button in the app.

Simlar to how it's done on iOS with the MessageUI framework, but I can't find any similar frameworks for watchOS, and from what I've tried the MessageUI framework isn't supported with the apple watch Messages app.

I cannot use WatchConnectivity since that requires an iOS app too, whiles I want this to be a 'standalone' watch app, the message should also pop-up in the Messages app of the apple watch and not on the iPhone.

Thank you in advance