PipedreamHQ / PipedreamHQ/pipedream
[Components] proprofs_knowledge_base
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# proprofs_knowledge_base
## URLs
- https://help.proprofskb.com/api-documentation-overview
## Webhook Sources
### new-article-instant
#### Description
Emit new event when a new article is published in the knowledge base. Requires selecting the knowledge base or category to monitor.
### new-comment-instant
#### Description
Emit new event when a comment is added to an article. Requires selecting the article or category to monitor.
### new-feedback-instant
#### Description
Emit new event when a user submits feedback on an article. Requires selecting the knowledge base to monitor.
## Actions
### create-article
#### Description
Create a new article in a specified knowledge base and category. Requires title, content, and category ID.
### update-article
#### Description
Update an existing article’s title, content, or metadata. Requires article ID and fields to update.
### delete-article
#### Description
Delete an article from the knowledge base. Requires the article ID.
Contributor guide
Assessment
This issue has not been assessed yet.