Releases: literal-life-church/messaging-service
1.0.2
Verbiage updates for regulatory compliance with Twilio's US A2P 10DLC messaging requirements. The verbiage updates only affect opt-in keywords, such as subscribe
or start
, to show the user how to get help or opt-out.
1.0.1
Adds support for intelligent responses on top of the regulatory-required keywords, such as help
, stop
, unstop
, and start
. The previous iteration of this application would trigger an unknown command webhook on all of these actions. Plus, the stop
, unstop
, and start
commands trigger a webhook event for proper off-site processing.
1.0.0
Introducing the Literal Life Church Messaging service, powered by Twilio. This application serves as a central location for members to add their phone numbers to opt into broadcast messages sent from the church.
Here are all of the commands it supports:
subscribe
: Add a phone number to a channel used for general announcements and calendar event updates.broadcast <Message text>
: Sends a message to all numbers subscribed to the announcement and calendar events channel.status
: Determine whether your number is enrolled in any active channels.
It also offers support for webhook to report on new subscribers and when unknown messages are received.