Passcreator
passcreatorPasscreator 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 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ónTool to check if a pass exists for a given external id. use when verifying pass existence before subsequent operations.
PASSCREATOR_CHECK_PASS_EXISTENCEAcciónTool to check if a pass exists for a given external id. use when verifying pass existence before subsequent operations.
Parámetros de entrada
externalIdstringObligatorioThe external identifier of the pass to check existence.
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
List/Search PassesPASSCREATOR_LIST_PASSESAcciónTool to list or search passes. use when you need to retrieve passes by filters or paging.
PASSCREATOR_LIST_PASSESAcciónTool to list or search passes. use when you need to retrieve passes by filters or paging.
Parámetros de entrada
limitintegerMax items to return (default 100, maximum 500).
querystringSearch term to filter passes, e.g. 'event'.
offsetintegerNumber of items to skip for paging (zero-based).
sortBystringField to sort by, e.g. 'created'.
statusstringFilter by pass status. Common values: ACTIVE, INACTIVE, EXPIRED.
externalIdstringExact external ID to search for, e.g. 'ext-456'.
templateIdstringOnly return passes for this template ID, e.g. 'tmpl-789'.
serialNumberstringExact serial number to search for, e.g. 'ABC123'.
sortDirectionstringenumSort order direction ('asc' or 'desc').
ascdesc
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
List Pass TemplatesPASSCREATOR_LIST_PASS_TEMPLATESAcciónTool to list pass templates. use when you need to retrieve pass templates for your account, optionally with pagination or filters.
PASSCREATOR_LIST_PASS_TEMPLATESAcciónTool to list pass templates. use when you need to retrieve pass templates for your account, optionally with pagination or filters.
Parámetros de entrada
sortstringField to sort by (e.g., name or createdAt)
limitintegerNumber of results to return per page
orderstringenumSorting order, either 'asc' or 'desc'
ascdescoffsetintegerNumber of items to skip before collecting results
searchstringSearch term to filter templates by name or description
Parámetros de salida
dataobject[]ObligatorioList of pass template objects
errorstringError if any occurred during the execution of the action
limitintegerObligatorioLimit for page size
totalintegerObligatorioTotal number of pass templates available
offsetintegerObligatorioOffset for pagination
successfulbooleanObligatorioWhether or not the action execution was successful or not