devlikeapro / waha

WAHA - WhatsApp HTTP API (REST API) that you can configure in a click! Two engines: chromium-based WEBJS and pure-websocket NOWEB
https://waha.devlike.pro/
Apache License 2.0
984 stars 299 forks source link

Send location when using default engine #49

Open martinmineo opened 1 year ago

martinmineo commented 1 year ago

Hi! I'm having an issue when trying to hit the endpoint /api/sendLocation

I'm getting an error

{
"statusCode": 422,
"message": "The method is not implemented by the engine.",
"error": "Unprocessable Entity"
}

It seems that this feature is only supported by Venom engine and I'm using WebJS

Could you please make it work with both engines?

allburov commented 1 year ago

You could try NOWEB engine btw, it does send location! https://waha.devlike.pro/docs/how-to/engines/#noweb