): ```html ``` ### 5B — Tavus Widget Embed ```html ``` ### 5C — Produce placeholder versions Replace all placeholder values with actual IDs and URLs collected in Steps 1 and 2: - VAPI_PUBLIC_KEY_PLACEHOLDER → actual public key (prompt user to provide) - NATALIE_HOME_ASSISTANT_ID_PLACEHOLDER → NATALIE_HOME_ASSISTANT_ID - NATALIE_PRODUCT_ASSISTANT_ID_PLACEHOLDER → NATALIE_PRODUCT_ASSISTANT_ID - SARAH_CONVERSATION_URL_PLACEHOLDER → SARAH_CONVERSATION_URL Produce the final combined embed code as a single HTML block ready to paste into Webflow. --- ## STEP 6 — ADD EMBED CODE TO WEBFLOW Using the Webflow API, add the embed code to the site's custom code settings. POST to Webflow API to add custom code to site: `https://api.webflow.com/v2/sites/SITE_ID/custom_code` Add the combined Vapi + Tavus script to the `footer` location (before ). Use the Webflow API token from Phase 1. Confirm the custom code was added successfully. --- ## STEP 7 — PUBLISH WEBFLOW SITE Publish the updated site to staging to activate the embed code. POST to: `https://api.webflow.com/v2/sites/SITE_ID/publish` Confirm publish was successful and report the staging URL. --- ## STEP 8 — PRODUCE MAKE.COM BUILD GUIDE Produce a clean, formatted step-by-step guide for building the Make.com scenario. Format it as a numbered checklist the user can follow in Make.com. Include: - Exact module names to use - Exact field mappings - The webhook URL placeholder - GHL connection instructions - SMS template text - Testing instructions --- ## PHASE 2 COMPLETION CHECKLIST Before reporting Phase 2 complete, confirm ALL of the following: - [ ] Natalie Home Page assistant created in Vapi — ID saved - [ ] Natalie Product Page assistant created in Vapi — ID saved - [ ] Sarah stock replica selected and confirmed by user - [ ] Sarah Tavus conversation created — ID and URL saved - [ ] Make.com scenario spec produced - [ ] Both Natalie assistants updated with Make.com webhook URL - [ ] Vapi embed code generated with real IDs - [ ] Tavus embed code generated with real URL - [ ] Combined embed code added to Webflow custom code - [ ] Webflow site published to staging - [ ] Make.com build guide produced for user Report staging URL and all IDs/URLs created when complete. --- ## IMPORTANT NOTES FOR CLAUDE CODE - Always ask for API keys before making any API calls — never assume they are available - Store all generated IDs and URLs as variables for use in later steps - If any API call fails, report the exact error response before continuing - The Make.com scenario cannot be built via API — produce a manual guide instead - Never expose the Vapi private key or Tavus API key in front-end code - Only the Vapi PUBLIC key goes in the Webflow embed code - Test each API connection before proceeding to the next step --- END OF PHASE 2 PROMPT