Chatbot Flow Examples & BlueprintsExplore functional chatbot templates for order tracking, shopping checkouts, and customer onboarding.Pre-built Automation BlueprintsOrder Tracking Flow**Trigger**: Keywords like "track", "order status".**HTTP Node**: Query tracking endpoint `/api/shipping?id={{tracking_id}}`.**Condition Node**: If response status is 'shipped', output delivery text. If not, trigger human handoff.E-Commerce Discount Flow**Trigger**: User inputs coupon code "SAVE15".**JS Code Node**: Multiplies cart total variable by 0.85.**Database Node**: Inserts transaction row with discounted value.**Message Node**: Sends success WhatsApp card with checkout URL.