n8n-nodes-bugsmash
v1.0.4
Published
n8n community node for the BugSmash trigger integration
Downloads
119
Maintainers
Keywords
Readme
n8n-nodes-bugsmash
This is an n8n community node for BugSmash — a visual feedback and bug reporting tool for websites and web apps.
It allows you to trigger n8n workflows automatically when feedback events occur in BugSmash, such as new comments, status changes, and replies.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Or install directly:
n8n-nodes-bugsmashIncluded Nodes
BugSmash Trigger
Starts a workflow when a BugSmash event occurs. Supports:
- New Comment — fires when a new comment is created on a project
- Comment Replied — fires when a reply is added to an existing comment
- Comment Updated — fires when a comment is edited
- Status Changed — fires when the status of a comment changes
You can optionally filter events by a specific project.
Credentials
You will need a BugSmash API credential with:
| Field | Description |
|---|---|
| API Key | Your BugSmash API key (found in Settings → Integrations) |
| Base URL | Your BugSmash instance URL. Default: https://api.bugsmash.io/ |
How to get your API key
- Log in to BugSmash
- Go to Settings → Integrations → n8n
- Copy your API key
Example Workflow
A typical use case: receive a BugSmash event and send a Slack notification.
- Add BugSmash Trigger node, select event
New Comment - (Optional) Select a specific project to filter by
- Activate the workflow — BugSmash will register a webhook automatically
- Connect a Slack node to send the comment data to your team channel
The trigger output includes the full event payload from BugSmash (comment content, author, project, URL, etc.).
Compatibility
Tested with n8n version 1.x and above.
