Healthcare & Regulated Programs
Self-Insured Employer Incentive Programs
Self-insured employers use incentive programs to drive employee engagement in wellness, preventive care, and health-related activities.
The Engage2Reward™ Gift Card API enables automated delivery of gift card rewards when employees complete eligible actions.
Overview
- Annual health checkups
- Preventive screenings
- Wellness challenges
- Health risk assessments
- Behavior-based engagement programs
Instead of issuing cash, organizations can deliver digital or physical gift cards as rewards.
How the API Is Used
- Trigger rewards automatically from your system
- Send gift cards via email, SMS, or claim links
- Support bulk or individual reward distribution
- Track order and fulfillment status
Example Workflow
- Employee completes a qualifying activity
- Your system records completion
- Your system triggers a reward via the API
- The gift card is delivered to the employee
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": "employee@email.com"
},
"Personalization": {
"To": "Employee",
"FromName": "HR Team",
"Message": "Thank you for completing your wellness activity."
}
}
],
"PONumber": "WELLNESS-1001"
}
Delivery Options
- DigitalDelivery: Email or SMS delivery
- Links: Claim links for internal distribution
- PhysicalShipment: Ship physical gift cards
Benefits
- Automates reward fulfillment
- Reduces manual processing
- Scales across large employee populations
- Improves engagement
Compliance Considerations
Ensure incentive programs align with internal policies and regulatory guidelines.