The community member is triggering a Typebot using an N8N workflow and needs to pass a phone number variable in the API request. They tried adding a prefilled variable in the POST request but received a 400 error. Another community member suggested that they need to add an object (the same as the one in the first screenshot) to the POST request's body. The original community member confirmed that they were able to pass the variable in the body of the request.
Is it possible to include this variable in the API request? If so, how can I do it? Do you have any other suggestions on how to send this variable (which is already available in N8N) to the Typebot flow?