Subcategories

  • 67 Topics
    67 Posts
    G
    Author: astashenkoj Status: 🟢 Open ️ Tags: bug Created at: 23.06.2026, 06:08:57 Updated at: 23.06.2026, 06:08:57 Error: When sending a message from mini and full chats using chatId, a validation error appears Required Send messages by chatId from a mini-chat Level: Personal account Workaround: Send messages by phone number Send messages by chatId using message sending methods Open on GitHub
  • 27 Topics
    27 Posts
    G
    Author: perfeus Status: 🟢 Open ️ Tags: No tags Created at: 19.06.2026, 08:54:45 Updated at: 19.06.2026, 09:17:40 Required Required to implement sending multiple files in one request Level API Workaround Send multiple files in a loop using the SendFileByUrl and SendFileByUpload methods Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: EscHelpNew Status: 🟢 Open ️ Tags: enhancement Created at: 19.09.2023, 09:46:53 Updated at: 08.02.2024, 15:41:13 Required It is required to develop a personal account API Level API Workaround Monitor the status of the response code of the deleteMessage method Open on GitHub
  • It is required to develop a personal account API

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: EscHelpNew Status: 🟢 Open ️ Tags: enhancement Created at: 19.09.2023, 09:20:26 Updated at: 08.02.2024, 13:47:03 Required It is required to develop a personal account API Level Personal Area Workaround Use the browser debugger to get personal account methods Open on GitHub
  • Instance status filter needs to be restored

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: EscHelpNew Status: 🟢 Open ️ Tags: bug Created at: 05.09.2023, 15:36:19 Updated at: 08.02.2024, 12:59:08 Required The instance status filter needs to be restored. Level Personal Area Workaround Use the filter arrows to group the status of the instances. Use the GetStateInstance method for each instance. Open on GitHub
  • 1C bot does not respond to incoming message

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: Icessideack Status: 🟢 Open ️ Tags: bug Created at: 01.09.2023, 09:43:25 Updated at: 08.02.2024, 12:40:24 Error 1C bot does not respond to incoming message of type 'extendedTextMessage' Level API Workaround Correct the code, handle 'extended Text Message' type ИначеЕсли Ответ.body.messageData.typeMessage = "textMessage" Тогда ПриПолученииСообщенияТекст(Отказ, Ответ); ИначеЕсли Ответ.body.messageData.typeMessage = "extendedTextMessage" Тогда ПриПолученииСообщенияТекстДоработанный(Отказ, Ответ); КонецЕсли; Процедура ПриПолученииСообщенияТекстДоработанный(Отказ, Данные) Если Данные.body.typeWebhook = "incomingMessageReceived" Тогда ТекстСообщения = Данные.body.messageData.extendedTextMessageData.text; ИдЧата = Данные.body.senderData.chatId; ИдСообщения = Данные.body.idMessage; ВызватьБота(ИдЧата, ИдСообщения, ТекстСообщения); Иначе // Другие ответы от пользователя (цитаты и прочее) на неинтересн КонецЕсли КонецПроцедуры Open on GitHub
  • Required to develop an API setProfilePictureByUrl

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: Jibek100 Status: 🟢 Open ️ Tags: enhancement Created at: 23.08.2023, 16:14:55 Updated at: 08.02.2024, 12:24:53 Required To develop an API setProfilePictureByUrl for setting group pictures via URL Level API Open on GitHub
  • Required receiving notifications of reactions in communities

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: AknurKh Status: 🟢 Open ️ Tags: enhancement Created at: 22.08.2023, 18:10:36 Updated at: 08.02.2024, 12:20:21 **Required ** No webhooks for getting reactions from communities Level API Open on GitHub
  • Required to develop an api for sending one-time view only media

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: Jibek100 Status: 🟢 Open ️ Tags: enhancement Created at: 21.08.2023, 17:37:00 Updated at: 08.02.2024, 12:09:44 Required To develop an api for sending one-time view only media Level API Open on GitHub
  • It is required to change the mechanism of sending notifications

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: EscHelpNew Status: 🟢 Open ️ Tags: enhancement Created at: 17.08.2023, 16:22:27 Updated at: 08.02.2024, 11:45:44 Required It is required to change the mechanism for sending notifications. In case of unsuccessful sending of the webhook to the client's server, send the webhook at intervals of 10, 30, 60, 120 seconds. Level API Open on GitHub
  • Required to develop a method to create a community

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: Jibek100 Status: 🟢 Open ️ Tags: enhancement Created at: 17.08.2023, 10:56:10 Updated at: 08.02.2024, 11:44:56 Required Required to develop a method to create a community Level API Open on GitHub
  • It is required to add a status code and error check

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: AknurKh Status: 🟢 Open ️ Tags: enhancement Created at: 15.08.2023, 11:53:30 Updated at: 08.02.2024, 11:35:41 Required It is required to add a status code and error check when executing the internal methods of the chatbot library Level SDK Workaround Do not call the get settings method before and after the bot is initialized. Or use these methods but make sure that the library does not resend the request within a second (values ​​take from the article) Open on GitHub
  • Required to develop a VBA SDK

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: EscHelpNew Status: 🟢 Open ️ Tags: enhancement Created at: 14.08.2023, 09:32:08 Updated at: 08.02.2024, 11:23:02 Required It is required to develop an SDK library in the VBA language to work with the API Level SDK Open on GitHub
  • Chat delete method required

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: Icessideack Status: 🟢 Open ️ Tags: enhancement Created at: 13.08.2023, 20:45:57 Updated at: 08.02.2024, 11:21:54 Required Requires method to delete chat. Level API Open on GitHub
  • Requires a method to vote in an API poll

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: EscHelpNew Status: 🟢 Open ️ Tags: enhancement Created at: 11.08.2023, 10:08:34 Updated at: 08.02.2024, 11:15:43 Required Requires a method to vote in an API poll Level API Workaround Send "voice" via web, desktop or mobile app Open on GitHub
  • 1C processing required for regular forms

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: AknurKh Status: 🟢 Open ️ Tags: enhancement Created at: 02.08.2023, 13:31:36 Updated at: 08.02.2024, 11:10:24 Required It is required to write processing for 1C for ordinary forms Level 1C Open on GitHub
  • Duplicate messages when sending to a group

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: EscHelpNew Status: 🟢 Open ️ Tags: bug Created at: 25.07.2023, 15:58:55 Updated at: 08.02.2024, 10:34:29 Error When sending messages to large groups, there is a duplication of sent messages Level API Workaround Don't post to large groups https://github.com/green-api/issues/issues/82 Open on GitHub
  • It is required to fill in senderName in outgoingAPIMessageReceived

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: Smol2022 Status: 🟢 Open ️ Tags: bug Created at: 05.07.2023, 12:57:46 Updated at: 07.02.2024, 18:07:18 Required It is required to fill in senderName in outgoingAPIMessageReceived Level API Open on GitHub
  • Need to add partner methods to SDK

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: EscHelpNew Status: 🟢 Open ️ Tags: enhancement Created at: 11.07.2023, 16:57:29 Updated at: 07.02.2024, 17:48:35 Required Need to add partner methods to SDK Level API Workaround Use postman collection for partners https://github.com/green-api/partners-green-api-postman-collection Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: Smol2022 Status: 🟢 Open ️ Tags: enhancement Created at: 21.06.2023, 16:28:49 Updated at: 07.02.2024, 17:47:04 Required It is required to add the "Instance name" parameter to the setSettings method Level API Open on GitHub
  • getContacts method returns an empty array

    bug documentation
    1
    0 Votes
    1 Posts
    5 Views
    G
    Author: EscHelpNew Status: 🟢 Open ️ Tags: bug, documentation Created at: 18.06.2023, 10:43:58 Updated at: 07.02.2024, 17:43:02 Error The getContacts method returns an empty array [] Level API Workaround Rescan QR code Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: mrt687 Status: 🟢 Open ️ Tags: question Created at: 15.06.2023, 19:05:24 Updated at: 07.02.2024, 17:40:24 No issue body Open on GitHub