Skip to main content

Template builder

The emails contain some individual links whose destination URLs are generated using the templates listed below. The {base_url} and {*_id} placeholders are replaced by the current values.

Configuration

The section in the configuration file is called template_builder.

FieldTypeRequiredDefault valueDescription
join_link_builderstringno"{base_url}/room/{room_id}"The template used to generate room links
guest_link_builderstringno"{base_url}/invite/{invite_id}"The template used to generate invite links
dashboard_event_link_builderstringno"{base_url}/dashboard/meetings/{event_id}"The template used to generate links to events in the dashboard

Example

[template_builder]
join_link_builder = "{base_url}/room/{room_id}"
guest_link_builder = "{base_url}/invite/{invite_id}"
dashboard_event_link_builder = "{base_url}/dashboard/meetings/{event_id}"