PipedreamHQ / PipedreamHQ/pipedream
[Components] synthflow
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# synthflow
## URLs
- https://docs.synthflow.ai/reference/getting-started-with-your-api
## Webhook Sources
### new-project-instant
#### Description
Emit new event when a project is created. Required props: None. Optional props: Filter by project type or owner.
### new-draft-generated-instant
#### Description
Emit new event when a draft is generated from a project. Required props: None. Optional props: Filter by specific project or draft type.
### new-comment-instant
#### Description
Emit new event when a comment is added to a project or draft. Required props: Target project or draft. Optional props: None.
## Actions
### generate-draft
#### Description
Generate a draft based on project data. Required props: Project ID. Optional props: Additional parameters for output customization.
### create-project
#### Description
Create a new project with specified details. Required props: Project name and description. Optional props: Tags or categories.
### add-comment
#### Description
Add a comment to a specific project or draft. Required props: Target project or draft ID, comment text. Optional props: None.
Contributor guide
Assessment
This issue has not been assessed yet.