PipedreamHQ / PipedreamHQ/pipedream
[Components] outline
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# outline
## URLs
- https://www.getoutline.com/developers#description/introduction
## Webhook Sources
### new-outline-instant
#### Description
Emit new event when a new outline is created. Users can optionally filter by workspace or author.
### new-comment-instant
#### Description
Emit new event when a comment is added to an outline. Users can optionally filter by outline ID.
### outline-updated-instant
#### Description
Emit new event when an existing outline is updated. Users can optionally filter by specific outline ID or workspace.
## Actions
### create-outline
#### Description
Create a new outline with a specified title, content, and optional tags.
### update-outline
#### Description
Update an existing outline by providing the outline ID and new content or metadata.
### add-comment
#### Description
Add a new comment to a specified outline by providing the outline ID and comment text.
Contributor guide
Assessment
This issue has not been assessed yet.