harp_apps.notifications.senders¶ class GoogleChatNotificationSender[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 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 Submodules¶ harp_apps.notifications.senders.google_chat harp_apps.notifications.senders.slack