I am trying to call Twilio SMS API using service node in my bot using “BasicAuth” but I have having multiple issues while doing the same:
-
even after putting correct account SID and AuthToken, it is giving me the error
{
“statusCode”: 401,
“body”: {
“code”: 20003,
“detail”: “Your AccountSid or AuthToken was incorrect.”,
“message”: “Authentication Error - No credentials provided”,
“more_info”: “Error 20003 | Twilio”,
“status”: 401
}.
It is working fine in postman with same URL and SID & AuthToken but not in service node. -
when my bot conversation reaches to above mentioned service node, it asks me to login in my kore.ai account again and then process the API.
Could anyone help me on these above issues?
Thanks,
Sumit Gupta