Aric Huang
07/08/2025, 10:08 PMslack_webhook_block = SlackWebhook.load("<secret>")
what to call on slack_webhook_block
to get the original URL? slack_webhook_url.get()
shows an obfuscated value.Marvin
07/08/2025, 10:08 PMMarvin
07/08/2025, 10:08 PM.notify()
method to send a test message
2. Store the webhook URL separately in a secure location for your records
3. If you need to update the webhook, you'll need to create a new block with the new URL
This is consistent with how Prefect handles other sensitive credentials - they're intentionally one-way encrypted for security purposes.