Workforce
Employee Rewards & Recognition
Automate employee recognition with gift card rewards for milestones, achievements, and performance.
Overview
Common reward scenarios include:
- Work anniversaries
- Employee of the month programs
- Performance-based recognition
- Spot bonuses and peer recognition
- Holiday and milestone rewards
Instead of issuing cash, organizations can deliver digital or physical gift cards as rewards.
How the API is Used
- Trigger rewards automatically from HR or recognition systems
- Send gift cards via email, SMS, or claim links
- Support both one-off and bulk reward distribution
- Track order and fulfillment status
Example Workflow
- Employee reaches a milestone or earns recognition
- Your system records the event
- 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": 50,
"Quantity": 1,
"DigitalDeliveryAddress": {
"Email": "employee@email.com"
},
"Personalization": {
"To": "Employee",
"FromName": "HR Team",
"Message": "Thank you for your contribution and dedication!"
}
}
],
"PONumber": "RECOG-1001"
}
Delivery Options
- DigitalDelivery – Send gift cards via email or SMS
- Links – Generate claim links for internal distribution
- PhysicalShipment – Ship physical gift cards to addresses
Benefits
- Improves employee engagement and morale
- Automates reward fulfillment
- Reduces manual administrative work
- Scales across large or distributed teams
Compliance Considerations
- Ensure alignment with internal HR policies
- Consider tax implications for employee rewards
- Maintain proper reporting for audit purposes
Common Program Types
- Employee recognition platforms
- Anniversary and milestone rewards
- Performance and bonus programs
- Engagement and culture initiatives