Tutorial EN

A step-by-step tutorial describing how to use Notito

Welcome to Notito, a service designed to streamline form submissions via Telegram. Below, you'll find detailed steps on how to get started with Notito, from authentication to form submissions. Tutorial video: https://youtu.be/nJWqCxaH53g?si=xT93NxkxJEJDbHjy

Authentication:

  1. Login via Telegram: To begin using Notito, users must log in using their Telegram account. Each Telegram account corresponds to one Notito account, ensuring a seamless integration.

  2. Onboarding Screens: Upon logging in, users will be guided through onboarding screens, providing step-by-step instructions on how to start using Notito effectively.

Getting Started:

  1. Authenticate with @notito_bot: After logging in, authenticate your account with our bot, @notito_bot, using the same Telegram account you signed up with.

  2. Add @notito_bot to Channel or Chat: Add @notito_bot to the Telegram channel or chat where you want to receive form submissions. Ensure that the bot has full admin access and can write messages within the channel or chat.

  3. Authorization of your chat channel: Go to the API section and find your unique key ID in the "KEY" field. Copy the key and paste it into the chat with @notito_bot. After successful authorization, the bot will confirm it with the message "Owner authorized".

  4. API Key Usage: With authentication complete, copy your API key and add it to the form settings. This step enables your Notito account to start receiving form submissions seamlessly. More described here https://app.notito.unlima.space/docs/api

Additional Resources:

For more detailed information and development documentation, please refer to the developer docs available on our platform.

Form Snippet:

Below is a simple form snippet for your convenience:

<form action="<https://notito.com/submit"> method="post"> <input type="hidden" name="api_key" value="YOUR_API_KEY_HERE"> <!-- Additional form fields here --> <button type="submit">Submit</button> </form>

Replace "YOUR_API_KEY_HERE" with your unique API key generated during authentication.

Thank you for choosing Notito. If you have any further questions or need assistance, don't hesitate to reach out to our support team t.me/notito_help . Happy form submission!

Last updated