Visitor Mailer
Access this System's Event and Bookings data, via the Mailer Driver
Type: Logic Driver
Dependencies: PlaceOS Driver
Source: https://github.com/PlaceOS/drivers/blob/master/drivers/place/visitor_mailer.cr
Functions
Emails visitors when they are invited and notifies hosts when visitors check in
Settings
Key | Type | Default value | Description |
---|---|---|---|
| String | GMT | |
| String | %c | |
| String | %l:%M%p | |
| String | %A, %-d %B | |
| String | Client Floor | |
| String | nil | |
| String | visitor | |
| String | event | |
| String | booking | |
| Boolean | false | |
| Boolean | false | |
| Int32 | DEFAULT_PASSWORD_LENGTH | |
| String | DEFAULT_PASSWORD_EXCLUDE | |
| Int32 | DEFAULT_PASSWORD_MINIMUM_LOWERCASE | |
| Int32 | DEFAULT_PASSWORD_MINIMUM_UPPERCASE | |
| Int32 | DEFAULT_PASSWORD_MINIMUM_NUMBERS | |
| Int32 | DEFAULT_PASSWORD_MINIMUM_SYMBOLS | |
| String | ||
| |||
| String |
Status Variables
Key | Type | Default value | Description |
---|---|---|---|
| Boolean | True |
Commands
building_zone?
building_zone?
Parameters
Response Schema
Example Responses
1. If successful:
building_zone
building_zone
Parameters
Response Schema
Example Responses
1. If successful:
send_visitor_qr_email
send_visitor_qr_email
Parameters
Name | Required? | Type | Default | Description |
---|---|---|---|---|
| true | String | ||
| true | String | ||
| true | String | ||
| true | String | ||
| true | String | ||
| true | Int64 | ||
| true | String | ||
| true | String | ||
| true | String |
send_reminder_emails
send_reminder_emails
Parameters
Response Schema
Example Responses
1. If unsuccessful:
Last updated