PipedreamHQ / PipedreamHQ/pipedream
[Components] hubflo
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# hubflo
## URLs
- https://hubflo.readme.io/reference/the-hubflo-api
## Webhook Sources
### new-message-instant
#### Description
Emit new event when a new message is posted in a workspace or specific channel. Required props: workspace ID. Optional props: channel ID, user ID.
### new-meeting-instant
#### Description
Emit new event when a meeting is scheduled or created in Hubflo. Required props: workspace ID. Optional props: meeting type, host ID.
### new-task-assigned-instant
#### Description
Emit new event when a task is assigned to a user. Required props: workspace ID. Optional props: assignee ID, project ID.
## Actions
### send-message
#### Description
Send a message to a specific user, channel, or workspace. Required props: message content, target ID (user, channel, or workspace). Optional props: attachments, mentions.
### schedule-meeting
#### Description
Schedule a new meeting in Hubflo. Required props: meeting title, start time, participants. Optional props: description, duration, location.
### create-task
#### Description
Create a new task in a workspace or project. Required props: task name, assignee ID. Optional props: due date, description, project ID, priority.
Contributor guide
Assessment
This issue has not been assessed yet.