PipedreamHQ / PipedreamHQ/pipedream
[Components] microsoft_word
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# microsoft_word
## URLs
- https://learn.microsoft.com/en-us/graph/api/driveitem-get-content?view=graph-rest-1.0&tabs=http
## Webhook Sources
### new-document-instant
#### Description
Emit new event when a new Word document is created in a specified OneDrive or SharePoint folder. Requires folder path as a required prop.
### new-comment-instant
#### Description
Emit new event when a comment is added in a Word document. Requires document ID or path as a required prop.
### new-edit-instant
#### Description
Emit new event when a Word document is edited. Requires document ID or folder path as a required prop.
## Actions
### create-document
#### Description
Create a new Word document in a specified OneDrive or SharePoint location. Requires folder path and document name as required props; content is optional.
### append-text
#### Description
Append text to the end of an existing Word document. Requires document ID or path and the text to append.
### add-comment
#### Description
Add a comment to a specific location in a Word document. Requires document ID, target location (e.g., paragraph index or text range), and comment text.
Contributor guide
Assessment
This issue has not been assessed yet.