Oki-Toki icon

Oki-Toki

Interact with Oki-Toki API (Calls, Contacts, Dialers, Lists, Reports, Users)

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

  1. A user encounters a bug in the node and sends a detailed bug report with their email for follow-up.
  2. A user suggests a new feature by sending a feature request message.
  3. 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

Discussion