How to correctly request Agents with webhook? How to add a string of questions in webhook?
Let me explain what I am trying to achieve. I do have Typebot flow, where one of the steps is webhook. I want to use webhook integration to start n8n workflow and use information from chat.
It will depend on what data is sent to your webhook but you would be able to update the Text expression in the Agent to use the field that your typebot agent is sending in the webhook request. If you use the webhook-test url and manually execute your workflow then send your typebot message you should see the request in the n8n webhook node and be able to drag it from there into place in the Agent node.
If you can share the webhook request we may also be able able to work it out for you.