Trusted by 250,000+ developers from startups to Fortune 500 companies:
This is a pre-built, open source 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 Project on Todoist
Description:Emit new event for each new project. [See the docs here](https://developer.todoist.com/sync/v8/#read-resources)
Version:0.0.2
Key:todoist-new-project
import common from "../common-project.mjs";
export default {
...common,
key: "todoist-new-project",
name: "New Project",
description: "Emit new event for each new project. [See the docs here](https://developer.todoist.com/sync/v8/#read-resources)",
version: "0.0.2",
type: "source",
dedupe: "greatest",
};
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 |
---|
Todoist | todoist | app | This component uses the Todoist app. |
Polling Interval | timer | $.interface.timer | Pipedream will poll the Todoist API on this schedule
|
N/A | db | $.service.db | This component uses $.service.db to maintain state between component invocations. |
Todoist uses OAuth authentication. When you connect your Todoist account, Pipedream will open a popup window where you can sign into Todoist and grant Pipedream permission to connect to your account. Pipedream securely stores and automatically refreshes the OAuth tokens so you can easily authenticate any Todoist API.
Pipedream requests the following authorization scopes when you connect your account:
task:add
data:read_write
data:delete
project:delete
The to do list to organize work & life