PipedreamHQ / PipedreamHQ/pipedream
[Components] dovetail
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# dovetail
## URLs
- https://developers.dovetail.com/docs/introduction
## Polling Sources
### new-insight
#### Description
Emit new event when a new insight is published in your Dovetail account. Configure props such as the category or specific tag to filter insights (optional).
### updated-project
#### Description
Emit new event when a project is updated in Dovetail. Configure props such as the project ID to monitor specific projects (optional).
### new-project
#### Description
Emit new event when a new project is created in Dovetail. Optionally specify props like the team or owner to filter projects.
## Actions
### create-insight
#### Description
Add a new insight to a specific Dovetail project. Required props: project_id (the ID of the project). Optional props: title (title of the insight), description (content of the insight), tags (list of tags to categorize the insight).
### create-person
#### Description
Add a new person to Dovetail to associate qualitative data with. Required props: name (name of the person). Optional props: attributes (custom attributes like email, role, etc.).
### create-data-point
#### Description
Add a data point to a specified channel in Dovetail. Required props: channel_id (the ID of the channel), content (data point content). Optional props: tags (list of tags for this data point).
### create-note
#### Description
Add a new note to a Dovetail project. Required props: project_id (the ID of the project), content (content of the note). Optional props: title (title for the note), tags (list of tags to categorize the note).
Contributor guide
Assessment
This issue has not been assessed yet.