← Tools Reference

Humanitix

Humanitix integration (Productivity, Marketing). Imported from open-connector.

API key3 toolshttps://api.humanitix.com/v1
GET
humanitix_list_events
List Humanitix events accessible to the connected account, with optional pagination and update filters.

/events

5 parameters
ParamTypeRequiredDescription
pageintegeroptionalPage number to fetch.
pageSizeintegeroptionalNumber of events to fetch per page.
sincestringoptionalReturn events updated since this ISO 8601 timestamp.
inFutureOnlybooleanoptionalWhether to return only events with an end date in the future.
overrideLocationstringoptionalISO 3166-1 alpha-2 country code used to override user location.
GET
humanitix_get_event
Retrieve full Humanitix metadata for a single event by event ID.

/events/{eventId}

1 parameter
ParamTypeRequiredDescription
eventIdstringrequiredThe unique Humanitix event identifier.
GET
humanitix_list_tags
List tags associated with the connected Humanitix account.

/tags

1 parameter
ParamTypeRequiredDescription
pageintegeroptionalPage number to fetch.