pub fn notify_status_changed(
task_id: &str,
task_title: &str,
previous_status: &str,
current_status: &str,
config: &WebhookConfig,
timestamp_rfc3339: &str,
)Expand description
Convenience function to send generic status change webhook.