Skip to content

Twilio microservice serving announcements via SMS & the live app.

Notifications You must be signed in to change notification settings

CruzHacks/cruzhacks-announcements-service

Repository files navigation

cruzhacks-announcements-service

Twilio API serving announcements via SMS & the live app.

Request Schema

curl --request POST \
  --url http://localhost:7071/api/announcements \
  --header 'authentication: API_KEY' \
  --header 'content-type: application/json' \
  --data '{
    "announcement": "Test: Announcement",
    "password": "Test Password",
    "twilio": boolean value
}'

The Twilio boolean indicates whether to send the announcement via Twilio. If set false, then the API will save the announcement to the database.

About

Twilio microservice serving announcements via SMS & the live app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •