prefect_slack.credentials
Credential classes use to store Slack credentials.
Classes
SlackCredentials
Block holding Slack credentials for use in tasks and flows.
Args:
token: Bot user OAuth token for the Slack app used to perform actions.
get_client
AsyncWebClient to interact with the Slack API.
SlackWebhook
Block holding a Slack webhook for use in tasks and flows.
Args:
url: Slack webhook URL which can be used to send messages (e.g.https\://hooks.slack.com/XXX).
get_client
AsyncWebhookClient to interact with the configured
Slack webhook.