Passslot
passslotPassSlot 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 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ónTool to retrieve descriptions of all created wallet passes. use when you need to list existing passes and apply optional filters.
PASSSLOT_GET_PASSESAcciónTool to retrieve descriptions of all created wallet passes. use when you need to list existing passes and apply optional filters.
Parámetros de entrada
limitintegerMaximum number of passes to return
offsetintegerNumber of passes to skip before starting to collect the result set
updated_atstringFilter passes updated after this date-time (ISO 8601)
template_idstringFilter passes by template ID
serial_numberstringFilter passes by serial number
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 Passes by Pass TypePASSSLOT_GET_PASSES_BY_PASS_TYPEAcciónTool 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.
PASSSLOT_GET_PASSES_BY_PASS_TYPEAcciónTool 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
limitintegerMaximum number of passes to return (pagination limit)
offsetintegerIndex of the first pass to return (pagination offset)
passtype_idstringFilter passes by this Pass Type ID
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 Pass TypesPASSSLOT_GET_PASS_TYPESAcciónTool to list all available pass types. use when you need to retrieve supported pass-type identifiers before creating passes.
PASSSLOT_GET_PASS_TYPESAcciónTool 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[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not