Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Endpoints wrong #3

Open
vitorezende opened this issue Feb 2, 2023 · 1 comment
Open

Endpoints wrong #3

vitorezende opened this issue Feb 2, 2023 · 1 comment

Comments

@vitorezende
Copy link

vitorezende commented Feb 2, 2023

Hey guys, the endpoints by using this n8n lib is calling
{{baseUrl}}/{{instance}}/message/sendText/
instead of
{{baseUrl}}/message/sendText/{{instance}}

return join('{{$credentials.instanceName}}', ...paths);

Since in the postman collection we have the "instanceName" as final part of the url

@rubensflinco
Copy link

EN-USA:
I had the same problem as @vitorezende but I found this other NPM also from codechat for n8n that is working fine in the new version of CodeChat but it doesn't have all the features that this repo here had, but it already served my case since I just needed send message even to a certain number.

https://www.npmjs.com/package/n8n-nodes-codechat-wapi

PT-BR:
Tive o mesmo problema do @vitorezende mas eu achei esse outro NPM também do codechat para n8n que está funcionando bem na nova versão do CodeChat porem não tem todas as funcionalidades que esse repo aqui tinha, mas já serviu para o meu caso já que só precisava enviar mensagem mesmo para um determinado número.

https://www.npmjs.com/package/n8n-nodes-codechat-wapi

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants