Skip to content

Releases: literal-life-church/messaging-service

1.0.2

05 Dec 19:23
1.0.2
a382336
Compare
Choose a tag to compare

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

29 May 23:38
1.0.1
f79b5fc
Compare
Choose a tag to compare

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

29 May 03:35
1.0.0
1964c74
Compare
Choose a tag to compare

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.