🎯 Purpose

Send a Slack notification based on a Kafka event or direct start via API.

📥 Input fields

  • overview_text: str
  • title: str
  • message: str
  • thread_uuid: str
  • slack_channel: Optional[str]

🧩 Workflow steps

  1. LOCALslack_notification_function

📤 Result

Message in Slack (new thread or existing, by thread_uuid).

📄 Code

apps/workflows/collections/slack_notification.py