NAiOS IconNAiOS Logo
Volver al catálogo

Passslot

passslot

PassSlot is a service that simplifies the creation, design, and distribution of Apple Wallet passes, including coupons, store cards, event tickets, membership cards, and boarding passes.

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

Tool to retrieve descriptions of all created wallet passes. use when you need to list existing passes and apply optional filters.

Parámetros de entrada

  • limitinteger

    Maximum number of passes to return

  • offsetinteger

    Number of passes to skip before starting to collect the result set

  • updated_atstring

    Filter passes updated after this date-time (ISO 8601)

  • template_idstring

    Filter passes by template ID

  • serial_numberstring

    Filter passes by serial number

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 Passes by Pass TypePASSSLOT_GET_PASSES_BY_PASS_TYPEAcción

Tool to list wallet passes for a given pass type id. use when you need to fetch passes filtered by a specific pass type, optionally paginated.

Parámetros de entrada

  • limitinteger

    Maximum number of passes to return (pagination limit)

  • offsetinteger

    Index of the first pass to return (pagination offset)

  • passtype_idstring

    Filter passes by this Pass Type ID

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

Tool to list all available pass types. use when you need to retrieve supported pass-type identifiers before creating passes.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    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