Prompt library
Events, tickets and publishing.
Copy any prompt below into your AI once it is connected to Presso Events. Each one maps to a real tool, so you always know what is actually happening behind the words.
Create an event
Uses create_event.
Create a draft event called "Autumn Product Summit" on 14 October 2026 in London.
What it does: creates a new draft event via create_event.
Configure and brand
Uses update_event_config.
Set the tagline to "Two days of product craft", write a short description, and use our brand indigo for the event page.
What it does: updates the event's tagline, description and colours via update_event_config.
Agenda drafting works the same way: your AI writes the prose, and it is stored as part of the event description.
Draft a three-session morning agenda and put it in the event description.
What it does: the AI drafts the agenda text, then saves it into the description field via update_event_config.
Ticket types
Uses add_ticket_type and list_ticket_types.
Add a Standard ticket at £150 and an Early bird at £120.
What it does: creates ticket types on the event via add_ticket_type.
List my ticket types and their prices.
What it does: reads back the event's ticket types via list_ticket_types.
Publish
Uses publish_event, get_event_status and list_events.
Show me the status of Autumn Product Summit.
What it does: checks the event's current state via get_event_status.
Publish Autumn Product Summit.
What it does: makes the event live via publish_event.
List all my events.
What it does: lists your events via list_events.
Live sales and payouts arrive with the payments release - they are not part of the current toolset.