TripleSeat
Integuru generates a production-ready HTTP API for TripleSeat, the event and venue sales management platform used by hotels and restaurants. The integration covers the list_leads action, letting hospitality-tech teams retrieve and filter event leads programmatically without browser automation.
Last reviewed: July 2026
Overview
Integuru's TripleSeat integration provides production-ready HTTP API access to TripleSeat, the event and venue sales management platform used by hotels, restaurants, and private event venues to manage inbound booking inquiries, covering 1 action: list_leads. The action retrieves event leads with optional filtering by contact name, conversion status, date range, and sort order.
Leads are inbound event inquiries. In TripleSeat, a lead represents a potential client's event inquiry before it converts to a confirmed booking.
list_leadsis the entry point for any workflow that needs to process, qualify, or sync these inbound requests programmatically.
Travel-tech engineers and venue operations teams use this integration to pull event leads into CRM pipelines, monitor inquiry volume by date range or status, and automate lead qualification workflows without logging into the TripleSeat interface. Integuru connects via direct HTTP requests, delivering results in under 3 seconds. See the Marriott integration for hotel property data, or browse the full integrations catalogue.
Use Cases
Integuru's TripleSeat integration lets you retrieve event leads from a venue's TripleSeat account with flexible filtering and pagination.
- Lead list retrieval: Call
list_leadswith no parameters to retrieve the full paginated lead list. Usepageto step through results. - Lead filtering by status: Pass
lead_statusto narrow results to a specific conversion stage, such as active inquiries, qualified leads, or converted bookings. - Date-range filtering: Set
daterangetermto a preset period to filter by a standard window, or setdaterangetermto'selected_dates'and provide a customdaterangefor a specific window. Usedate_field_typeto control which date field (inquiry date, event date, etc.) the range filter applies to. - Contact search: Pass
lead_nameto search by contact name when looking up a specific inquirer.
Setup Notes
Integuru's TripleSeat integration authenticates against https://tripleseat.com/. Integuru manages the session automatically; you configure credentials once during setup.
All parameters on list_leads are optional. The daterangeterm and daterange parameters work together: use daterangeterm alone when a preset period is sufficient. When you need a specific date window, set daterangeterm to 'selected_dates' and supply the custom range via daterange. If daterangeterm is set to any other value, daterange is ignored.
Use sort_order to set the field to sort by, and sort_dir to set the direction. Both are optional; omit them to accept the platform's default ordering.