You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tool to send a welcome message to newcomers in a group
This tool listens to a W3C webhook and sends emails to new participants in a Working/Interest Group upon joining.
Groups can have a customized welcome message sent automatically, by adding their template to this repository's template directory, using the group's type/shortname as file name (e.g. wg/css for the CSS Working Group).
Otherwise the default template will be used.
Team contacts and chairs will be Cc'd.
No message is sent to Community/Business Groups new participants by default, but if the system finds a customized message for a CG/BG in the template directory, that message will be sent and chairs of the CG/BG will be Cc'd.
Templates may use the Twig syntax to include some W3C group data to customize the message.
Information comes from the W3C API (see e.g. https://api.w3.org/groups/wg/css), you can use name, description, shortname, type e.g.:
{{ group.name }} will be replaced by the group's name, e.g. "Cascading Style Sheets (CSS) Working Group"
{{ group.shortname }} will be replaced by the group's shortname, e.g. "css"