File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,13 @@ This is especially useful to auto-optout hostile contact replies so texters do n
3333need to see them. Additionally the JSON object can encode a "reason_code" that will
3434be logged in the opt_out table record.
3535
36+ ## auto-optin
37+
38+ When a contact replies with "START" (case sensitive), they are added to a the opt_in
39+ table and marked as opted-in in the campaign_contact table. You may alter the opt-in
40+ language by adding AUTO_OPTIN_REGEX_LIST_BASE64 which should be a JSON object encoded
41+ in base64 following the structure: \` [ {\" regex\" : \"\" ,\" reason\" : \"\" }] \`
42+
3643### profanity-tagger
3744
3845Before you enable a custom regular expression with auto-optout, we recommend strongly
You can’t perform that action at this time.
0 commit comments