Skip to content

This is an Android app that receives SMS and posts the contents of the message to Slack. It was created to pass the Apple certification.

Notifications You must be signed in to change notification settings

watanavex/SMSReceiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an Android app that receives SMS and posts the contents of the message to Slack. It was created to pass the Apple certification.

created to pass the Apple certification.

How to use

You need to replace slack's WebHookUrl in the code.

interface SlackService {
    @POST("Put the slack webhook url here. It should be after `https://hooks.slack.com/services/`")
    suspend fun postMessage(@Body body: SlackMessageBody)
}

About

This is an Android app that receives SMS and posts the contents of the message to Slack. It was created to pass the Apple certification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages