-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
bytebot
URLs
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.