Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.94 KB

File metadata and controls

56 lines (38 loc) · 1.94 KB

nf-slack plugin

Get Slack notifications for your Nextflow workflows — automatically notified when pipelines start, complete, or fail.

📖 Full documentation: https://seqeralabs.github.io/nf-slack/

Important

This is an open-source project for community benefit. It is provided as-is and is not part of Seqera's officially supported toolset.

Features

  • Automatic Notifications — Workflow start, completion, and error events
  • Custom Messages and File Uploads — From within your pipeline code
  • Threading, Reactions, and Progress Updates — Keep channels organized
  • Seqera Platform Integration — One-click navigation to your runs

Quick Start

Add to your nextflow.config:

plugins {
    id 'nf-slack@0.5.1'
}

slack {
    enabled = true
    bot {
        token = 'xoxb-your-bot-token'
        channel = 'pipeline-results'
    }
}

Run your pipeline — you'll get Slack notifications automatically:

Default notifications

See the Setup Guide for bot and webhook configuration options.

Documentation

Support

License

Copyright 2025, Seqera Labs. Licensed under the Apache License, Version 2.0.