get_events
Return every event name the server recognises (conferences, webinars, industry gatherings).
When to use it
Section titled “When to use it”Call this before writing a search_people
query with event-based filters, so the event names match exactly.
Inputs
Section titled “Inputs”None.
How to use the result
Section titled “How to use the result”Plug returned names into the prospect_query — note the required
Event - prefix:
{ "field": "Event - <event_name>", "op": "exists" }Returns
Section titled “Returns”JSON list of event names.