add_vendor
Create a vendor record for a wedding by specifying type, name, city, and state. Include optional details like email, event date, price, or reference vendor.
Instructions
Book a new vendor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | City | |
| name | Yes | Vendor business name | |
| No | Vendor email | ||
| phone | No | Vendor phone | |
| event_date | No | Event date ISO 8601 | |
| price_cents | No | Total price in cents | |
| vendor_type | Yes | Vendor type (VENUE, PHOTOGRAPHER, FLORIST, MUSICIAN_DJ, PLANNER, VIDEOGRAPHER, HAIR_MAKEUP, CAKES_DESSERTS) | |
| state_province | Yes | State abbreviation (e.g. NC) | |
| reference_vendor_id | No | Reference vendor ID from search_vendors |