type Props = { workspaceName: string typebotName: string url: string hostEmail: string guestEmail: string } export const invitationToCollaborate = ({guestEmail, hostEmail, typebotName, url, workspaceName}: Props) => `
header image
You have been invited by ${hostEmail} to collaborate on his typebot ${typebotName}
From now on you will see this typebot in your dashboard under the his workspace "${workspaceName}" üëç
Make sure to log in as ${guestEmail}
`