NAiOS IconNAiOS Logo
Volver al catálogo

Humanitix

humanitix

Humanitix is a not-for-profit ticketing platform that donates 100% of its profits to charity.

Acciones
3
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to retrieve detailed information about a specific event. use when you have the eventid and need full metadata.

Parámetros de entrada

  • event_idstringObligatorio

    Unique identifier for the event.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EventsHUMANITIX_GET_EVENTSAcción

Tool 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

  • pageintegerObligatorio

    Page number you wish to fetch.

  • sinceanydate-time

    Results since this date-time (ISO 8601).

  • pageSizeinteger

    Page size of the results you wish to fetch.

  • inFutureOnlyboolean

    If true, return only events that have an endDate in the future.

  • overrideLocationany

    Override the user location; ISO 3166-1 alpha-2 country code.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get TagsHUMANITIX_GET_TAGSAcción

Tool 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

  • pageinteger

    Page number for paginated results, must be >=1

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not