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