Workforce
Health & Wellness Incentives
Automate wellness rewards for preventive care, fitness activities, and healthier behaviors.
Overview
Common health and wellness programs include:
- Preventive screenings
- Annual wellness visits
- Fitness challenges
- Immunization programs
- Health risk assessments
Gift cards are commonly used to drive participation and improve engagement outcomes.
How the API is Used
- Trigger rewards based on completion of wellness activities
- Integrate with wellness platforms and health systems
- Deliver rewards via email, SMS, or claim links
- Track order and fulfillment status
Example Workflow
- Participant completes a wellness activity such as a screening or challenge
- Your system records completion
- Your system triggers a reward via the API
- The gift card is delivered to the participant
API Integration Flow
API Integration Flow
1
Authenticate
POST /v1/Tokens→
2
Retrieve products
GET /v1/Products→
3
Send reward
POST /v1/Orders→
4
Track status
GET /v1/Orders/{id} or webhookExample Request
JSON
{
"Type": "DigitalDelivery",
"LineItems": [
{
"ProductId": "CVS",
"Value": 25,
"Quantity": 1,
"DigitalDeliveryAddress": {
"Email": "participant@email.com"
},
"Personalization": {
"To": "Participant",
"FromName": "Wellness Team",
"Message": "Thank you for completing your wellness activity."
}
}
],
"PONumber": "WELLNESS-6001"
}
Delivery Options
- DigitalDelivery - Send gift cards via email or SMS
- Links - Generate claim links for flexible distribution
- PhysicalShipment - Ship physical gift cards
Benefits
- Improves participation in wellness programs
- Encourages preventive care and healthy behaviors
- Automates reward fulfillment
- Scales across large populations
Compliance Considerations
- Ensure alignment with applicable health program guidelines
- Maintain privacy and data protection standards
- Structure incentives in accordance with internal policies
Common Program Types
- Wellness program incentives
- Preventive care rewards
- Fitness and activity challenges
- Immunization campaigns