Humanitix
humanitixHumanitix is a not-for-profit ticketing platform that donates 100% of its profits to charity.
Acciones disponibles (3)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get EventHUMANITIX_GET_EVENTAcciónTool to retrieve detailed information about a specific event. use when you have the eventid and need full metadata.
HUMANITIX_GET_EVENTAcciónTool to retrieve detailed information about a specific event. use when you have the eventid and need full metadata.
Parámetros de entrada
event_idstringObligatorioUnique identifier for the event.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EventsHUMANITIX_GET_EVENTSAcciónTool to retrieve a paginated list of events from your humanitix account. use when you need to page through your events after confirming api key validity.
HUMANITIX_GET_EVENTSAcciónTool to retrieve a paginated list of events from your humanitix account. use when you need to page through your events after confirming api key validity.
Parámetros de entrada
pageintegerObligatorioPage number you wish to fetch.
sinceanydate-timeResults since this date-time (ISO 8601).
pageSizeintegerPage size of the results you wish to fetch.
inFutureOnlybooleanIf true, return only events that have an endDate in the future.
overrideLocationanyOverride the user location; ISO 3166-1 alpha-2 country code.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TagsHUMANITIX_GET_TAGSAcciónTool to get all tags associated with your humanitix account. use when you need to list or paginate through tags after setting up your api key.
HUMANITIX_GET_TAGSAcciónTool to get all tags associated with your humanitix account. use when you need to list or paginate through tags after setting up your api key.
Parámetros de entrada
pageintegerPage number for paginated results, must be >=1
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not