Create a personal identification page for lost items, pets, or people. Includes contact details, emergency contacts, and medical information.
Target is a hosted page.
Use cases
- Luggage and travel bag tags
- Pet ID tags
- Children's belongings identification
- Medical alert bracelets
- Elderly care identification
- Equipment and device labeling
Properties
Main Information
| Property |
Type |
Description |
title |
string |
Page title (e.g., "If found, please contact") |
image |
string |
Photo or identifying image |
text |
string |
Additional message or instructions (supports markdown) |
Personal Information
| Property |
Type |
Description |
name |
string |
First name |
lastName |
string |
Last name |
phoneNumber |
string |
Phone number |
email |
string |
Email address |
website |
string |
Website or social profile |
Postal Address
| Property |
Type |
Description |
postalAddressLineOne |
string |
Address line 1 |
postalAddressLineTwo |
string |
Address line 2 |
postalAddressCity |
string |
City |
postalAddressState |
string |
State or province |
postalAddressPostalCode |
string |
Postal/ZIP code |
postalAddressCountry |
string |
Country |
Emergency Contact
| Property |
Type |
Description |
emergencyContactName |
string |
Emergency contact name |
emergencyContactTelephone |
string |
Emergency contact phone |
emergencyContactEmail |
string |
Emergency contact email |
Medical Information
| Property |
Type |
Description |
gender |
string |
Gender |
dateOfBirth |
datetime |
Date of birth |
speakingLanguage |
string |
Primary language spoken |
bloodType |
string |
Blood type |
allergies |
string |
Known allergies |
medications |
string |
Current medications |
conditions |
string |
Medical conditions |
medicalAdditionalInfo |
string |
Additional medical notes |
Insurance Information
| Property |
Type |
Description |
medicalInsuranceNumber |
string |
Medical insurance number |
travelInsuranceNumber |
string |
Travel insurance number |
Appearance
| Property |
Type |
Default |
Description |
hostedPageBackgroundColor |
string |
#f9fAfb |
Background color of the hosted page |
hostedPagePrimaryColor |
string |
#3b308a |
Primary accent color |
hostedPageTemplate |
string |
bordered |
Page template style (bordered or borderless) |
hostedPageLocale |
string |
en_US |
Locale for the hosted page |
imagePreset |
string |
gradient-layered-paper.webp |
Preset background image |
titlePosition |
string |
over-image |
Position of the title |
titleAlign |
string |
left |
Title text alignment |
titleColor |
string |
#3b308a |
Title text color |
titleSize |
string |
xl |
Title font size |