PipedreamHQ / PipedreamHQ/pipedream
[Components] botsonic
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# botsonic
## URLs
- https://docs.writesonic.com/reference/chatsonic_v2businesscontentchatsonic_post-1
## Webhook Sources
### new-message-instant
#### Description
Emit new event when a user sends a message to the chatbot. Users can filter by chatbot ID if supported.
### new-conversation-instant
#### Description
Emit new event when a new conversation is started with the chatbot. Users can filter by chatbot ID if supported.
### new-feedback-instant
#### Description
Emit new event when a user provides feedback (e.g., thumbs up/down) on a bot response. Users can filter by chatbot ID if supported.
## Actions
### send-message
#### Description
Send a message to the chatbot and receive a response. Requires chatbot ID and message text.
### create-chatbot
#### Description
Create a new chatbot with specified settings. Requires bot name and configuration options.
### update-chatbot-settings
#### Description
Update settings for an existing chatbot. Requires chatbot ID and updated configuration parameters.
Contributor guide
Assessment
This issue has not been assessed yet.