I need to send message to user using message node. So I try to access “phone,body” parameter from API response but not success and bot finally give me error.
hi, what will be the context line for calling “formatted” result for my intent what is today’s date… when result is in this format"{
“statusCode”: 200,
“body”: {
“parsedTime”: [
{
“body”: “now”,
“start”: 0,
“value”: “2024-10-11T19:14:55.595+05:30”,
“end”: 3,
“dim”: “time”,
“latent”: false,
“grain”: “second”,
“formatted”: “11/10/2024”,
“formattedDay”: “11”,
“formattedMonth”: “10”,
“formattedYear”: “2024”,
“formattedHour”: “07”
}
]
},