2

I'm facing an issue where when my twilio funciton is called, when i pass in two function parameters as shown below, they cannot be accessed from within the twilio function. The error says that event.name is undefined. but im passing a parameter called name through the funciton like shown below. So after passing a paremeter like this (edit: here im passing test but its the same output for test as well) : enter image description here

I get this outputenter image description here

my code is as below : enter image description here

FIXED! Sorry it was totally a problem on my end, I had configured the SMS and the Call for the same number, that was creating a bit of a issue.

aeron
  • 63
  • 8

1 Answers1

1

What do you get back when you log out the entire event object stringified like so; console.log(JSON.stringify(event))