fermioniq.client.Client.configure_notifications#

Client.configure_notifications(slack_id: str | None = None, email_address: str | None = None) None#

Configure email address and/or Slack ID.

This stores your details so they can be used everytime you initialize the client with your tokens. When calling this method, test messages will be sent using the specified details and return errors if they occur. This is useful for identifying any issues with notifications if you are not receiving them.

Parameters:
slack_id

Your Slack user ID. See https://docs.fermioniq.com/UserGuide/Setup/notifications.html for more information about how to find this ID.

email_address

Your email_address.