In addition to the previously existing functionality of sending email(s) when an application is ready to review, now you can also (or alternatively) send a webhook. From the readme:
This feature lets you specify a webhook url and payload that is fired when an application is ready for review. The payload is a
dictthat is defined in the config file. You can use variable substitution in specified fields of your payload to help support properly formatting things like message bodies. The full list of variable substitutions is documented in the config file.It might not be desirable to do this substitution for all fields of the payload, so only fields that you specify will be formatted in this way. Add any fields you want to do variable substitution for to the
webhook_format_fieldslist in the config file.
Upgrade notes
You probably want to rework your email templates if you previously set them up. Some variable names changed in the new email templates to make it easier to share variables across both the email and webhook functionality.
Pinging @jerry@feddit.online and @dosdude@retrofed.com since I know you are users of this plugin. Feel free to reach out with questions here or whatever chatroom you might find me in.
Am I understanding this correctly that this is a way to customize the email sent with my own template?
Either way, thanks for updating this!
That’s right. You can edit the two email template files to customize the email that is sent.

