ChatGPT Action
Set up a ChatGPT custom action to search WedStay venues and submit booking requests from ChatGPT.
ChatGPT Action
You can add WedStay as a custom action in ChatGPT, giving it the ability to search venues, calculate pricing, and submit booking requests.
Setup
Step 1: Open ChatGPT Actions
- Go to ChatGPT
- Click your name in the sidebar, then My GPTs
- Create a new GPT or edit an existing one
- Go to the Configure tab
- Scroll down to Actions and click Create new action
Step 2: Import the OpenAPI spec
In the action editor, click Import from URL and enter:
ChatGPT will automatically discover all available endpoints.
Step 3: Configure authentication
- Click Authentication
- Select API Key
- Set Auth Type to Bearer
- Enter your WedStay API key:
ws_live_...
Step 4: Test
Click Test next to any endpoint to verify it works. Try searching venues:
Step 5: Save and use
Save your GPT. You can now ask it questions like:
- "Search for wedding venues in Texas that sleep 20+ people"
- "What would a weekend wedding in California cost for 60 guests?"
- "Find me a DJ in the Los Angeles area"
Privacy policy
When setting up the action, use this privacy policy URL:
Available endpoints
The OpenAPI spec includes all endpoints documented in these developer docs:
GET /api/v1/venues— Search venuesGET /api/v1/venues/:slug— Venue details (includes up to 3 preview photos)GET /api/v1/venues/pricing— Pricing calculatorGET /api/v1/vendors— Search vendorsGET /api/v1/vendors/categories— Vendor categoriesGET /api/v1/vendors/:slug— Vendor detailsPOST /api/v1/inquiries/venue— Submit venue inquiryPOST /api/v1/inquiries/vendor— Submit vendor inquiry
Limitations
- ChatGPT Actions are limited to the OpenAPI spec — custom tools beyond what's documented are not supported
- Rate limits apply the same as direct API usage
- Inquiry submissions count toward your daily limit