You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 100-p...@googlegroups.com
I pushed to the welcome message fix to Github master. Messages are sent from an after_create filter on OutgoingMessage now. This means that you can send them from anywhere, most importantly from the state machine itself. This allows us to do one-off texts, and will let us clean up the passing around of arrays of texts that we want to send. We can just fire them off as needed.