Spoke: Might automatic opt outs be possible?

Created on 7 Nov 2018  ·  15Comments  ·  Source: MoveOnOrg/Spoke

When a contact replies with single word STOP, can it be arranged for Spoke to automatically opt out?
@lperson @joemcl @codygordon

A-opt out A-server-side (nodejs) O-wfp-priority good first issue help wanted

All 15 comments

Recommendation: trigger only on replies which consist only of the single word 'stop'.

(We can't count on all-caps as a signifier because sometimes we get replies like "Count me in! We have got to STOP this terrible bill from passing!!")

Recommendation: trigger only on replies which consist only of the single word 'stop'.

(We can't count on all-caps as a signifier because sometimes we get replies like "Count me in! We have got to STOP this terrible bill from passing!!")

Agreed!

Another vote for this feature. Currently we manually opt people out and send them another SMS in the process, and in most cases Twilio sends the error code 21610 in response.

@suegibson Followup question - should we silently opt them out?

To @bdatkins's question, I say: No, for this we should send a confirmation.

Our organization's policy is:

We always send the 'Opt Out' message _except_ under three conditions:

The contact mentions texts costing them money;
The contact explicitly says, “Do not EVER contact me again”;
The contact explicitly says, “Don't text back”.

So, if we're triggering only off the single word 'stop' those don't apply.

Suggested default message: "I'm opting you out of our texts immediately. Have a great day."

Thanks for that feedback @DinahSanders. The configured Opt out message be used (either default or the one set at the Organization level).

I can see starting with a plain 'STOP' and perhaps making it more elegant in a later change, possibly dovetailing with the Profanity check work. (https://github.com/MoveOnOrg/Spoke/pull/938)

Yes, opt out without sending confirmation message, please, @bdatkins. Thank you for thinking to ask!

@bdatkins @suegibson I'm cleaning up our good first issuess and want to know if this one was completed (since it's pretty old) or if it's open for new contributors to claim!

@ibrand This has not been completed, so someone can grab it!

@ibrand @bdatkins @suegibson we can now backspace and delete the opt out message text - which then causes an 'opt out without sending a message' button to appear. That option is perhaps not obvious/unknown to users, and if made so, might be the fix for this?

This is available and a good one to claim

I believe this is addressed in 8.x? @ibrand

Yes! This has been in the codebase since 7.1 but has been used by MoveOn in production since for a while. The extension needed is a message-handler called auto-optout. You can code in your own regex to choose which phrases you want to trigger the auto optout functionality!

I'll go ahead and close this, but reach out if you have questions

Thanks @ibrand !

Was this page helpful?
0 / 5 - 0 ratings