Open martinmineo opened 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?
You could try NOWEB engine btw, it does send location! https://waha.devlike.pro/docs/how-to/engines/#noweb
Hi! I'm having an issue when trying to hit the endpoint /api/sendLocation
I'm getting an error
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?