This is a pre-built, source-available component from Pipedream's GitHub repo. The component is developed by Pipedream and the community, and verified and maintained by Pipedream.
To contribute an update to an existing component or create a new component, create a PR on GitHub. If you're new to Pipedream component development, you can start with quickstarts for trigger span and action development, and then review the component API reference.
New Activity Event on Kanban Tool
Description:Emit new events when a new activity occured on selected board. [See the docs](https://kanbantool.com/developer/api-v3#listing-boards-changelogs)
Version:0.0.1
Key:kanban_tool-new-activity
import common from "../common/activity-based.mjs";
export default {
...common,
key: "kanban_tool-new-activity",
name: "New Activity Event",
description: "Emit new events when a new activity occured on selected board. [See the docs](https://kanbantool.com/developer/api-v3#listing-boards-changelogs)",
version: "0.0.1",
type: "source",
dedupe: "unique",
};
This component may be configured based on the props defined in the component code. Pipedream automatically prompts for input values in the UI and CLI.
| Label | Prop | Type | Description |
|---|
| Kanban Tool | app | app | This component uses the Kanban Tool app. |
timer | $.interface.timer |
| N/A | db | $.service.db | This component uses $.service.db to maintain state between executions. |
| Board ID | boardId | integer | Select a value from the drop down menu. |
Kanban Tool uses API keys for authentication. When you connect your Kanban Tool account, Pipedream securely stores the keys so you can easily authenticate to Kanban Tool APIs in both code and no-code steps.
To get your API Token, sign in to your Kanban Tool account, and go to My Profile then API access.
If your Kanban Tool URL is https://123.kanbantool.com/, your domain is 123.
Kanban Tool is a visual management solution that helps companies visualize workflow, track project progress, and analyze and significantly improve business processes. Kanban Tool provides powerful online Kanban boards with seamless time tracking.