You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
Hey guys, the endpoints by using this n8n lib is calling
{{baseUrl}}/{{instance}}/message/sendText/
instead of
{{baseUrl}}/message/sendText/{{instance}}
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.
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.
Hey guys, the endpoints by using this n8n lib is calling
{{baseUrl}}/{{instance}}/message/sendText/
instead of
{{baseUrl}}/message/sendText/{{instance}}
n8n-nodes-codechat/nodes/CodeChat/Generic.func.ts
Line 47 in d0ecca9
Since in the postman collection we have the "instanceName" as final part of the url
The text was updated successfully, but these errors were encountered: