### Example Trigger Instruction for HTTP Request Action Source: https://respond.io/help/ai-agent-actions/ai-agent-action-make-http-requests Use this description to guide the AI Agent on when to trigger the HTTP request action. It should specify the conditions, the data to retrieve or send, and how to handle specific outcomes like errors. ```text Use this action to retrieve a Contact’s order status when they ask about their order. If the API returns a 404 error, inform the Contact that the order could not be found. ``` -------------------------------- ### Good AI Agent Prompt Example 1 Source: https://respond.io/help/ai-agents/how-to-write-effective-ai-agent-prompts This prompt uses clear headers, defines context, roles, and a top-level flow with scenarios and boundaries. It's designed for easy reading and maintenance, guiding pricing-page visitors to the right plan. ```plain # CONTEXT * Guide pricing-page visitors to the right plan. # ROLE & COMMUNICATION STYLE * Warm, concise; one question at a time. # TOP-LEVEL FLOW 1) Greet the customer using their name: $contact.firstname 2) Ask & save **Name field**, **Email field**, **Phone field** 3) Ask budget ## SCENARIOS * If budget ≥ 100000 → Recommend plan; ask demo - If yes → **Assign to @Sales Team**; **Update Lifecycle stages** → **Hot Lead** * Else → Answer questions; keep chat helpful # BOUNDARIES * Can: Recommend, **Assign to**, **Update Contact fields**, **Update Lifecycle stages** * Cannot: Offer discounts or take payments ``` -------------------------------- ### Install Website Chat Widget Script Source: https://respond.io/help/website-chat-widget/website-chat-widget Paste this script into the HTML source of your page before the closing
... ... ...