PipedreamHQ / PipedreamHQ/pipedream
[Components] stack_overflow_for_teams
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# stack_overflow_for_teams
## URLs
- https://api.stackoverflowteams.com/docs
## Webhook Sources
### new-question-instant
#### Description
Emit new event when a question is posted in a specified Stack Overflow for Teams instance. Users can optionally filter by tags or specific team spaces.
### new-answer-instant
#### Description
Emit new event when an answer is posted to a question in a specified Stack Overflow for Teams instance. Users can optionally filter by tags or specific questions.
### new-comment-instant
#### Description
Emit new event when a comment is added to a question or an answer in a specified Stack Overflow for Teams instance. Users can optionally filter by tags or specific posts.
## Actions
### create-question
#### Description
Post a new question to a specified Stack Overflow for Teams instance. Requires title, body, and optional tags.
### post-answer
#### Description
Post an answer to an existing question in a specified Stack Overflow for Teams instance. Requires the question ID and answer body.
### add-comment
#### Description
Add a comment to a question or an answer in a specified Stack Overflow for Teams instance. Requires the post ID and comment text.
Contributor guide
Assessment
This issue has not been assessed yet.