PipedreamHQ / PipedreamHQ/pipedream
[Components] aha
Open
triaged
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# aha
## URLs
## Webhook Sources
### new-activity-instant
#### Prompt
Emit new event when there is fresh activity. No props required.
### new-feature-instant
#### Prompt
Emit new event when a feature is dispatched to by a user in aha. No props required.
## Actions
### create-feature
#### Prompt
Generates a new feature for a release. Required props are 'feature_name' and 'release'. Optional props include 'description', 'due_date', etc.
### create-idea
#### Prompt
Creates a new idea within the app. The only required prop here 'idea_name', but optional props can include 'description', 'category', 'tags', etc.
Contributor guide
Assessment
This issue has not been assessed yet.