How to automatically put text in SMS?

Hi all!
My own Adalo app is able to open my mobile phone texting app and automatically fills in the selected phone number. Does anyone knows if I can also automatically fill in the text I want to send?
Thanks a lot!

I haven’t tested this, but it should work if you link website and not share.
<a href="sms:+1XXXXXXX&body=Hi">send text</a>

Hi,
Thanks for the help, but it is not working. The field where you have to input the website URL only works with: sms:phone_number so far.
I don’t expect that field to accept code?

Have you tried: sms:+1XXXXXXX&body=Hi

Hi,
No that doesn’t work either.