Codechat n8n node - I can't send a message from the node to a telcel mexico company number
Hello everybody, could you help me with this problem please.
I used the send message node and when I tried to execute it, it gave me an error, but it only happened with this number with this company, Telcel Mexico.
I leave the json code and the output
output: {"context":"Not Found","cause":{"error":"Not Found","message":"Cannot POST /telcel4792085620/message /sendText/"},"node":{"parameters":{"resource":"sendMessage","listPhoneNumbers":"524772409125","messageOptionsProperty":{},"operation":"sendText","textProperty":"hola"},"id":"2e6de3f0-0b94-49fa-9dea-eef3a6de1120","name":"CodeChat","type":"n8n-nodes-codechat.codeChat","position":[1040,400],"typeVersion":1,"credentials":{"codeChatApi":{"id":"20","name":"CodeChat account"}}},"workflow":{"id":"13","name":"My workflow","active":false},"message":"Not Found - statusCode undefined","description":"Check the type of properties and values entered"}
I hope you can help me, best regards!!!
Json Code:
{
"name": "My workflow",
"nodes": [
{
"parameters": {},
"id": "61f7a325-8ac7-45c8-9954-605756c82218",
"name": "When clicking "Execute Workflow"",
"type": "n8n-nodes-base.manualTrigger",
"position": [
820,
400
],
"typeVersion": 1
},
{
"parameters": {
"resource": "sendMessage",
"listPhoneNumbers": "524772409125",
"messageOptionsProperty": {},
"operation": "sendText",
"textProperty": "hola"
},
"id": "2e6de3f0-0b94-49fa-9dea-eef3a6de1120",
"name": "CodeChat",
"type": "n8n-nodes-codechat.codeChat",
"position": [
1040,
400
],
"typeVersion": 1,
"credentials": {
"codeChatApi": {
"id": "20",
"name": "CodeChat account"
}
}
}
],
"pinData": {},
"connections": {
"When clicking "Execute Workflow"": {
"main": [
[
{
"node": "CodeChat",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "640e2c66-f508-4564-8915-e7aea2e4f1ac",
"id": "13",
"meta": {
"instanceId": "05d3a8d86937d6eddc6c7787a7a9f24c1c956c74369dc6e477422c2952dd91cf"
},
"tags": []
}