PipedreamHQ / PipedreamHQ/pipedream
[Components] feedier
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# feedier
## URLs
## Polling Sources
### new-feedback
#### Prompt
Emit new event when a new feedback is submitted. Required props: feedID, which identifies the feedback form.
### new-item-tagged
#### Prompt
Emit new event when an item is tagged. Prop: feedItemID, to identify the feed item. Optional prop: tag, to specify a specific tag.
## Actions
### send-email
#### Prompt
Sends a gentle email to request user feedback. Required props: recipient email address, email content and subject. Optional props: CC, BCC.
### update-feedback-status
#### Prompt
Updates the status and/or owner of a specific feedback. Required props: feedback identifier and status. Optional props: owner.
### import-feedback
#### Prompt
Imports a new feedback with a pre-defined set of answer. Required props: answers, feedback source. Optional props: feedback status and owner.
Contributor guide
Assessment
This issue has not been assessed yet.