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
  • New instances are created in the expired status

    bug
    1
    0 Votes
    1 Posts
    1 Views
    G
    Author: PetrGreenAPI Status: 🟢 Open ️ Tags: bug Created at: 22.04.2026, 10:04:08 Updated at: 09.05.2026, 09:29:53 Error Newly created instances are created expired and do not change their status within an hour. Required Requerd to fix the “expired” status error among new instances. Level API Workaround Write to support GREEN-API Open on GitHub
  • Error: Messages cannot be sent to numbers in Cote d'Ivoire

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: astashenkoj Status: 🟢 Open ️ Tags: bug Created at: 08.05.2026, 22:11:20 Updated at: 08.05.2026, 22:13:30 Error When sending a message to Cote d'Ivoire numbers without specifying the operator code (as specified in the documentation), the request ends with the code 400 Validation Error. Required Fix sending messages to Cote d'Ivoire numbers Level API Workaround Find the number in the GetContacts method response, find the "lid" field, and send a message to the lead using the @lid prefix instead of @c.us Check a Cote d'Ivoire number without specifying the carrier code using the checkWhatsapp method, find the "lid" field in the method response, and send a message to the lead using the @lid prefix instead of @c.us Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: nostalgiaCode Status: 🟢 Open ️ Tags: bug Created at: 29.04.2026, 17:36:22 Updated at: 08.05.2026, 17:28:37 Required Fix the display of quoted messages sent via the API on the iPhone Error Quoted messages sent via the API are not displayed on the iPhone Level API Open on GitHub
  • There is no file link in the incoming message

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: ArtyomKovl Status: 🟢 Open ️ Tags: bug Created at: 30.04.2026, 14:25:06 Updated at: 08.05.2026, 17:27:09 Error: An incoming message was received, but the file link is missing from the message body. The error is observed in the "disappearing messages" chat Level: API Workaround: Reauthorize the instance, get a link to the file using the DownloadFile method Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: perfeus Status: 🟢 Open ️ Tags: enhancement Created at: 01.05.2026, 05:13:21 Updated at: 08.05.2026, 17:21:48 Required Required to correct the value of the chatId field for incoming group calls. Level API Open on GitHub
  • The response in the SendFileByUpload method needs to be corrected

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: ArtyomKovl Status: 🟢 Open ️ Tags: bug Created at: 04.05.2026, 13:33:02 Updated at: 08.05.2026, 15:12:04 Error: When calling the sendFileByUpload method with a description longer than 1024 characters, the response returns the status code 500 Internal server error Required: The sendFileByUpload method response must return the correct status code and error description when sending a file with a description longer than 1024 characters. WhatsApp Web supports sending with descriptions up to 1024 characters Level: API Workaround: Send a file using the sendFileByUpload method with a description no longer than 1024 characters Open on GitHub
  • Inconsistent preview generation

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: kolcfa Status: 🟢 Open ️ Tags: bug Created at: 07.05.2026, 18:00:50 Updated at: 08.05.2026, 15:10:53 Error Previews for some links are generated incorrectly. Required Required to correct the generation of previews of some links Level API Workaround If this issue persists, please contact technical support. Open on GitHub
  • Duplicate messages in logs during synchronization

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: Eladr-tech-support Status: 🟢 Open ️ Tags: bug Created at: 07.05.2026, 18:42:23 Updated at: 08.05.2026, 15:08:21 Error Duplicate messages sent to a chat with yourself appear in the log during synchronization Required Needs to be corrected the issue where messages sent to a chat with oneself appear duplicated in the log during synchronization. Level API Open on GitHub
  • Error sending message

    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: Vldimir-greenAPI Status: 🟢 Open ️ Tags: No tags Created at: 13.02.2026, 16:41:45 Updated at: 30.04.2026, 17:06:34 Error The outgoing message was not sent due to account restrictions, but was logged with the status "sent" Level API Workaround Write to support GREEN-API Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: sandal-support-green-api Status: 🟢 Open ️ Tags: bug Created at: 29.04.2026, 15:43:54 Updated at: 29.04.2026, 16:08:59 Error When the sendFileByUpload method is called with an incorrect request body, the 500 Internal server error status code is returned in the response. Required It is required to add data validation to the sendFileByUpload method so that the correct status code is returned in the response. Level API Workaround Execute the request according to the documentation. Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: PetrGreenAPI Status: 🟢 Open ️ Tags: enhancement Created at: 25.04.2026, 20:10:30 Updated at: 27.04.2026, 17:43:21 Required Required to add the ability to receive a webhook notification that a new user has joined the group. Level API Open on GitHub
  • 0 Votes
    1 Posts
    1 Views
    G
    Author: nostalgiaCode Status: 🟢 Open ️ Tags: bug Created at: 25.04.2026, 20:35:32 Updated at: 27.04.2026, 17:41:32 Error An instance deleted in the previous month or earlier may return a 401 instead of a 400 "Instance is deleted" response. Required Required to fix method responses for deleted instances. Level API Open on GitHub
  • Required to generate a notification when group data changes

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: perfeus Status: 🟢 Open ️ Tags: enhancement Created at: 09.12.2025, 07:13:34 Updated at: 27.04.2026, 15:58:57 Required Required to generate a notification when group data changes (group name, owner, administrator, group member, etc.). Level API Workaround Call the getGroupData method after each changes data in the group. Open on GitHub
  • Messages sent from a phone to group chats are not displayed

    bug
    1
    0 Votes
    1 Posts
    1 Views
    G
    Author: AshLeigh-Fraxinus Status: 🟢 Open ️ Tags: bug Created at: 09.12.2025, 12:34:39 Updated at: 27.04.2026, 15:08:08 Error Messages sent from phone to group chats are not displayed when the 'outgoingMessageWebhook' setting is enabled. Level API Open on GitHub
  • 0 Votes
    1 Posts
    0 Views
    G
    Author: Smol2022 Status: 🟢 Open ️ Tags: bug Created at: 25.12.2025, 16:43:39 Updated at: 27.04.2026, 15:06:18 Error When sending documents from 1C processing using the sendFileByUpload method, the text from the caption field does not arrive to the recipient. Level 1С Workaround Send a document using the SendFileByUrl method by uploading it to the repository using uploadFile Open on GitHub
  • Error searching for instances using the status filter in your account

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: ArtyomKovl Status: 🟢 Open ️ Tags: bug Created at: 08.01.2026, 18:35:26 Updated at: 27.04.2026, 15:04:46 Error: When using filters in your personal account, not all instances are displayed, but only those specified on the page Level: Personal account Workaround: Display 500 instances per page Filter for each subsequent page Open on GitHub
  • Required to implement jpegThumbnail generation

    enhancement waba
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: nostalgiaCode Status: 🟢 Open ️ Tags: enhancement, WABA Created at: 27.02.2026, 16:58:57 Updated at: 27.04.2026, 15:00:58 Required Required to implement jpegThumbnail generation Level API Open on GitHub
  • Required to support usernames

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: ArtyomKovl Status: 🟢 Open ️ Tags: enhancement Created at: 15.04.2026, 20:29:58 Updated at: 27.04.2026, 12:57:30 Required: Required to support usernames Level: API Open on GitHub
  • Error receiving an incoming message from a Facebook or Instagram ad

    bug
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: NskWuukD Status: 🟢 Open ️ Tags: bug Created at: 22.04.2026, 09:39:53 Updated at: 27.04.2026, 12:56:39 Error An incoming message from an ad on Facebook or Instagram did not appear in the log, and the message webhook was not sent. Level API Workaround Reauthorize the instance to receive the lost messages. Write to support GREEN-API Open on GitHub
  • Required to implement a method to disable the instance status

    enhancement
    1
    0 Votes
    1 Posts
    0 Views
    G
    Author: AknurKh Status: 🟢 Open ️ Tags: enhancement Created at: 23.04.2026, 10:27:22 Updated at: 23.04.2026, 10:27:26 Required Required to implement a method to disable instance status Level API Open on GitHub