This instruction describes the scenario elements from the 'Integrations' section used for bot actions.
Request
This element allows you to perform a GET or POST HTTP request to a selected address and save the response to a variable.
Method — GET, POST, PATCH, PUT, DELETE, HEAD or OPTIONS request method to the site.
URL — the address to which the request will be sent.
Variables — selection of the variable where the response will be recorded.
Path — path to the data that needs to be saved in the variable.
? Example{ "menu": { "id": "file", "value": "File", "popup": { "menuitem": [ { "value": "New", "onclick": "CreateNewDoc()" }, { "value": "Open", "onclick": "OpenDoc()" }, { "value": "Close", "onclick": "CloseDoc()" } ] } }}
To get the highlighted value above, you need to specify: Path 1: menu Path 2: popup Path 3: menuitem Path 4: 0 Path 5: value
Headings — укажите свои заголовки (headers), если они необходимы.
Request body — JSON или строка данных, при отправке методами POST, PATCH, PUT.
Chat GPT
⚠️Warning!
Paid service! For correct operation, you must connect the Billing API package
This element is used to integrate with a language modeling model to improve the bot's ability to generate text, respond and maintain conversations with users.
Model — choice of AI model:
GPT-4o mini — compact, inexpensive multimodal model (text + image) with a context of 128K tokens.
standart4o — full-featured multimodal GPT-4o (Omni) model supporting text, images, audio and video, with high-quality responses.
Temperature — regulates the creativity and variability of responses (the higher, the more unpredictable the result).
Add the latest messages to the context — saves responses to variables for later use.
- Language — language for response generation.
- Number of messages — number of recent messages added to the context.
Support For The Entire Context — using the entire dialogue history to generate a more coherent response.
Write answer to variable — saves the generated response to the specified variable.
Text request — message or request passed to the model.
Context — data about previous messages and dialogue state, helping the model maintain logic and consistency.
Search contact
An element in the chatbot scenario records the interlocutor’s contact details in the personal account address book. This data must be publicly available with the interlocutor’s consent.
Search — occurs across many fields, such as first name, last name, phone number, etc.
Write ID to — contains the identifier or unique value identifying the interlocutor's contact.
Create contact
This element in the chatbot scenario enters the interlocutor's contact information into the personal account address book. This data should be freely available with the interlocutor's permission.
Update contact
This element in the chatbot scenario updates the interlocutor's contact information in the personal account address book. This data should be freely available with the interlocutor's permission.
Contact ID — contains the identifier or unique value identifying the interlocutor's contact.
Assign contact
This element in the chatbot scenario links the interlocutor's contact information to data in the personal account address book. This data should be freely available with the interlocutor's permission.
Contact ID — contains the identifier or unique value identifying the interlocutor's contact.
Google Sheets — Add Entry To Google Sheets
This element allows the bot to interact with Google Sheets, send or receive data, create records or update information in Google Sheets.
Google Sheets by line — Add Data To Google Sheets Row And Column
With this element, the bot can interact with data in Google Sheets by specific rows and columns.
Email
This element allows the bot to send notifications, reports, or other information via email.
SMS notifications
This element allows the bot to send SMS messages.
Telegram
This element allows the bot to send messages or notifications through the Telegram messenger.
Phone call using scenario
This element allows the bot to initiate a phone call according to a specific scenario.
Payment
Элемент предназначен для оплаты товаров в чат-боте Телеграм.
This element is designed for payment of goods in the Telegram chatbot.
To use this element, set up payment integration. For more details, see 'How to create a payment integration'.
nocodb
This element allows integration with the NocoDB service located on our servers.
For more details, see 'Chatbot element → NocoDB'.
Also see.:
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article