- Make sure to install Deno
 - Configure 
.envaccording to.env.example - Run 
deno task start 
- 
Install SMS Forwarder
 - 
Add a new filter to forward SMS
 - 
The recipient's type should be "URL", and the value is
${YOUR_DEPLOYMENT_URL}/api/messages. The method should bePOST, and the key should be the same asSENDER_KEYin.env - 
(Optional) Use the following message template:
From: %pni% To: %sn% At: %Y/%M/%d %H:%m %mb% 
You can use Shortcuts with its Automation to achieve similar results.