-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
checkvist
URLs
Polling Sources
new-list
Prompt
Emit new event when a new list is created in your Checkvist account. The trigger requires no inputs or props.
URLs
new-list-item
Prompt
Emit new event when a new list item is added in a selected list. This trigger needs the list as input, where you want to watch for new list items.
URLs
Actions
create-list-item
Prompt
Generates a new list item within a specified list. The required props are list_id and content, where list_id is the id of the list to add the item to and content is the text of the item to be added.
URLs
create-multiple-list-items
Prompt
Enables creation of several list items at once from a block of text. The mandatory prop is 'content', a block text containing the items. Indentations in the text will indicate nested list items. Optional prop includes a 'list_id', if omitted, items will be created in the default list.
URLs
create-new-list
Prompt
Produces a new list within Checkvist. The only required prop is 'name', which specifies the name of the new list.
URLs
Metadata
Metadata
Assignees
Labels
Type
Projects
Status