Skip to content

Issue Wallet Pass

The Issue Wallet Pass element generates an Apple Wallet or Google Wallet pass for a traveler from a Wallet Pass Campaign and attaches the resulting links to the traveler’s data in the journey.

Prerequisites

Anchor link to

Create at least one Wallet Pass Campaign for the application before adding this element. Issue Wallet Pass can only issue passes from an existing campaign. It can’t design one.

Add the element

Anchor link to
  1. Drag the Issue Wallet Pass element onto the canvas after the step that should trigger issuance.
  2. Double-click the element to open its settings, and give it a name in Step Name. You’ll pick this name later to reference the pass from a Send Push or Send Email element, so make it recognizable, for example Loyalty card.
  3. In Apple Wallet campaign and Google Wallet campaign, search and select a campaign for either platform, or both. Each dropdown accepts one campaign. Leave a dropdown empty to skip that platform.
Issue Wallet Pass drawer with Step Name field and the Apple Wallet campaign and Google Wallet campaign dropdowns

Fill in personal fields

Anchor link to

Under Personal fields on the pass, the element lists the campaign’s Personal fields that need a value from somewhere else, the same fields that appear as editable inputs in the campaign’s own Issue pass dialog. A personal field defined as just a tag placeholder, like {Seat}, resolves automatically per traveler and isn’t listed here. The campaign’s Shared fields aren’t configurable here either, because a campaign update already pushes them to every issued pass.

If you selected campaigns for both platforms, the list is the union of both campaigns’ fields. A field only one platform’s campaign declares is filled just for that platform’s pass.

For each listed field, open its value dropdown:

  • Static value: type one value for every traveler who reaches this element.
  • Any other option is an event earlier in the traveler’s path through the journey. Selecting one reveals an Attribute field. Choose the attribute to pull the field’s value from, the same mechanism used by Update user profile.
Personal fields on the pass section with an OFFER field set to a Trigger entry event and an Attribute dropdown to select

Repeat issuance is idempotent

Anchor link to

If the same traveler reaches this element again, for example after looping back in the journey, Pushwoosh returns the pass already issued to them instead of creating a new one. Each traveler holds at most one pass per campaign.

When a traveler is dropped

Anchor link to

Issue Wallet Pass drops the traveler, with no automatic retry, in two cases:

  • The traveler has no User ID. A wallet pass is issued to a user, not an anonymous device, so there’s nobody to issue it to.
  • Issuing the pass failed for a configured campaign, for example because it was deleted, archived, or now belongs to a different application. This applies even if only one of two configured platforms failed: the traveler doesn’t continue with a partial result.

See No User ID and Pass issuance failed for what to check.

Deliver the pass to the traveler

Anchor link to

Issuing a pass publishes an event under this element’s step name, carrying these attributes:

AttributePlatformContains
apple_install_linkApple WalletURL to install the pass
apple_serial_numberApple WalletThe pass’s serial number
google_save_linkGoogle WalletURL to save the pass
google_serial_numberGoogle WalletThe pass’s serial number

Only the attributes for the platform(s) you configured on the element are published.

Add a Send Push or Send Email element after Issue Wallet Pass, then personalize its content with Dynamic Content or Liquid Templates: choose the Issue Wallet Pass element by the step name you gave it, then pick the attribute, the same shape a Webhook step’s mapped response uses. For example, insert apple_install_link into a push or email so the traveler receives a tappable link to add the pass to their wallet.

The serial number attributes aren’t meant for message content. Use them to look up the pass later, for example when attaching it to a campaign by serial number.