Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
crayolakat committed Sep 7, 2023
1 parent 84d10dc commit 9cca36c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions parsons/action_kit/action_kit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://\
docs.actionkit.com/docs/manual/guide/mailings_tools.html#blackhole>`_.
`Args:`
email: str
Expand All @@ -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 <https://docs.actionkit.com/docs/manual/guide/\
mailings_tools.html#blackhole>`_.
`Args:`
user_id: str
Expand Down

0 comments on commit 9cca36c

Please sign in to comment.