harp_apps.notifications.senders.slack

Inheritance diagram of harp_apps.notifications.senders.slack

class SlackNotificationSender[source]

Bases: object

__init__(webhook_url, public_url=None)[source]
Parameters:
  • webhook_url (str)

  • public_url (str | None)

Return type:

None

async send_notification(method, url, status_code, message, transaction_id)[source]
Parameters:
  • method (str | None)

  • url (str | None)

  • status_code (int)

  • message (str)

  • transaction_id (str | None)

Return type:

None