Forward SMS is a versatile Android app that seamlessly forwards SMS to phone numbers, emails, URLs/APIs, or Telegram. It also forwards phone notifications like missed calls, shutdown/turn-on events, and low battery alerts. Additionally, it offers auto and remote replies for efficient message management.
Set up Slack webhook
Create a new app in slack to handle incoming SMS. Refer this link to create one.
Enter the app name and workspace where app should be created.
Activate Incoming webhooks from the webhooks tab. The webhook tab can be accessed from app's management dashboard
Now webhooks are enabled, create a new webhook by clicking on Add New Webhook to Workspace button
It will prompt for the channel where the webhooks shoiuld be added. Select a channel or you can create a new channel separately and come back here later.
You'll be sent back to your app settings, where you should see a new entry under the Webhook URLs for Your Workspace section. Your webhook URL will look something like this:
Create a Basic or Advanced rule. For simplicity of steps, we will create a basic rule
In the receiver section, select URL as forwarding option. Tap on Edit URL Config button to setup config.
In the URL section, enter the URL provided by Slack after creating webhook.
In the body section, you can create payload of your choice. You can also select the default slack template to autofill basic template.
The body template can be customized by adding properties from the available properties section.
Available properties:
{msg}: Content of SMS
{local-time}: Local Time
{time}: UTC Time in ISO Format
{sender}: Sender Detail
{sim-detail}: Sim Detail
{rule-name}: Rule Name
{app-name}: App Name
{formatted-msg}: Contains formatted SMS with other details
Save the URL Config.
You can update other rule config or save the rule.
After saving the rule, it's recommended to test its functionality by selecting the option. This allows you to verify that the rule is correctly set up and functioning as intended, ensuring that SMS messages are forwarded according to your specified criteria.
Your rule has been setup, check in Slack application to make sure forwarded text are received.