-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
dart
URLs
Webhook Sources
new-doc-created-instant
Prompt
Emit new event when a new document is created. Required props: document id, creator id.
new-doc-updated-instant
Prompt
Emit new event when a document is updated. Required props: document id. Optional props: updater id.
new-task-created-instant
Prompt
Emit new event when a new task is created. Required props: task id, task creator id.
Actions
create-doc
Prompt
Creates a new Doc within a specific folder. The props to configure are the name of the Doc and the folder to create it in.
delete-doc
Prompt
Deletes an existing Doc in a specified folder. The props required include the ID of the Doc and the folder it's located in.
update-doc
Prompt
Updates an existing Doc in a specific folder. The props to configure include the ID of the Doc, the folder it's in, and the updated content for the Doc.
Metadata
Metadata
Assignees
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Ready for QA