Actions30
- Call Actions
- Contact Actions
- Dialer Actions
- Integration Actions
- List Actions
- Report Actions
- SMS Actions
- User Actions
- Developer Feedback Actions
Overview
This node operation allows users to send feedback messages directly to the developers of the node. It is useful for reporting bugs, requesting features, asking questions, or providing other types of feedback. Users provide their email address for a response, select the type of message, and write a detailed message to the developers. The feedback is then sent via a Telegram bot to the developers' chat for review and action.
Use Case Examples
- A user encounters a bug in the node and sends a detailed bug report with their email for follow-up.
- A user suggests a new feature by sending a feature request message.
- A user asks a question about node functionality, expecting a response via email.
Properties
| Name | Meaning |
|---|---|
| Your Email | The user's email address for receiving a response from the developers. This is a required field. |
| Message Type | The category of the feedback message, such as Bug Report, Feature Request, Question, or Other. |
| Message | The detailed feedback message content that the user wants to send to the developers. This is a required field. |
Output
JSON
success- Indicates whether the feedback message was successfully sent (true or false).message- A confirmation message about the feedback submission status.type- The type of feedback message sent (e.g., Bug Report, Feature Request).email- The email address provided by the user for response.
Dependencies
- Telegram Bot API for sending messages to developers
Troubleshooting
- Invalid email address format error: Ensure the email address is correctly formatted (e.g., user@example.com).
- Failed to send feedback error: Check internet connection and Telegram bot token validity.
Links
- Telegram Bot API - sendMessage - API documentation for sending messages via Telegram bots, used to deliver feedback messages to developers.
