architweb/Send ClickUp Notification Action
Fetches commit history (if possible) and sends a notification to ClickUp.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 11, 2026
- License
- MIT
Pinned Snippet
uses: architweb/clickupnotification@ebe1f46994be2b9e5443af522a79bcdc22f47d81 # v3.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| clickup_api_token | ClickUp API Token | yes | — |
| clickup_workspace_id | ClickUp Workspace ID | yes | — |
| clickup_channel_id | ClickUp Channel ID | yes | — |
| clickup_project_name | ClickUp Project Name for the message | yes | — |
| title | Custom title for the notification message | no | "" |
| description | Custom description for the notification message | no | "" |
| show_fetch_duration | Show duration information in the notification | no | true |
| show_changelog_commits | Show changelog commits in the notification | no | true |
| full_commit_message | Use the full commit message instead of the first line | no | true |
| show_commit_statistics | Show commit statistics in the notification | no | false |
| test_mode | Test mode - preview message without sending to ClickUp | no | false |
| filter_agent_commits | Filter out agent-generated commits (Initial plan, Agent-Logs-Url, Co-authored-by) | no | true |
| group_commits_by_type | Group commits by conventional commit type instead of by author | no | false |
| show_pr_links | Show PR links next to commit references | no | false |
| staging_emoji | Emoji used for staging branch notifications | no | 🧪 |
| production_emoji | Emoji used for production branch notifications | no | 🚀 |
| notify_on_failure | Send notification when workflow fails (use with workflow_status input) | no | false |
| workflow_status | Current job status for failure notifications (pass ${ job.status }) | no | success |
Outputs
no outputs