NAiOS IconNAiOS Logo
Volver al catálogo

Passcreator

passcreator

Passcreator is a SaaS platform that enables businesses to create, distribute, and manage digital Wallet passes for Apple Wallet and Google Wallet, including store cards, event tickets, coupons, and membership cards.

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.

Check Pass ExistencePASSCREATOR_CHECK_PASS_EXISTENCEAcción

Tool to check if a pass exists for a given external id. use when verifying pass existence before subsequent operations.

Parámetros de entrada

  • externalIdstringObligatorio

    The external identifier of the pass to check existence.

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

List/Search PassesPASSCREATOR_LIST_PASSESAcción

Tool to list or search passes. use when you need to retrieve passes by filters or paging.

Parámetros de entrada

  • limitinteger

    Max items to return (default 100, maximum 500).

  • querystring

    Search term to filter passes, e.g. 'event'.

  • offsetinteger

    Number of items to skip for paging (zero-based).

  • sortBystring

    Field to sort by, e.g. 'created'.

  • statusstring

    Filter by pass status. Common values: ACTIVE, INACTIVE, EXPIRED.

  • externalIdstring

    Exact external ID to search for, e.g. 'ext-456'.

  • templateIdstring

    Only return passes for this template ID, e.g. 'tmpl-789'.

  • serialNumberstring

    Exact serial number to search for, e.g. 'ABC123'.

  • sortDirectionstringenum

    Sort order direction ('asc' or 'desc').

    ascdesc

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

List Pass TemplatesPASSCREATOR_LIST_PASS_TEMPLATESAcción

Tool to list pass templates. use when you need to retrieve pass templates for your account, optionally with pagination or filters.

Parámetros de entrada

  • sortstring

    Field to sort by (e.g., name or createdAt)

  • limitinteger

    Number of results to return per page

  • orderstringenum

    Sorting order, either 'asc' or 'desc'

    ascdesc
  • offsetinteger

    Number of items to skip before collecting results

  • searchstring

    Search term to filter templates by name or description

Parámetros de salida

  • dataobject[]Obligatorio

    List of pass template objects

  • errorstring

    Error if any occurred during the execution of the action

  • limitintegerObligatorio

    Limit for page size

  • totalintegerObligatorio

    Total number of pass templates available

  • offsetintegerObligatorio

    Offset for pagination

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not