Skip to content

Commit

Permalink
change school welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
claushaas committed Aug 16, 2024
1 parent c755118 commit e608838
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/services/hooks.service.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,11 +398,10 @@ export class HooksService {
this._mailService.sendEmail(schoolWelcomeEmailTemplate(userData.firstName, userData.email)),
this._botMakerService.sendWhatsappTemplateMessate(
userData.phoneNumber,
'boas_vindas_escola',
'escola_boas_vindas_2',
{
nome: userData.firstName,
linkDaAreaDosAlunos: 'https://escola.yogaemmovimento.com',
linkDaAulaAoVivo: 'https://escola.yogaemmovimento.com/aluno/DfLC8966upYGytkrW',
linkDoGrupoDeRecados: 'https://t.me/+_-lrXmqVqD1mMDk5',
linkDaFichaMedica: 'https://img.amo.yoga/ficha-medica.pdf',
},
Expand Down

0 comments on commit e608838

Please sign in to comment.