Skip to main content

App Targets

The places where an app/extension can load, and have interaction with its Sesami are called targets.


Targets List

TargetDescriptionUsage Example
ADMIN_APP_LOADERThe main page of the app in the Admin Portal.Loading the main page of the app.
ADMIN_APPOINTMENT_DETAILS_INFOThe info section inside the appointment details drawer.Showing the collected data for the appointment.
EXPERIENCE_INSTANT_BOOKING_FORMAt the bottom of the instant booking’s form.Rendering a form, or terms of use checkbox.
EXPERIENCE_CONFIRMATION_PAGEThe confirmation page after the instant booking is done.Getting the appointment ID, or giving a discount code.

Targets Authentication and Context

TargetAuthenticatedContext
ADMIN_APP_LOADERYesTarget, Shop ID, Locale, Token, HMAC
ADMIN_APPOINTMENT_DETAILS_INFOYesTarget, Shop ID, Locale, Appointment ID, Token, HMAC
EXPERIENCE_INSTANT_BOOKING_FORMNoTarget, Shop ID, Locale, Timezone, Product ID, Variant ID, Quantity, Selected Resource IDs, Selected Slot
EXPERIENCE_CONFIRMATION_PAGENoTarget, Shop ID, Locale, Timezone, Product ID, Variant ID, Quantity, Selected Resource IDs, Selected Slot, Appointment ID