calcom / cal.com

Scheduling infrastructure for absolutely everyone.
https://cal.com
Other
31.28k stars 7.55k forks source link

[CAL-4041] Unsubscribe people from sendgrid after deleting #15767

Open PeerRich opened 2 months ago

PeerRich commented 2 months ago

we currently clean up deleted accounts manually, but it would be nice to auto-remove them from sendgrid when they delete their account from within profile: https://app.cal.com/settings/my-account/profile

CleanShot 2024-07-15 at 13 05 45@2x

this API should do it: https://www.twilio.com/docs/sendgrid/api-reference/subusers-api/delete-a-subuser

CAL-4041

NirbhaySirsikar commented 1 month ago

Can you guide me with:

I have spent couple of hours finding these and found /packages/lib/Sendgrid.ts and /packages/features/ee/teams/lib/removeMember.ts. Please fix me if I am wrong :)