• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. GREEN-API Community Forum: WhatsApp API discussions
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • G

      Required to add webhooks about deleting an instance using the partner method deleteInstanceAccount

      Watching Ignoring Scheduled Pinned Locked Moved Issues enhancement
      1
      0 Votes
      1 Posts
      0 Views
      G
      Author: nostalgiaCode Status: 🟢 Open ️ Tags: enhancement Created at: 10.09.2024, 20:33:34 Updated at: 30.09.2024, 17:01:08 Required Required to add webhooks about instance deletion using the partner deleteInstance method Level API Workaround Do a check of the response body of the deleteInstanceAccount method. Check the code field for the presence of the 200 status Open on GitHub
    • G

      Required to fix sendPoll method quoting another message

      Watching Ignoring Scheduled Pinned Locked Moved Issues bug
      1
      0 Votes
      1 Posts
      0 Views
      G
      Author: nostalgiaCode Status: 🟢 Open ️ Tags: bug Created at: 10.09.2024, 13:38:14 Updated at: 30.09.2024, 17:12:20 Required Required to fix sendPoll method quoting another message. The sendPoll method returns the message ID and status 200, but the message is not sent. Later webhook with status 'failed' and an error "TypeError: Cannot read properties of undefined (reading 'contextInfo')" arrives. Level API Workaround Don't quote another message using sendPoll method Open on GitHub
    • G

      Required to send notification after instance creation

      Watching Ignoring Scheduled Pinned Locked Moved Issues enhancement help wanted
      1
      0 Votes
      1 Posts
      0 Views
      G
      Author: Jibek100 Status: 🟢 Open ️ Tags: enhancement, help wanted Created at: 10.12.2023, 13:48:46 Updated at: 01.10.2024, 16:31:49 Required Send a notification of type "stateInstanceChanged" after creating an instance using a partner key. The notification must contain standard data, after “stateInstance” it must have the value “notAuthorized” - the instance has been created and is ready for use. It is also desirable that the notification contain full information about the instance. Level API Workaround Use instance status check from article Open on GitHub
    • G

      You need to get an avatar image in jpg format

      Watching Ignoring Scheduled Pinned Locked Moved Issues bug enhancement
      1
      0 Votes
      1 Posts
      0 Views
      G
      Author: EscHelpNew Status: 🟢 Open ️ Tags: bug, enhancement Created at: 18.04.2023, 17:16:10 Updated at: 02.10.2024, 13:48:52 Required When calling the getAvatar method, it is required to receive a link to the avatar image in jpg format Level API Workaround Use Firefox browser, download will be in .jpg format Rename the file from .enc extension to .jpg extension Open on GitHub
    • G

      Required to add the ability to set admin on group creation or on adding participant

      Watching Ignoring Scheduled Pinned Locked Moved Issues enhancement
      1
      0 Votes
      1 Posts
      0 Views
      G
      Author: astashenkoj Status: 🟢 Open ️ Tags: enhancement Created at: 07.10.2024, 07:28:33 Updated at: 07.10.2024, 10:57:21 Requried Required to add the ability to set admin on group creation (method CreateGroup) or on adding participant (method AddGroupParticipant). Level API Workaround After creating a group, call the SetGroupAdmin method to assign an administrator to the group chat Open on GitHub
    • G

      Required to convert the vcard field values into separate fields

      Watching Ignoring Scheduled Pinned Locked Moved Issues enhancement
      1
      0 Votes
      1 Posts
      0 Views
      G
      Author: AknurKh Status: 🟢 Open ️ Tags: enhancement Created at: 15.02.2024, 18:05:52 Updated at: 07.10.2024, 16:11:00 -- Required Required to convert the vcard field values ​​in the incoming contactMessage notification into separate fields Description All contact card data, such as phone number, contact name are written in a bunch in the vcard field in the incoming contactMessage notification Level API Workaround Convert the vcard field values ​​yourself in integrations by keys: N and FN - contact name, as saved by the interlocutor sending the contact item1.TEL;waid - contact phone number X-WA-BIZ-DESCRIPTION - contact description, if the number uses WhatsApp Business X-WA-BIZ-NAME - company name, if the number uses WhatsApp Business Open on GitHub
    • G

      Error using methods on deleted instances

      Watching Ignoring Scheduled Pinned Locked Moved Issues bug
      1
      0 Votes
      1 Posts
      0 Views
      G
      Author: prostraction Status: 🟢 Open ️ Tags: bug Created at: 10.10.2024, 17:20:58 Updated at: 10.10.2024, 17:21:12 Error: When using methods on deleted instances, the HTTP code 400 with text "Instance is deleted" is not returned. The methods return a response as if the instance was not deleted, but in "starting". Level: API Workaround: Contact technical support Open on GitHub
    • G

      Required to fix false instance ban status

      Watching Ignoring Scheduled Pinned Locked Moved Issues bug
      1
      0 Votes
      1 Posts
      0 Views
      G
      Author: prostraction Status: 🟢 Open ️ Tags: bug Created at: 22.10.2024, 15:38:28 Updated at: 22.10.2024, 15:39:16 Error: A false status about account blocking appears on the instance. No ban status in WhatsApp application. Level: API Workaround: Use the official WhatsApp or WhatsApp Business application (the application is no older than 3 months) Check account status on a mobile device Open on GitHub
    • G

      Required to add apiUrl and mediaUrl fields to the response of the createInstance method

      Watching Ignoring Scheduled Pinned Locked Moved Issues documentation enhancement
      1
      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
    • G

      Required to add multiple participants in the AddGroupParticipant method

      Watching Ignoring Scheduled Pinned Locked Moved Issues enhancement
      1
      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
    • G

      Required to add a method for starring a message

      Watching Ignoring Scheduled Pinned Locked Moved Issues 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
    • G

      There is no link to the incoming file

      Watching Ignoring Scheduled Pinned Locked Moved Issues 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
    • G

      Required to implement the return of data about a single instance using the partner method

      Watching Ignoring Scheduled Pinned Locked Moved Issues enhancement
      1
      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
    • G

      It is required to fix the 1C extension

      Watching Ignoring Scheduled Pinned Locked Moved Issues 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
    • G

      Chatbot does not respond in the 1c library GREEN-API

      Watching Ignoring Scheduled Pinned Locked Moved Issues 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
    • G

      Required to add data validation in the AddGroupParticipant method

      Watching Ignoring Scheduled Pinned Locked Moved Issues 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
    • G

      Error receiving the outgoingAPIMessageReceived notification

      Watching Ignoring Scheduled Pinned Locked Moved Issues
      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
    • G

      404 error in the personal account when there is no internet connection

      Watching Ignoring Scheduled Pinned Locked Moved Issues 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
    • G

      Required to add the feature to download files larger than 100 MB on request

      Watching Ignoring Scheduled Pinned Locked Moved Issues enhancement
      1
      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
    • G

      Error with disappearing messages in new chat when sending via API

      Watching Ignoring Scheduled Pinned Locked Moved Issues 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

    Menu

    • Documentation
    • SDK
    • Chatbots
    • Integrations
    • Releases
    • Articles
    • Blog
    • News
    • News archive
    • FAQ
    • Become a partner ⭐
    • Tariffs
    • Link Builder
    • About Us
    • Contacts
    • GREEN-API status

    Integrations

    • Make
    • MS Excel
    • GoHighLevel
    • Rocket.chat
    • Zapier
    • Zabbix
    • Slack
    • n8n
    • All integrations...

    SDK

    • Python
    • Node.js
    • HTML
    • 1С:Enterprise
    • PHP
    • Java
    • Go
    • C++

    Chatbots

    • Python
    • Java
    • Go
    • 1С:Enterprise
    • Node.js

    Legal notes

    • Terms of service
    • License agreement
    • Privacy policy
    • GREEN-API: Logo

    Products

    • GREEN-API
    • GREEN-API: WABA
    • GREEN-API: GPT
    • GREEN-API: Marketing
    • GREEN-API: Telegram 🔥

    Legal notes

    • Terms of service
    • License agreement
    • Privacy policy
    • GREEN-API: Logo

    Technical support

    • github icon Green Community
    • github icon Report an issue
    • email icon support@green-api.com
    • whatsapp icon WhatsApp support channel
    • telegram icon Telegram support channel
    googlePlay Powered by GREEN-API
    astana hub logo
    Participant of the "Autonomous Cluster Fund "Astana Hub" dated November 20, 2023, No. 1767
    googlePlay googlePlay Powered by GREEN-API
    «Green-API» LLC
    TIN 220940032673
    Telephone: +7-999-333-12-23
    Astana, Kabanbai Batyr Avenue, building 47/2, Business Center "Alau Park", 010017, Kazakhstan
    astana hub logo
    Participant of the "Autonomous Cluster Fund "Astana Hub" dated November 20, 2023, No. 1767
    WhatsApp
    Telegram
    YouTube
    RuTube
    LinkedIn
    GREEN-API © 2015 - 2026
    WhatsApp
    Telegram
    YouTube
    RuTube
    LinkedIn
    Instagram
    VISA verified by visa mastercard mastercard SecureCode