Prompt library
Team and attendees.
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.
Your team
Uses invite_member and list_members. Roles are owner, editor or viewer.
Invite jo@example.com as an editor.
What it does: sends a team invite with the given role via invite_member.
Who is on my team and what are their roles?
What it does: lists your team and their roles via list_members.
Attendees
Uses query_attendees and export_attendees.
List everyone holding a ticket to Autumn Product Summit.
What it does: looks up ticket holders via query_attendees.
Export the attendee roster for Autumn Product Summit as a CSV.
What it does: generates a CSV export of the attendee roster via export_attendees.
Comps and the door
Uses issue_free_ticket and check_in_ticket.
Issue a free ticket to speaker@example.com for Autumn Product Summit.
What it does: issues a complimentary ticket via issue_free_ticket.
Check in the attendee with check-in code ABC123.
What it does: checks a ticket in at the door via check_in_ticket.