module PlaceOS::Driver::Interface::MailerTemplates

Overview

Common Email templates interface

Defined in:

placeos-driver/interface/mailer_templates.cr

Instance Method Summary

Instance Method Detail

abstract def template_fields : Array(TemplateFields) #

[ TemplateFields.new( trigger: {"bookings", "booked_by_notify"}, name: "Booking booked by notification", description: nil, fields: common_fields ), TemplateFields.new( trigger: {"bookings", "booking_notify"}, name: "Booking notification", description: "This template is used for booking notifications", fields: common_fields + [ {name: "start_time", description: "The start time of the booking"}, ] ), ] end


[View source]