Create Event
create_eventCreate and publish an event on the Savage in a Suit website. Provide slug, title, start date, city, image, description, and type; updates appear on the public site immediately.
Instructions
Create a new event on the site. Required: slug, title, startDate, city, image, description, type. The public site updates immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| slug | Yes | Unique URL slug, e.g. "savage-summit-nyc-2026" | |
| type | Yes | ||
| image | Yes | Image path on the site, e.g. "/images/events/sh-group.jpg" | |
| order | No | Sort order, lower comes first | |
| title | Yes | ||
| lineup | No | Speaker or guest names | |
| endDate | No | Event end as an ISO date string, e.g. "2026-08-01T18:00:00Z" | |
| rsvpUrl | No | ||
| featured | No | ||
| published | No | Unpublished events are hidden from the public site | |
| recurring | No | Recurrence label, e.g. "Monthly, NYC" | |
| startDate | Yes | Event start as an ISO date string, e.g. "2026-08-01T18:00:00Z" | |
| venueNote | No | Short venue note shown to attendees | |
| description | Yes |