chaynHQ / bloom-backend

Code for the backend / API of the Bloom service
https://bloom.chayn.co/
MIT License
17 stars 29 forks source link

Update message send when user account is deleted #519

Closed eleanorreem closed 1 month ago

eleanorreem commented 1 month ago

Overview

We send a slack message to one of our channels when a user wants to be deleted. The current text is misleading and we want to update it. In file bloom-backend/src/therapy-session/therapy-session.service.ts It currently is:

  await this.slackMessageClient.sendMessageToTherapySlackChannel(
      `User has requested to be deleted - please delete user with emails ${userEmail + emails.join(', ')} from Simplybook, Crisp and from Mailchimp`,
    );

what it really should be is:

  await this.slackMessageClient.sendMessageToTherapySlackChannel(
      `User has been deleted from bloom - please remove the accounts associated with ${userEmail + emails.join(', ')} from Simplybook, Crisp and from Mailchimp`,
    );

Action Items

AT-TMC commented 1 month ago

Can I be assigned this? @eleanorreem

github-actions[bot] commented 1 month ago

Thank you @AT-TMC you have been assigned this issue! Please follow the directions in our Contributing Guide. We look forward to reviewing your pull request shortly ✨


Support Chayn's mission? ⭐ Please star this repo to help us find more contributors like you! Learn more about Chayn here and explore our projects. 🌸