I want Typebot to display the text and image URL returned by the webhook.
What I’ve tried:
1. Using {{text}} and {{image}} in the response block. 2. Using !Chart for the chat
But the variables are not replaced with the actual values returned by n8n.
My Webhook settings: 1. I’ve added the Content-Type: application/json header. 2. The webhook request and response work fine (verified via Postman). 3. The workflow is active, and the JSON response is correct.
Question: 1. How do I access and display custom JSON fields from the webhook response in Typebot? 2. Is there a way to explicitly map response fields like text and image to Typebot variables?