Chatbot
Integrations & Automation
Looking up your own data mid-flow, calling out to your own systems, sending email, and searching your own site.
| Node | What it does |
|---|---|
| Knowledge retrieval | Looks up your chatbot's own trained website and documents, the same source the default answering path uses. |
| HTTP request | Posts the flow's current data as JSON to a URL you provide, your escape hatch into a CRM, Zapier, Make, or your own backend. Optionally saves the response into a variable. |
| Send email | Sends an email with a subject and body you write, interpolated with captured variables. |
| Product search | Searches your own site's indexed content for the best match to what the visitor asked, and replies with a short answer plus a visual product card. |
HTTP request never throws on failure, so a slow or broken endpoint on your side degrades gracefully rather than breaking the conversation.