pub fn notify_task_started(
task_id: &str,
task_title: &str,
config: &WebhookConfig,
timestamp_rfc3339: &str,
)Expand description
Convenience function to send task started webhook.
pub fn notify_task_started(
task_id: &str,
task_title: &str,
config: &WebhookConfig,
timestamp_rfc3339: &str,
)Convenience function to send task started webhook.