Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 460 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 460 Bytes

AWS-SNS-System-API

System API to integarte with AWS SNS and send SMS notifications to mobile

Pre-requisites:

  • AWS Access Key
  • AWS Secret Key
  • Access to SNS
  • Recipient mobile numbers should be registered in AWS SNS

How to run

  • Run as any other mule api
  • Exposes the integration as a http endpoint, /sendSMSAlerts
  • The mobile number and SMS message are currently hardcoded. They can be parameterized under publish component in the implementation.