class

Stuff

Inherits PlaceOS::Driver::Interface::MailerTemplates < PlaceOS::Driver < Reference < Object

Constants

SEPERATOR = "."

Class methods

driver_interface

Instance methods

building_zone
Source
connected
Source
disconnected
Source
find_template_fields
Source
get_building_zone?

Finds the building zone for the current location services object

Source
get_email_templates_on_building_zone
Source
get_email_templates_on_org_zone?
Source
get_org_zone?

Finds the org zone for the current location services object

Source
get_org_zone_id?

Finds the org zone id for the current location services object

Source
get_templates?(zone_id : String) : Array(EmailTemplate) | Nil

get templates from metadata

Source
list_mailer_drivers
Source
on_load
Source
on_unload
Source
on_update
Source
org_zone
Source
template_fields

[ 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

Source

Nested types