- a reminder follow up email to recurring failures, sent via Civi
- Rules, Copy
Fr-tech:
- Make new activity type for the 1st failure email
- change it to that new activity type, this happens in drupal/sites/default/civicrm/extensions/org.wikimedia.smashpig/Civi/Api4/Action/FailureEmail/Send.php
- Create a new activity type for the 2nd failure email
- Create a script to actually send the email
- We have a script that cancels inactive recurrings drupal/sites/default/civicrm/extensions/wmf-civicrm/Civi/Api4/Action/ContributionRecur/CancelInactives.php which is run by cancel_inactive_recurrings.yaml
- We could also do it like any of the other actions if there's a newer way that makes more sense
- Check that they have the 1st activity but not the 2nd activity
- Check that they haven't started a new recurring otherwise
- Make sure the new message template is there in English
Testing
- Double check the copy T416435: Content update for 1st? and 2nd recurring failure email
- Update the link as per T415229: Recurring failure email link improvements
- Create a way in the civi UI to send it like the first failure email
- Have stakeholders test
- Create and test the script in process control, set days=7 to send 7 days after the 1st failure email
Bugs to fix:
- When sending from the UI, the activity type is 1st for both of them




