saving the start stop details and sending it in the get api for the itinerary

This commit is contained in:
2026-04-08 15:57:36 +05:30
parent be0667d8e9
commit 9df8c5443c
3 changed files with 142 additions and 7 deletions

View File

@@ -51,18 +51,18 @@ export async function sendWelcomeEmailToHost(
const subject = "Get Started as a Minglar Host";
const htmlContent = `
<p>Hi ${emailAddress}</p><br/><br/>
<p>Were excited to have you join Minglar as a host. Welcome aboard! 🌟</p><br/><br/>
<p>To get started and bring your activities live, heres what comes next:</p><br/><br/>
<p>Hi ${emailAddress}</p><br/>
<p>Were excited to have you join Minglar as a host. Welcome aboard! 🌟</p><br/>
<p>To get started and bring your activities live, heres what comes next:</p><br/>
<p><strong>Your next steps:</strong></p><br/>
<p>1. Complete your host profile</p><br/>
<p>2. Complete the pre-qualification process for all your activities</p><br/>
<p>3. Submit your activity details for review</p><br/>
<p>4. Go live and start receiving bookings</p><br/><br/>
<p>4. Go live and start receiving bookings</p><br/>
<p><strong>👉 Access your Host Portal:</strong></p><br/>
<p>${config.HOST_LINK}</p><br/><br/><br/>
<p>If you need any support along the way, our team is always here to help. You can reach us anytime at info@minglargroup.com.</p><br/><br/>
<p>Were looking forward to seeing your experiences come to life on Minglar.</p><br/><br/>
<p>${config.HOST_LINK}</p><br/><br/>
<p>If you need any support along the way, our team is always here to help. You can reach us anytime at info@minglargroup.com.</p><br/>
<p>Were looking forward to seeing your experiences come to life on Minglar.</p><br/>
<p>Warm regards,<br/>Team Minglar</p>
`;