Programme sync to Meet rooms, wallet-billed mass comms, webhook lifecycle updates, and registration access bridge with join-window gating on public pages. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body style="font-family: sans-serif; color: #1e293b; line-height: 1.5;">
|
||||
@if($attendeeName)
|
||||
<p>Hi {{ $attendeeName }},</p>
|
||||
@endif
|
||||
<p>Here is everything you need for <strong>{{ $eventName }}</strong>:</p>
|
||||
<ul>
|
||||
<li><a href="{{ $programmeUrl }}">View programme</a></li>
|
||||
<li><a href="{{ $joinUrl }}">Join virtual session</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user