whatsapp-http-api icon indicating copy to clipboard operation
whatsapp-http-api copied to clipboard

WhatsApp HTTP API (REST API) that you can configure in a click!

Results 189 whatsapp-http-api issues
Sort by recently updated
recently updated
newest added

**Version** ```json { "version": "2024.6.6", "engine": "NOWEB", "tier": "PLUS", "browser": "/usr/bin/chromium" } ``` **Expected behavior** When using endpoints to send status "/api/{session}/status/{type}", and sending to all contacts of the number,...

bug
engine:NOWEB

[NOWEB] - Set WHATSAPP_DEFAULT_ENGINE=NOWEB by default in noweb docker image ``` devlikeapro/waha-plus:noweb ``` [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

enhancement

The request from Discord https://discord.com/channels/1228605717372604466/1228639621391585354/1256952165516185690 ---- I'm using NOWEB... and I want my users to receive notifications on their devices... so I call /api/{session}/presence with { "presence": "offline" } as...

enhancement
engine:NOWEB
patron:PRO

**Errors Generated by the API should have documentation (ResponseScheme) as well as consistent** Causing an Exceptions like Session doesn't exist vs Endpoint doesn't exist yields HTTP Error Codes in both...

documentation
enhancement
engine:ALL

**Describe the bug** The OpenAPI JSON File shows `String` as type `Object`. This leads to erroneous code generation when using Pydantic. **Version** ```json { "version": "2024.6.8", "engine": ["WEBJS", "NOWEB", "VENOM"],...

documentation
enhancement
engine:ALL

**Describe the bug** Sending a `POST /api/sendText` returns the same response as `GET /api/sendText` but the response doesn't match the provided model below. **Version** ```json { "version": "2024.6.8", "engine": "NOWEB",...

documentation
enhancement
engine:NOWEB

**Describe the bug** Unable to send audio message using audio type option. It results in timeout error. **Version** { "version": "2024.6.8", "engine": "WEBJS", "tier": "PLUS", "browser": "/usr/bin/chromium" } **To Reproduce**...

bug
engine:WEBJS
patron:ADVANCED

**Describe the bug** According to the schema the `engine` field of the `SessionInfo` Model should be an `object` That's technically not wrong but the Documentation could be complete and indicate...

documentation
enhancement

[Feature Request][NOWEB] - Support Send List (I've seen people did it) If possible in WEBJS too [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

enhancement
engine:WEBJS
engine:NOWEB

Check session.name length for MongoDB (or any?) storage, because there's a limit in mongodb database name [![patron:PRO](https://img.shields.io/badge/patron-PRO-188a42)](https://waha.devlike.pro/docs/how-to/plus-version/#tiers)

enhancement
engine:ALL