PipedreamHQ / PipedreamHQ/pipedream
[Components] bytebot
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# bytebot
## URLs
- https://docs.bytebot.ai/documentation/bots/bots-api
## Webhook Sources
### new-message-instant
#### Description
Emit new event when a new message is received by Bytebot. Requires configuring a webhook URL in Bytebot settings.
### new-command-executed-instant
#### Description
Emit new event when a user triggers a command or interaction in Bytebot. Useful for automating responses or logging usage. Requires webhook configuration.
### new-user-joined-instant
#### Description
Emit new event when a new user joins a Bytebot-enabled conversation or workspace. Useful for initiating onboarding flows or notifications. Requires a scoped webhook.
## Actions
### send-message
#### Description
Send a message to a specific user or channel in Bytebot. Requires the message text and recipient ID or channel name.
### trigger-command
#### Description
Trigger a predefined command or workflow in Bytebot by name. Useful for initiating automation or scripted tasks. Requires command name and optional parameters.
### add-user-to-conversation
#### Description
Add a user to an existing conversation or workspace in Bytebot. Requires conversation ID and user ID or email.
Contributor guide
Assessment
This issue has not been assessed yet.