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
  • Media message receipt timestamp mismatch error

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: nostalgiaCode Status: 🟢 Open ️ Tags: bug Created at: 12.11.2024, 18:10:53 Updated at: 04.12.2024, 18:29:46 Error Media message receipt timestamp mismatch error in the API and on the mobile device Level API Notifications for media messages are received in the wrong order: First notifications for outgoingMessageStatus status After notification for received message outgoingMessageReceived Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: icessideack1 Status: 🟢 Open ️ Tags: enhancement Created at: 28.06.2024, 15:34:37 Updated at: 04.12.2024, 18:00:03 Error It is not possible to adjust the width of the columns in the personal account Level Personal account Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: nostalgiaCode Status: 🟢 Open ️ Tags: enhancement Created at: 24.11.2024, 15:34:44 Updated at: 04.12.2024, 17:37:51 Required Required to implement file storage in external volumes in the 1C extension Level SDK Open on GitHub
  • Required to add time-based sorting in journal methods

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: nostalgiaCode Status: 🟢 Open ️ Tags: enhancement Created at: 31.10.2024, 17:11:54 Updated at: 03.12.2024, 18:58:16 Required Required to add time-based sorting in journal methods Level API Open on GitHub
  • Missing backgroundColor field for audioMessage statuses

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: Viacheslav-green-api Status: 🟢 Open ️ Tags: enhancement Created at: 25.11.2024, 23:38:05 Updated at: 03.12.2024, 18:38:58 Error Missing backgroundColor field for audioMessage statuses Level API Open on GitHub
  • Required to add a method to reset the group invitation link

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: astashenkoj Status: 🟢 Open ️ Tags: enhancement Created at: 01.12.2024, 03:02:09 Updated at: 03.12.2024, 17:55:35 Requried Required to add a method to reset the group invitation link Level API Workaround Reset the invitation link in the group settings in the WhatsApp app or WhatsApp Web Open on GitHub
  • Required to implement a method to change the account name

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: nostalgiaCode Status: 🟢 Open ️ Tags: enhancement Created at: 02.12.2024, 16:23:20 Updated at: 03.12.2024, 16:05:51 Required Required to implement a method to change the account name Level API Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: nostalgiaCode Status: 🟢 Open ️ Tags: enhancement Created at: 02.12.2024, 17:56:04 Updated at: 03.12.2024, 13:35:04 Required Required to add the "active" field for groups in the contact list of the getContacts method, which will indicate that the user is an active member of the group (the user was not excluded from the group). Level API Workaround Call the GetGroupData method to determine the member's status. Open on GitHub
  • Error with disappearing messages in new chat when sending via API

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: kocherovv Status: 🟢 Open ️ Tags: bug Created at: 03.07.2024, 04:54:59 Updated at: 22.11.2024, 22:05:30 Required: Fix the behavior where when sending a message to a new chat via the API with the disappearing messages feature enabled, the disappearing messages are not activated. Workaround Use the SetDisappearingChat method to re-enable the disappearing messages feature. Level: API Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: adunyt Status: 🟢 Open ️ Tags: enhancement Created at: 20.11.2024, 17:30:07 Updated at: 22.11.2024, 18:33:59 Required Required to add the ability to download an incoming file from a message that is larger than 100MB via the API Level API Workaround Download a file larger than 100 MB from WhatsApp or WhatsApp Web Open on GitHub
  • 404 error in the personal account when there is no internet connection

    bug
    1
    0 Votes
    1 Posts
    20 Views
    G
    Author: nostalgiaCode Status: 🟢 Open ️ Tags: bug Created at: 28.10.2024, 20:07:01 Updated at: 18.11.2024, 12:59:33 Error If there is no Internet connection, switching from the list of instances to one instance shows a 404 error in the LC instead of the error "No Internet connection" Level Personal account Workaround Make sure that the Internet is currently working fine Refresh the page completely (ctrl + F5 for most browsers) If it does not help, then open the page in "Incognito" mode, delete the site data from the browser or re-authorize. Open on GitHub
  • Error receiving the outgoingAPIMessageReceived notification

    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: nostalgiaCode Status: 🟢 Open ️ Tags: No tags Created at: 08.11.2024, 11:43:02 Updated at: 08.11.2024, 11:53:16 Error Error receiving the outgoingAPIMessageReceived notification when the outgoingAPIMessageWebhook setting is disabled, if the message was sent using the sendFIleByUrl/sendFileByUpload method from another instance linked to the same number. Level API Workaround Do not connect one number to two or more instances Open on GitHub
  • Required to add data validation in the AddGroupParticipant method

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: adunyt Status: 🟢 Open ️ Tags: bug Created at: 09.10.2024, 19:44:36 Updated at: 28.10.2024, 15:28:26 Required Need to add data validation to groupId, participantChatId fields in AddGroupParticipant method. In case of validation error send 400 code in the response and a description of the validation error in the response body Level API Workaround Contact green-api technical support service Open on GitHub
  • Chatbot does not respond in the 1c library GREEN-API

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: AknurKh Status: 🟢 Open ️ Tags: bug Created at: 03.10.2024, 12:09:36 Updated at: 28.10.2024, 13:52:46 Error Chatbot does not respond in 1c library GREEN-API When using the 1c chatbot, incoming notifications are not processed or are processed incorrectly, due to which the bot does not respond to incoming messages Required It is necessary to correct the processing of incoming notifications of the chatbot in 1c library GREEN-API Level SDK Open on GitHub
  • It is required to fix the 1C extension

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: Smol2022 Status: 🟢 Open ️ Tags: bug Created at: 09.10.2024, 02:34:21 Updated at: 28.10.2024, 13:48:29 Required Fix 1c extension when working with different versions. At the moment, the 1C extension does not work correctly on the platform version above 8.3.20 Level SDK Workaround Use 1C library Use the platform version 8.3.20 when installing the 1C extension Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: nostalgiaCode Status: 🟢 Open ️ Tags: enhancement Created at: 08.10.2024, 13:04:04 Updated at: 28.10.2024, 13:33:09 Required To implement the return of data about a single instance using the partner method Level API Open on GitHub
  • There is no link to the incoming file

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: Smol2022 Status: 🟢 Open ️ Tags: bug Created at: 24.12.2022, 02:33:28 Updated at: 28.10.2024, 12:25:30 Error The incoming notification does not contain a downloadUrl link to the file. Level API Provider hardware issues Workaround After receiving the notification, use the downloadFile method to get the link. Open on GitHub
  • Required to add a method for starring a message

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: nostalgiaCode Status: 🟢 Open ️ Tags: enhancement Created at: 20.10.2024, 13:58:46 Updated at: 28.10.2024, 12:12:48 Required Required to add a method for starring a message Level API Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: nostalgiaCode Status: 🟢 Open ️ Tags: enhancement Created at: 20.10.2024, 19:43:26 Updated at: 25.10.2024, 19:35:31 Required Required to add multiple participants in the AddGroupParticipant method Level API Workaround In a loop, call the AddGroupParticipant method to add all participants Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: adunyt Status: 🟢 Open ️ Tags: documentation, enhancement Created at: 07.10.2024, 18:16:08 Updated at: 25.10.2024, 13:23:16 Required Required to add apiUrl and mediaUrl fields to the response body of the createInstance method for the created instance Level API Workaround View apiUrl and mediaUrl in the console Open on GitHub