PipedreamHQ / PipedreamHQ/pipedream
[Components] honeyhive
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# honeyhive
## URLs
- https://docs.honeyhive.ai/api-reference/session/start-a-new-session
## Webhook Sources
### new-record-instant
#### Description
Emit new event when a new record is added to HoneyHive. Users can specify optional filters such as record type or specific criteria.
### new-comment-instant
#### Description
Emit new event when a comment is added to a record in HoneyHive. Users can optionally configure to watch specific record types or IDs.
### updated-record-instant
#### Description
Emit new event when an existing record is updated in HoneyHive. Users can specify optional criteria such as changes to specific fields or record types.
## Actions
### create-record
#### Description
Create a new record in HoneyHive. Users must specify required properties like record type and content, and may include optional fields for metadata.
### update-record
#### Description
Update an existing record in HoneyHive. Users must provide the record ID and specify which fields to update.
### add-comment
#### Description
Add a comment to an existing record in HoneyHive. Users must specify the record ID and provide the comment text.
Contributor guide
Assessment
This issue has not been assessed yet.