configure_landing_page
Set up a per-prospect landing page with customizable welcome content, optional calendar booking, and lead capture form. Idempotent—call again to update.
Instructions
Set up the per-prospect landing page for an offer. Welcome title + body support {{first_name}} / {{column_name}} substitution. Optional calendar embed URL (Cal.com / Calendly). Optional lead-capture form fields. Idempotent — call again to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offer_id | Yes | Offer the agent has accepted. | |
| welcome_title | Yes | Headline shown above the body. Supports {{column}} placeholders. | |
| welcome_body | Yes | Body text. Newlines are paragraph breaks. Supports {{column}} placeholders. | |
| calendar_url | No | Cal.com / Calendly embed URL. | |
| lead_form_fields | No | ||
| lead_form_cta | No | Header above the lead form, e.g. 'Tell us more'. | |
| brand_color | No | CSS hex color, e.g. #3ECFB4. | |
| brand_logo_url | No | ||
| agent_display_name | No | Name shown in chat + footer (e.g. 'Maya at Acme'). |