diff --git a/parsons/action_kit/action_kit.py b/parsons/action_kit/action_kit.py index c5b528ccd6..6e346f6674 100644 --- a/parsons/action_kit/action_kit.py +++ b/parsons/action_kit/action_kit.py @@ -235,7 +235,9 @@ def update_event(self, event_id, **kwargs): def get_blackholed_email(self, email): """ - Get a blackholed email. + Get a blackholed email. A blackholed email is an email that has been prevented from + receiving bulk and transactional emails from ActionKit. `Documentation `_. `Args:` email: str @@ -249,7 +251,9 @@ def get_blackholed_email(self, email): def blackhole_email(self, email): """ - Blackhole an email. + Prevent an email from receiving bulk and transactional emails from ActionKit. + `Documentation `_. `Args:` user_id: str